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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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.
 */

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

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

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

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

html {
  font-family: "Merriweather", -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 */
}

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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: SFMono-Regular, 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;
}

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

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

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

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: calc( var(--gutter) * 2 );
    padding-left: calc( var(--gutter) * 2 );
  }
}

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

/*
 * import vendors and third party
 * scripts here.Magnific, slick ect
 */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

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

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
  .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
  .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
  .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Slider */

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -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;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list
{
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face
{
  font-family: 'slick';

  font-weight: normal;

  font-style: normal;

  src: url('./fonts/slick.eot');

  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}

[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}

.slick-prev:before
{
  content: '\2190';
}

[dir='rtl'] .slick-prev:before
{
  content: '\2192';
}

.slick-next
{
  right: -25px;
}

[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}

.slick-next:before
{
  content: '\2192';
}

[dir='rtl'] .slick-next:before
{
  content: '\2190';
}

/* Dots */

.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}

.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

/* import ll base styles */

/*
 * Set your global css variables here.
 * The --navbarHeight is used with the --wp-admin--admin-bar--height (this value is set by wordpress)
 * in the base.css file to determine the correct --topOffset
 * value when used to calc 100vh components
 * Usage example: min-height: calc( 100vh - var(--topOffset) );
 * --gutter is you full gutter width divided by 2. Currently defaults to 25px
 * Can be updated with media queries for smaller gutters on smaller screens
 */

:root {
  --navbarHeight: 50px;
  --topOffset: calc(var(--wp-admin--admin-bar--height, 0px) );
  --gutter: 1.5625rem;
}

/*
 * Additional Utility classes
 *
 * Only add tailwind variations if
 * they're actually needed. Remember, variations
 * create many versions of a class which could
 * potentially get out of hand really quick
 */

/*
 * Wordpress WYSIWYG Figure alignment override
 */

figure.alignright, img.alignright {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0.75rem;
  text-align: right;
}

figure.alignright img, img.alignright img {
  display: inline-block;
}

figure.alignleft, img.alignleft {
  float: left;
  margin-top: 0;
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  margin-left: 0;
  text-align: left;
}

figure.alignleft img, img.alignleft img {
  display: inline-block;
}

figure.aligncenter, img.aligncenter {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

figure.aligncenter img, img.aligncenter img {
  display: inline-block;
}

.lvga-scrim-25::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.25);
}

.lvga-scrim-50::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.50);
}

.aspect-square::before,
.aspect-1\/1::before {
  content:'';
  display: block;
  padding-top: 100%;
}

.aspect-1\/2::before {
  content:'';
  display: block;
  padding-top: 50%;
}

.aspect-2\/1::before {
  content:'';
  display: block;
  padding-top: 200%;
}

.aspect-3\/4::before {
  content:'';
  display: block;
  padding-top: 75%;
}

.aspect-4\/3::before {
  content:'';
  display: block;
  padding-top: 133.33%;
}

.aspect-16\/9::before {
  content:'';
  display: block;
  padding-top: 56.25%;
}

.aspect-5\/3::before {
  content:'';
  display: block;
  padding-top: 166%;
}

.aspect-3\/5::before {
  content:'';
  display: block;
  padding-top: 60%;
}

.aspect-3\/2::before {
  content:'';
  display: block;
  padding-top: 150%;
}

.aspect-2\/3::before {
  content:'';
  display: block;
  padding-top: 66.666667%;
}

.wowza {
  background: tomato;
}

* {
  scroll-margin: calc(0px);
  scroll-margin: var(--topOffset);
  scroll-snap-margin: calc(0px);
  scroll-snap-margin: var(--topOffset);
}

body:not(.component-preview) {
  padding-top: calc(0px);
  padding-top: var(--topOffset);
  font-family: "Merriweather", -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";
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    top: 0;
    left: 0;
  }
}

a {
  transition: all 0.15s ease-in-out
}

a:hover, a:active, a:focus {
  transition: all 0.15s ease-in-out;
}

@font-face {
  font-family: 'Merriweather';

  src: url('../fonts/Merriweather-BoldItalic.eot');

  src: url('../fonts/Merriweather-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Merriweather-BoldItalic.woff2') format('woff2'),
        url('../fonts/Merriweather-BoldItalic.woff') format('woff'),
        url('../fonts/Merriweather-BoldItalic.ttf') format('truetype'),
        url('../fonts/Merriweather-BoldItalic.svg#Merriweather-BoldItalic') format('svg');

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';

  src: url('../fonts/Merriweather-Bold.eot');

  src: url('../fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Merriweather-Bold.woff2') format('woff2'),
        url('../fonts/Merriweather-Bold.woff') format('woff'),
        url('../fonts/Merriweather-Bold.ttf') format('truetype'),
        url('../fonts/Merriweather-Bold.svg#Merriweather-Bold') format('svg');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';

  src: url('../fonts/Merriweather-Italic.eot');

  src: url('../fonts/Merriweather-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Merriweather-Italic.woff2') format('woff2'),
        url('../fonts/Merriweather-Italic.woff') format('woff'),
        url('../fonts/Merriweather-Italic.ttf') format('truetype'),
        url('../fonts/Merriweather-Italic.svg#Merriweather-Italic') format('svg');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';

  src: url('../fonts/Merriweather-LightItalic.eot');

  src: url('../fonts/Merriweather-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Merriweather-LightItalic.woff2') format('woff2'),
        url('../fonts/Merriweather-LightItalic.woff') format('woff'),
        url('../fonts/Merriweather-LightItalic.ttf') format('truetype'),
        url('../fonts/Merriweather-LightItalic.svg#Merriweather-LightItalic') format('svg');

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';

  src: url('../fonts/Merriweather-Regular.eot');

  src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Merriweather-Regular.woff2') format('woff2'),
        url('../fonts/Merriweather-Regular.woff') format('woff'),
        url('../fonts/Merriweather-Regular.ttf') format('truetype'),
        url('../fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';

  src: url('../fonts/Merriweather-Light.eot');

  src: url('../fonts/Merriweather-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Merriweather-Light.woff2') format('woff2'),
        url('../fonts/Merriweather-Light.woff') format('woff'),
        url('../fonts/Merriweather-Light.ttf') format('truetype'),
        url('../fonts/Merriweather-Light.svg#Merriweather-Light') format('svg');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

/*
 * Text defaults. Tailwind removes pretty much ALL styling
 * from default elements to ensure that their utility classes
 * work as expected. This is a good thing. This means any time
 * you use an element, whether it's a p tag, li, a tag or a heading, you
 * need to explicitly set a class on it. This is good for clarity.
 * The wysiwyg wrapper class below will handle elements from WYSIWYGs
 * that do not have classes / formats applied. Font sizes are documented here:
 * https://tailwindcss.com/docs/font-size/#app
 *
 * Sizes set here are for example only. Overwrite and add formatting as necessary
 */

.hdg-1, .hdg-2, .hdg-3, .hdg-4, .hdg-5, .hdg-6, .paragraph-default, .paragraph-large, .paragraph-small, .paragraph-xsmall {
  line-height: 1.5;
}

.hdg-1 {
  font-size: 3rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /* @apply text-6xl; */
  line-height: 1.2;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.hdg-1 {
    font-size: 4rem
}
  }

.hdg-2 {
  font-size: 2.25rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /* @apply text-5xl; */
  line-height: 1.2;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.hdg-2 {
    font-size: 3rem
}
  }

.hdg-3 {
  font-size: 1.875rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /* @apply text-4xl; */
  line-height: 1.25;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.hdg-3 {
    font-size: 2.25rem
}
  }

.hdg-4 {
  font-size: 1.5rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /* @apply text-3xl; */
  line-height: 1.25;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.hdg-4 {
    font-size: 1.875rem
}
  }

.hdg-5 {
  font-size: 1.25rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /* @apply text-2xl; */
  line-height: 1.4;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.hdg-5 {
    font-size: 1.5rem
}
  }

.hdg-6 {
  font-size: 1.125rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /* @apply text-xl; */
  line-height: 1.4;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.hdg-6 {
    font-size: 1.25rem
}
  }

.paragraph-default {
  font-size: 1rem;
  line-height: 1.6;
}

.paragraph-large {
  font-size: 1.125rem;
  line-height: 2;
}

.paragraph-small {
  font-size: 0.875rem;
  line-height: 1.6;
}

.paragraph-xsmall {
  font-size: 0.75rem;
  line-height: 1.6;
}

/*
 * Utility overwrites for automatically changing text colors
 * based on background color. Will need to add any necessary
 * possible background colors to the this. This is so that the user
 * does not have to manually select colors within the WYSIWYG
 * to fix the color scheme. Example, turning all text white
 * if there is a black background. Otherwise, they wouldn't be able
 * to see the text within the wysiwyg.
 *
 * Notice that it has classes for targeting the #tinymce.{background-color} for the
 * backend, and then .{background-color} .wysiwyg for the front end.
 *
 * If you have to set default colors for any text classes, then you have
 * to make these selectors more complex. Using the .hdg-1 color example from above
 * This targets the normal non text class h1 element, as well as checks for
 * any text color utilities. This is so the color can still be overwritten as expected
 * within the WYSIWYG formats

  #tinymce.bg-black,
  .bg-black .wysiwyg {
    h1:not([class*="hdg-"], [class*="paragraph-"], [class*="text-brand"], [class="text-white"], [class="text-black"]),
    .hdg-1 {
      color: white;
    }
  }
 */

#tinymce.bg-black,
.bg-black .wysiwyg {
  color: white;
}

/*
 * .wysiwyg is a wrapper class for any content that will be
 * echoed out via any wysiwyg editor. Be sure to use
 * @apply .{utility-class} when declaring text styles
 * when possible. #tinymce selector is used to target the body of the
 * WYSIWYGS on the backend of the site. This should not be targeted in production
 * on the front end anywhere on the site
 */

.wysiwyg,
#tinymce {
  /*
   * zero out margins for first and
   * last elements within a WYSIWYG
   * to remove any unwanted vertical spacing
   */
}

.wysiwyg > *:first-child:not([class*="mt-"]), #tinymce > *:first-child:not([class*="mt-"]) {
  margin-top: 0 !important;
}

.wysiwyg > *:last-child:not([class*="mb-"]), #tinymce > *:last-child:not([class*="mb-"]) {
  margin-bottom: 0 !important;
}

/*
   * set defaults to elements in the WYSIWYG that
   * do not have a style format/class applied to them. Notice that
   * by default, bottom margins get set. It's best to set bottom margin
   * rules for the WYSIWYG wrapper and explicitely set bottom margins using
   * utlities elswhere.
   */

.wysiwyg a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]), #tinymce a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]) {
  text-decoration: underline
}

.wysiwyg a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):hover, .wysiwyg a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):active, .wysiwyg a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):focus, #tinymce a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):hover, #tinymce a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):active, #tinymce a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):focus {
  text-decoration: none;
}

.wysiwyg p:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce p:not([class*="hdg-"]):not([class*="paragraph-"]){
  line-height: 1.5;
  font-size: 1rem;
  line-height: 1.6;
}

.wysiwyg p:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), .wysiwyg p:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]), #tinymce p:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), #tinymce p:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg p:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]), #tinymce p:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h1:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h1:not([class*="hdg-"]):not([class*="paragraph-"]){
  line-height: 1.5;
  font-size: 3rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /*@apply text-6xl; */
  line-height: 1.2;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.wysiwyg h1:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h1:not([class*="hdg-"]):not([class*="paragraph-"]){
    font-size: 4rem;
}
  }

.wysiwyg h1:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), .wysiwyg h1:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]), #tinymce h1:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), #tinymce h1:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h1:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]), #tinymce h1:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h2:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h2:not([class*="hdg-"]):not([class*="paragraph-"]){
  line-height: 1.5;
  font-size: 2.25rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /*@apply text-5xl; */
  line-height: 1.2;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.wysiwyg h2:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h2:not([class*="hdg-"]):not([class*="paragraph-"]){
    font-size: 3rem;
}
  }

.wysiwyg h2:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), .wysiwyg h2:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]), #tinymce h2:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), #tinymce h2:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]), #tinymce h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h3:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h3:not([class*="hdg-"]):not([class*="paragraph-"]){
  line-height: 1.5;
  font-size: 1.875rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /*@apply text-4xl; */
  line-height: 1.25;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.wysiwyg h3:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h3:not([class*="hdg-"]):not([class*="paragraph-"]){
    font-size: 2.25rem;
}
  }

.wysiwyg h3:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), .wysiwyg h3:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]), #tinymce h3:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), #tinymce h3:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h3:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]), #tinymce h3:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h4:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h4:not([class*="hdg-"]):not([class*="paragraph-"]){
  line-height: 1.5;
  font-size: 1.5rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /*@apply text-3xl; */
  line-height: 1.25;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.wysiwyg h4:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h4:not([class*="hdg-"]):not([class*="paragraph-"]){
    font-size: 1.875rem;
}
  }

.wysiwyg h4:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), .wysiwyg h4:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]), #tinymce h4:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), #tinymce h4:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h4:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]), #tinymce h4:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h5:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h5:not([class*="hdg-"]):not([class*="paragraph-"]){
  line-height: 1.5;
  font-size: 1.25rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /*@apply text-2xl; */
  line-height: 1.4;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.wysiwyg h5:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h5:not([class*="hdg-"]):not([class*="paragraph-"]){
    font-size: 1.5rem;
}
  }

.wysiwyg h5:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), .wysiwyg h5:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]), #tinymce h5:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), #tinymce h5:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h5:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]), #tinymce h5:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h6:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h6:not([class*="hdg-"]):not([class*="paragraph-"]){
  line-height: 1.5;
  font-size: 1.125rem;
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
  /*@apply text-xl; */
  line-height: 1.4;
  text-shadow: 1px 1px black;
}

@media (min-width: 640px) {

.wysiwyg h6:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce h6:not([class*="hdg-"]):not([class*="paragraph-"]){
    font-size: 1.25rem;
}
  }

.wysiwyg h6:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), .wysiwyg h6:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]), #tinymce h6:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), #tinymce h6:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg h6:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]), #tinymce h6:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg li:not([class*="hdg-"]):not([class*="paragraph-"]),#tinymce li:not([class*="hdg-"]):not([class*="paragraph-"]){
  line-height: 1.5;
  font-size: 1rem;
  line-height: 1.6;
}

.wysiwyg li:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), .wysiwyg li:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]), #tinymce li:not([class*="hdg-"]):not([class*="paragraph-"]) .wysiwyg:not([class*="mb-"]), #tinymce li:not([class*="hdg-"]):not([class*="paragraph-"]) #tinymce:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg ul,
  .wysiwyg ol,
  #tinymce ul,
  #tinymce ol {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.wysiwyg ul li:not(:last-child):not([class*="mb-"]), .wysiwyg ol li:not(:last-child):not([class*="mb-"]), #tinymce ul li:not(:last-child):not([class*="mb-"]), #tinymce ol li:not(:last-child):not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg ul li:last-child, .wysiwyg ol li:last-child, #tinymce ul li:last-child, #tinymce ol li:last-child {
  margin-bottom: 0;
}

/*
   * Set default list styles back to disk
   * and number
   */

.wysiwyg ul, #tinymce ul {
  list-style-type: disc;
}

.wysiwyg ol, #tinymce ol {
  list-style-type: decimal;
}

/*
   * If you need to add any extra styling to specific
   * text classes, add them here. For instance, when coming
   * from the WYSIWYG, .hdg-1 needs a specific bottom margin
   * no matter what element it is applied to.
   */

.wysiwyg .hdg-hero:not([class*="mb-"]), #tinymce .hdg-hero:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .hdg-1:not([class*="mb-"]), #tinymce .hdg-1:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .hdg-2:not([class*="mb-"]), #tinymce .hdg-2:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .hdg-3:not([class*="mb-"]), #tinymce .hdg-3:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .hdg-4:not([class*="mb-"]), #tinymce .hdg-4:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .hdg-5:not([class*="mb-"]), #tinymce .hdg-5:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .hdg-6:not([class*="mb-"]), #tinymce .hdg-6:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .paragraph-large:not([class*="mb-"]), #tinymce .paragraph-large:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .paragraph-default:not([class*="mb-"]), #tinymce .paragraph-default:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .paragraph-small:not([class*="mb-"]), #tinymce .paragraph-small:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg .paragraph-xsmall:not([class*="mb-"]), #tinymce .paragraph-xsmall:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg address,#tinymce address{
  line-height: 1.5;
  font-size: 0.875rem;
  line-height: 1.6;
  font-style: normal;
}

.wysiwyg address .wysiwyg:not([class*="mb-"]), .wysiwyg address #tinymce:not([class*="mb-"]), #tinymce address .wysiwyg:not([class*="mb-"]), #tinymce address #tinymce:not([class*="mb-"]) {
  margin-bottom: 1.25rem;
}

.wysiwyg address .street,
    .wysiwyg address .streetAddress,
    #tinymce address .street,
    #tinymce address .streetAddress {
  display: block;
}

.wysiwyg address .city::after,
    .wysiwyg address .addressLocality::after,
    #tinymce address .city::after,
    #tinymce address .addressLocality::after {
  content: ',';
}

.wysiwyg address .phone, #tinymce address .phone {
  display: block;
  margin-top: 0.5rem;
}

/*
 * Column widths are set using tailwinds width classes.
 * https://tailwindcss.com/docs/width/#app
 * Example markup. 3 Column Grid on desktop, 2 Column at md breakpoint
 * and full width on mobile
 * <div class="container">
 *   <div class="row">
 *    <div class="col w-full md:w-1/2 lg:w-1/3">
 *      <div>column content</div>
 *    </div>
 *    <div class="col w-full md:w-1/2 lg:w-1/3">
 *      <div>column content</div>
 *    </div>
 *    <div class="col w-full md:w-1/2 lg:w-1/3">
 *      <div>column content</div>
 *    </div>
 *   </div>
 * </div>
 *
 * Additional layout options for flex box such as justifying
 * and aligning can be found in the tailwind docs:
 * https://tailwindcss.com/docs/flex/#app
 * https://tailwindcss.com/docs/flex-wrap/#app
 * https://tailwindcss.com/docs/flex-direction/#app
 * https://tailwindcss.com/docs/justify-content/#app
 * https://tailwindcss.com/docs/align-items/#app
 * https://tailwindcss.com/docs/align-content/#app
 */

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 640px) {

.row {
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);

    margin-right: calc(var(--gutter, 1.5625rem ) * -1)
}
  }

.col {
  padding-left: 1rem;
  padding-right: 1rem;
  flex: 0 1 auto;
}

@media (min-width: 640px) {

.col {
    padding-left: var(--gutter, 1.5625rem );

    padding-right: var(--gutter, 1.5625rem )
}
  }

/*
 * Add offset classes to offset by percents.
 * All values are # out 12: 1/12 2/12 etc
 *
 * Wrapping it in @responsive creates responsive variations of each.
 * example .offset-1 .sm:offset-1 .md:offset-1 .lg:offset-1
 *
 * To unset an offset at a specific breakpoint, use tailwinds
 * built in {breakpoint}:ml-0 or {breakpoint}:mr-0. This prevents us from having multiple
 * utilities that do the same thing, which would happen if there was an offset-0 or offset-none
 * class available. And since responsive versions of each get generated, this helps not add too
 * many extra classes
*/

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.offset-right-1 {
  margin-right: 8.33333%;
}

.offset-right-2 {
  margin-right: 16.66667%;
}

.offset-right-3 {
  margin-right: 25%;
}

.offset-right-4 {
  margin-right: 33.33333%;
}

.offset-right-5 {
  margin-right: 41.66667%;
}

.offset-right-6 {
  margin-right: 50%;
}

.offset-right-7 {
  margin-right: 58.33333%;
}

.offset-right-8 {
  margin-right: 66.66667%;
}

.offset-right-9 {
  margin-right: 75%;
}

.offset-right-10 {
  margin-right: 83.33333%;
}

.offset-right-11 {
  margin-right: 91.66667%;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* import partials */

.js-fade:not(.js-ignore),
.js-fade-group > *:not(.js-ignore) {
  opacity: 0;
  -webkit-transform: translate3d(0,25px,0);
  transform: translate3d(0,25px,0);
  transition: opacity 0.35s ease, -webkit-transform 1s ;
  transition: opacity 0.35s ease, transform 1s ;
  transition: opacity 0.35s ease, transform 1s , -webkit-transform 1s 
}

.js-fade:not(.js-ignore):nth-child( 1 ), .js-fade-group > *:not(.js-ignore):nth-child( 1 ) {
  transition: opacity 0.35s calc(1s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(1s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(1s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 2 ), .js-fade-group > *:not(.js-ignore):nth-child( 2 ) {
  transition: opacity 0.35s calc(2s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(2s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(2s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 3 ), .js-fade-group > *:not(.js-ignore):nth-child( 3 ) {
  transition: opacity 0.35s calc(3s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(3s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(3s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 4 ), .js-fade-group > *:not(.js-ignore):nth-child( 4 ) {
  transition: opacity 0.35s calc(4s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(4s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(4s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 5 ), .js-fade-group > *:not(.js-ignore):nth-child( 5 ) {
  transition: opacity 0.35s calc(5s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(5s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(5s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 6 ), .js-fade-group > *:not(.js-ignore):nth-child( 6 ) {
  transition: opacity 0.35s calc(6s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(6s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(6s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 7 ), .js-fade-group > *:not(.js-ignore):nth-child( 7 ) {
  transition: opacity 0.35s calc(7s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(7s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(7s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 8 ), .js-fade-group > *:not(.js-ignore):nth-child( 8 ) {
  transition: opacity 0.35s calc(8s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(8s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(8s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 9 ), .js-fade-group > *:not(.js-ignore):nth-child( 9 ) {
  transition: opacity 0.35s calc(9s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(9s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(9s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 10 ), .js-fade-group > *:not(.js-ignore):nth-child( 10 ) {
  transition: opacity 0.35s calc(10s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(10s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(10s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 11 ), .js-fade-group > *:not(.js-ignore):nth-child( 11 ) {
  transition: opacity 0.35s calc(11s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(11s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(11s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 12 ), .js-fade-group > *:not(.js-ignore):nth-child( 12 ) {
  transition: opacity 0.35s calc(12s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(12s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(12s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 13 ), .js-fade-group > *:not(.js-ignore):nth-child( 13 ) {
  transition: opacity 0.35s calc(13s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(13s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(13s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 14 ), .js-fade-group > *:not(.js-ignore):nth-child( 14 ) {
  transition: opacity 0.35s calc(14s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(14s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(14s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 15 ), .js-fade-group > *:not(.js-ignore):nth-child( 15 ) {
  transition: opacity 0.35s calc(15s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(15s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(15s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 16 ), .js-fade-group > *:not(.js-ignore):nth-child( 16 ) {
  transition: opacity 0.35s calc(16s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(16s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(16s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 17 ), .js-fade-group > *:not(.js-ignore):nth-child( 17 ) {
  transition: opacity 0.35s calc(17s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(17s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(17s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 18 ), .js-fade-group > *:not(.js-ignore):nth-child( 18 ) {
  transition: opacity 0.35s calc(18s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(18s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(18s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 19 ), .js-fade-group > *:not(.js-ignore):nth-child( 19 ) {
  transition: opacity 0.35s calc(19s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(19s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(19s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 20 ), .js-fade-group > *:not(.js-ignore):nth-child( 20 ) {
  transition: opacity 0.35s calc(20s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(20s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(20s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 21 ), .js-fade-group > *:not(.js-ignore):nth-child( 21 ) {
  transition: opacity 0.35s calc(21s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(21s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(21s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 22 ), .js-fade-group > *:not(.js-ignore):nth-child( 22 ) {
  transition: opacity 0.35s calc(22s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(22s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(22s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 23 ), .js-fade-group > *:not(.js-ignore):nth-child( 23 ) {
  transition: opacity 0.35s calc(23s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(23s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(23s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 24 ), .js-fade-group > *:not(.js-ignore):nth-child( 24 ) {
  transition: opacity 0.35s calc(24s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(24s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(24s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 25 ), .js-fade-group > *:not(.js-ignore):nth-child( 25 ) {
  transition: opacity 0.35s calc(25s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(25s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(25s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 26 ), .js-fade-group > *:not(.js-ignore):nth-child( 26 ) {
  transition: opacity 0.35s calc(26s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(26s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(26s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 27 ), .js-fade-group > *:not(.js-ignore):nth-child( 27 ) {
  transition: opacity 0.35s calc(27s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(27s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(27s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 28 ), .js-fade-group > *:not(.js-ignore):nth-child( 28 ) {
  transition: opacity 0.35s calc(28s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(28s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(28s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 29 ), .js-fade-group > *:not(.js-ignore):nth-child( 29 ) {
  transition: opacity 0.35s calc(29s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(29s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(29s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 30 ), .js-fade-group > *:not(.js-ignore):nth-child( 30 ) {
  transition: opacity 0.35s calc(30s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(30s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(30s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 31 ), .js-fade-group > *:not(.js-ignore):nth-child( 31 ) {
  transition: opacity 0.35s calc(31s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(31s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(31s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 32 ), .js-fade-group > *:not(.js-ignore):nth-child( 32 ) {
  transition: opacity 0.35s calc(32s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(32s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(32s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 33 ), .js-fade-group > *:not(.js-ignore):nth-child( 33 ) {
  transition: opacity 0.35s calc(33s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(33s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(33s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 34 ), .js-fade-group > *:not(.js-ignore):nth-child( 34 ) {
  transition: opacity 0.35s calc(34s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(34s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(34s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 35 ), .js-fade-group > *:not(.js-ignore):nth-child( 35 ) {
  transition: opacity 0.35s calc(35s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(35s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(35s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 36 ), .js-fade-group > *:not(.js-ignore):nth-child( 36 ) {
  transition: opacity 0.35s calc(36s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(36s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(36s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 37 ), .js-fade-group > *:not(.js-ignore):nth-child( 37 ) {
  transition: opacity 0.35s calc(37s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(37s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(37s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 38 ), .js-fade-group > *:not(.js-ignore):nth-child( 38 ) {
  transition: opacity 0.35s calc(38s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(38s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(38s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 39 ), .js-fade-group > *:not(.js-ignore):nth-child( 39 ) {
  transition: opacity 0.35s calc(39s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(39s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(39s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 40 ), .js-fade-group > *:not(.js-ignore):nth-child( 40 ) {
  transition: opacity 0.35s calc(40s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(40s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(40s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 41 ), .js-fade-group > *:not(.js-ignore):nth-child( 41 ) {
  transition: opacity 0.35s calc(41s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(41s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(41s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 42 ), .js-fade-group > *:not(.js-ignore):nth-child( 42 ) {
  transition: opacity 0.35s calc(42s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(42s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(42s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 43 ), .js-fade-group > *:not(.js-ignore):nth-child( 43 ) {
  transition: opacity 0.35s calc(43s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(43s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(43s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 44 ), .js-fade-group > *:not(.js-ignore):nth-child( 44 ) {
  transition: opacity 0.35s calc(44s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(44s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(44s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 45 ), .js-fade-group > *:not(.js-ignore):nth-child( 45 ) {
  transition: opacity 0.35s calc(45s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(45s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(45s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 46 ), .js-fade-group > *:not(.js-ignore):nth-child( 46 ) {
  transition: opacity 0.35s calc(46s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(46s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(46s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 47 ), .js-fade-group > *:not(.js-ignore):nth-child( 47 ) {
  transition: opacity 0.35s calc(47s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(47s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(47s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 48 ), .js-fade-group > *:not(.js-ignore):nth-child( 48 ) {
  transition: opacity 0.35s calc(48s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(48s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(48s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 49 ), .js-fade-group > *:not(.js-ignore):nth-child( 49 ) {
  transition: opacity 0.35s calc(49s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(49s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(49s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore):nth-child( 50 ), .js-fade-group > *:not(.js-ignore):nth-child( 50 ) {
  transition: opacity 0.35s calc(50s / 10) ease, -webkit-transform 1s ;
  transition: opacity 0.35s calc(50s / 10) ease, transform 1s ;
  transition: opacity 0.35s calc(50s / 10) ease, transform 1s , -webkit-transform 1s ;
}

.js-fade:not(.js-ignore).js-animated, .js-fade-group > *:not(.js-ignore).js-animated {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.js-reveal:not(.js-ignore) {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.btn {
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --bg-opacity: 1;
  background-color: #24526f;
  background-color: rgba(36, 82, 111, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem
}

.btn:hover, .btn:active, .btn:focus {
  --bg-opacity: 1;
  background-color: #ffbd59;
  background-color: rgba(255, 189, 89, var(--bg-opacity));
  --text-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--text-opacity));
}

.btn-secondary{
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --bg-opacity: 1;
  background-color: #24526f;
  background-color: rgba(36, 82, 111, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  --bg-opacity: 1;
  background-color: #ffbd59;
  background-color: rgba(255, 189, 89, var(--bg-opacity));
  --text-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--text-opacity));
}

.btn-secondary{
  --bg-opacity: 1;
  background-color: #ffbd59;
  background-color: rgba(255, 189, 89, var(--bg-opacity));
  --text-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--text-opacity));
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  --bg-opacity: 1;
  background-color: #24526f;
  background-color: rgba(36, 82, 111, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

/*
 * navbar base styles are using plain css with some tailwind
 * sprinkled in. @apply tailwind utilities for theme specifics
 * like font sizes, colors, and even spacings as necessary. The
 * rest we will just do in plain css.
 */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  height: var(--navbarHeight);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: 90;
}

/*
   * quality of life enhancement for logged in admins
   * not on IE
   */

.logged-in.admin-bar .navbar {
  top: var(--wp-admin--admin-bar--height);
}

.navbar__flex {
  height: 50px;
  height: var(--navbarHeight);
}

.navbar__logo {
  max-width: 200px;
}

.primary-nav {
  position: absolute;
  padding-left: 2rem;
  padding-right: 2rem;
  --bg-opacity: 1;
  background-color: #24526f;
  background-color: rgba(36, 82, 111, var(--bg-opacity));
  top: 100%;
  left: 0;
  right: 0;
}

@media (min-width: 640px) {

.primary-nav {
    position: relative;

    padding-left: 0;

    padding-right: 0;

    background-color: transparent;

    top: auto;

    left: auto;

    right: auto
}
  }

.navbar-toggle {
  /* Set the width and height of your toggle button and height of the lines and everything else should be calculated accordingly */
  --toggleWidth: 20px;
  --toggleHeight: 12px;
  --lineHeight: 1px;
  --bottomPosition: calc(var(--toggleHeight) - var(--lineHeight));
  --middlePosition: calc(var(--bottomPosition) / 2 );
  position: relative;
  display: inline-block;
  width: var(--toggleWidth);
  height: var(--toggleHeight);
  outline: none
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle.is-open .navbar-toggle-icon {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center
}

.navbar-toggle.is-open .navbar-toggle-icon::before {
  opacity: 0;
}

.navbar-toggle.is-open .navbar-toggle-icon::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.navbar-toggle-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: var(--toggleWidth);
  height: var(--lineHeight);
  background-color: white;
  transition: all 0.15s ease
}

.navbar-toggle-icon::before,
  .navbar-toggle-icon::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: var(--toggleWidth);
  height: var(--lineHeight);
  background-color: white;
}

.navbar-toggle-icon::before {
  top: var(--middlePosition);
}

.navbar-toggle-icon::after {
  top: var(--bottomPosition);
  transition: all 0.15s ease;
}

.modal {
  position: relative;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Most of the layout styling is being controlled through editing
 * the actual markup output of gravity forms. This is happening in
 * /lib/custom-gravity-forms. Further details are in that file
 */

.gform_wrapper.gravity-theme .form-skin {
  /*
  * --form-spacing-cols will effect both the grid column spacing and spacing between complex fields
  * --form-spacing-rows will effect both the grid row spacing and spacing between complex fields
  * both variables are currently set to the same defaults as gravity forms and can be changed as neccessary or redefined where neccessary for specific classes and selectors
  */
  --form-spacing-cols: 2%;
  --form-spacing-rows: 1rem;
  --form-spacing-cols-negative: calc( var(--form-spacing-cols) * -1 );
  --form-spacing-row-negative: calc( var(--form-spacing-rows) * -1 );
}

.gform_wrapper.gravity-theme .form-skin input[type="email"],
  .gform_wrapper.gravity-theme .form-skin input[type="tel"],
  .gform_wrapper.gravity-theme .form-skin input[type="text"],
  .gform_wrapper.gravity-theme .form-skin input[type="password"],
  .gform_wrapper.gravity-theme .form-skin input[type="number"],
  .gform_wrapper.gravity-theme .form-skin input[type="file"],
  .gform_wrapper.gravity-theme .form-skin input[type="url"],
  .gform_wrapper.gravity-theme .form-skin select,
  .gform_wrapper.gravity-theme .form-skin textarea {
  display: block;
  height: 40px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.25rem
}

.gform_wrapper.gravity-theme .form-skin input[type="email"]:focus, .gform_wrapper.gravity-theme .form-skin input[type="tel"]:focus, .gform_wrapper.gravity-theme .form-skin input[type="text"]:focus, .gform_wrapper.gravity-theme .form-skin input[type="password"]:focus, .gform_wrapper.gravity-theme .form-skin input[type="number"]:focus, .gform_wrapper.gravity-theme .form-skin input[type="file"]:focus, .gform_wrapper.gravity-theme .form-skin input[type="url"]:focus, .gform_wrapper.gravity-theme .form-skin select:focus, .gform_wrapper.gravity-theme .form-skin textarea:focus {
  outline: none;
}

.gform_wrapper.gravity-theme .form-skin .gfield_label {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: block;
  margin-bottom: 0.25rem;
}

.gform_wrapper.gravity-theme .form-skin .ginput_container_name label, .gform_wrapper.gravity-theme .form-skin .ginput_container_address label {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.gform_wrapper.gravity-theme .form-skin .gfield_required_text {
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

/*
   * unset all default select styles
   */

.gform_wrapper.gravity-theme .form-skin select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform_wrapper.gravity-theme .form-skin select::-ms-expand {
  display: none;
}

.gform_wrapper.gravity-theme .form-skin .ginput_container_select {
  position: relative;
}

.gform_wrapper.gravity-theme .form-skin .select-dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 1;
}

.gform_wrapper.gravity-theme .form-skin textarea {
  height: auto;
  /* resize: none; */
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  max-width: 100%;
}

.gform_wrapper.gravity-theme .form-skin .lvga_gfield_type_consent .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/**
   * extend visuallyhidden rather than display: none to hide the input to
   * allow the input to still be accessible by screen readers and keyboards
   * Note: Changes to checkbox input and label will effect .gfield_consent_label
   * from the consent field
   */

.gform_wrapper.gravity-theme .form-skin input[type="checkbox"],
  .gform_wrapper.gravity-theme .form-skin input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  /**
     * give the focused inputs label a style so keyboard users can tell
     * which radio / checkbox is focused. Accessibility win
     */
}

.gform_wrapper.gravity-theme .form-skin input[type="checkbox"] ~ label, .gform_wrapper.gravity-theme .form-skin input[type="radio"] ~ label {
  padding-left: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: block;
  line-height: 1.25;
  position: relative;
}

.gform_wrapper.gravity-theme .form-skin input[type="checkbox"] ~ label .icon, .gform_wrapper.gravity-theme .form-skin input[type="radio"] ~ label .icon {
  display: none;
}

.gform_wrapper.gravity-theme .form-skin input[type="checkbox"] ~ label::before, .gform_wrapper.gravity-theme .form-skin input[type="radio"] ~ label::before {
  content: '';
  position: absolute;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-radius: 0.25rem;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
}

.gform_wrapper.gravity-theme .form-skin input[type="checkbox"]:focus ~ label, .gform_wrapper.gravity-theme .form-skin input[type="radio"]:focus ~ label {
}

.gform_wrapper.gravity-theme .form-skin input[type="checkbox"]:checked ~ label::after, .gform_wrapper.gravity-theme .form-skin input[type="radio"]:checked ~ label::after {
  content: '';
  position: absolute;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  height: 12px;
  width: 12px;
  left: 4px;
  top: 4px;
}

.gform_wrapper.gravity-theme .form-skin .gform_fields {
  grid-column-gap: var(--form-spacing-cols);
  -webkit-column-gap: var(--form-spacing-cols);
  -moz-column-gap: var(--form-spacing-cols);
  column-gap: var(--form-spacing-cols);
  grid-row-gap: var(--form-spacing-rows);
  row-gap: var(--form-spacing-rows);
}

/*
   * Extend styling ginput_complex
   * to act as rows. Make all direct children col's
   * Note: Possibly unnecessary on future versions of gravity
   * forms?
   */

.gform_wrapper.gravity-theme .form-skin .ginput_complex {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc( var(--form-spacing-cols-negative) / 2 );
  margin-right: calc( var(--form-spacing-cols-negative) / 2 );
  margin-bottom: var(--form-spacing-row-negative);
}

.gform_wrapper.gravity-theme .form-skin .ginput_complex span,
    .gform_wrapper.gravity-theme .form-skin .ginput_complex div {
  flex: 1;
  padding-left: calc( var(--form-spacing-cols) / 2);
  padding-right: calc( var(--form-spacing-cols) / 2 );
  margin-bottom: var(--form-spacing-rows)
}

.gform_wrapper.gravity-theme .form-skin .ginput_complex span.ginput_full, .gform_wrapper.gravity-theme .form-skin .ginput_complex div.ginput_full {
  flex: 0 0 100%;
}

.gform_wrapper.gravity-theme .form-skin .ginput_complex span.ginput_left,
      .gform_wrapper.gravity-theme .form-skin .ginput_complex span.ginput_right,
      .gform_wrapper.gravity-theme .form-skin .ginput_complex div.ginput_left,
      .gform_wrapper.gravity-theme .form-skin .ginput_complex div.ginput_right {
  flex: 0 0 50%;
}

.gform_wrapper.gravity-theme .form-skin .validation_message {
  --text-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--text-opacity));
  font-size: 0.875rem;
  margin-top: 0.5rem;
  --bg-opacity: 1;
  background-color: #ffdfdf;
  background-color: rgba(255, 223, 223, var(--bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.gform_wrapper.gravity-theme .form-skin .gform_footer,
  .gform_wrapper.gravity-theme .form-skin .gform_page_footer {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gform_wrapper.gravity-theme .form-skin .gform_footer button[type="submit"].button,
    .gform_wrapper.gravity-theme .form-skin .gform_footer .gform_next_button,
    .gform_wrapper.gravity-theme .form-skin .gform_footer .gform_previous_button,
    .gform_wrapper.gravity-theme .form-skin .gform_page_footer button[type="submit"].button,
    .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_next_button,
    .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_previous_button {
  height: 3rem;
  display: flex;
  width: 40%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  --text-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #ffbd59;
  background-color: rgba(255, 189, 89, var(--bg-opacity));
  border-radius: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.15s ease-in-out
}

.gform_wrapper.gravity-theme .form-skin .gform_footer button[type="submit"].button:hover, .gform_wrapper.gravity-theme .form-skin .gform_footer button[type="submit"].button:active, .gform_wrapper.gravity-theme .form-skin .gform_footer button[type="submit"].button:focus, .gform_wrapper.gravity-theme .form-skin .gform_footer .gform_next_button:hover, .gform_wrapper.gravity-theme .form-skin .gform_footer .gform_next_button:active, .gform_wrapper.gravity-theme .form-skin .gform_footer .gform_next_button:focus, .gform_wrapper.gravity-theme .form-skin .gform_footer .gform_previous_button:hover, .gform_wrapper.gravity-theme .form-skin .gform_footer .gform_previous_button:active, .gform_wrapper.gravity-theme .form-skin .gform_footer .gform_previous_button:focus, .gform_wrapper.gravity-theme .form-skin .gform_page_footer button[type="submit"].button:hover, .gform_wrapper.gravity-theme .form-skin .gform_page_footer button[type="submit"].button:active, .gform_wrapper.gravity-theme .form-skin .gform_page_footer button[type="submit"].button:focus, .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_next_button:hover, .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_next_button:active, .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_next_button:focus, .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_previous_button:hover, .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_previous_button:active, .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_previous_button:focus {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.gform_wrapper.gravity-theme .form-skin .gform_footer .gform_next_button,
    .gform_wrapper.gravity-theme .form-skin .gform_footer .gform_previous_button,
    .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_next_button,
    .gform_wrapper.gravity-theme .form-skin .gform_page_footer .gform_previous_button {
}

.form-skin .gform_confirmation_message {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.form-skin_wrapper .gform_validation_errors {
  --text-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--text-opacity));
  padding: 1rem;
  margin-bottom: 1.25rem;
  --bg-opacity: 1;
  background-color: #ffdfdf;
  background-color: rgba(255, 223, 223, var(--bg-opacity));
  border-radius: 0.25rem;
}

.form-skin_wrapper .gform_validation_errors .gform_submission_error .gform-icon {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.footer {
}

/* import pages */

.error-page {
  display: flex;
  align-items: center
}

.error-page::after {
  content: '';
  display: block;
  min-height: 80vh;
}

.error-page .container {
  flex: 0 0 auto;
  width: 100%;
}

.space-y-0 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.space-x-0 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.space-y-1 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.space-x-1 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.space-x-2 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-3 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.space-x-3 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}

.space-y-4 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-x-4 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.space-y-5 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.space-x-5 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-6 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}

.space-x-6 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-8 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.space-x-8 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.space-y-9 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--space-y-reverse));
}

.space-x-9 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-10 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.space-x-10 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-12 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.space-x-12 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}

.space-y-16 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

.space-x-16 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}

.space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}

.space-x-20 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-24 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6rem * var(--space-y-reverse));
}

.space-x-24 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(6rem * var(--space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
}

.space-y-32 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}

.space-x-32 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}

.space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}

.space-x-40 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}

.space-y-48 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12rem * var(--space-y-reverse));
}

.space-x-48 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(12rem * var(--space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
}

.space-y-56 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}

.space-x-56 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}

.space-y-64 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}

.space-x-64 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}

.space-y-px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.space-x-px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.space-y-gutter > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(var(--gutter, 1.5625rem ) * var(--space-y-reverse));
}

.space-x-gutter > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(var(--gutter, 1.5625rem ) * var(--space-x-reverse));
  margin-left: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-x-reverse)));
}

.space-y-gutter-full > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(calc( var(--gutter) * 2 ) * var(--space-y-reverse));
}

.space-x-gutter-full > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(calc( var(--gutter) * 2 ) * var(--space-x-reverse));
  margin-left: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-x-reverse)));
}

.-space-y-1 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.-space-x-1 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.-space-x-2 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-3 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}

.-space-x-3 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-4 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}

.-space-x-4 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-5 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.-space-x-5 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-6 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse));
}

.-space-x-6 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-8 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}

.-space-x-8 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-9 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--space-y-reverse));
}

.-space-x-9 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-10 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.-space-x-10 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-12 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}

.-space-x-12 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-16 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}

.-space-x-16 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}

.-space-x-20 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-24 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6rem * var(--space-y-reverse));
}

.-space-x-24 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-6rem * var(--space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-32 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}

.-space-x-32 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}

.-space-x-40 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-48 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12rem * var(--space-y-reverse));
}

.-space-x-48 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-12rem * var(--space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-56 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}

.-space-x-56 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-64 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}

.-space-x-64 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.-space-x-px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.-space-y-gutter > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-y-reverse));
}

.-space-x-gutter > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-x-reverse));
  margin-left: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-x-reverse)));
}

.-space-y-gutter-full > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(calc(var(--gutter) * 2 * -1) * var(--space-y-reverse));
}

.-space-x-gutter-full > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(calc(var(--gutter) * 2 * -1) * var(--space-x-reverse));
  margin-left: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-x-reverse)));
}

.space-y-reverse > :not(template) ~ :not(template){
  --space-y-reverse: 1;
}

.space-x-reverse > :not(template) ~ :not(template){
  --space-x-reverse: 1;
}

.divide-y-0 > :not(template) ~ :not(template){
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}

.divide-x-0 > :not(template) ~ :not(template){
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-2 > :not(template) ~ :not(template){
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.divide-x-2 > :not(template) ~ :not(template){
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-4 > :not(template) ~ :not(template){
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.divide-x-4 > :not(template) ~ :not(template){
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-8 > :not(template) ~ :not(template){
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.divide-x-8 > :not(template) ~ :not(template){
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

.divide-y > :not(template) ~ :not(template){
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.divide-x > :not(template) ~ :not(template){
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-reverse > :not(template) ~ :not(template){
  --divide-y-reverse: 1;
}

.divide-x-reverse > :not(template) ~ :not(template){
  --divide-x-reverse: 1;
}

.divide-transparent > :not(template) ~ :not(template){
  border-color: transparent;
}

.divide-black > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}

.divide-white > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}

.divide-red-100 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #ffdfdf;
  border-color: rgba(255, 223, 223, var(--divide-opacity));
}

.divide-red > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #e04242;
  border-color: rgba(224, 66, 66, var(--divide-opacity));
}

.divide-brand-primary > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #24526f;
  border-color: rgba(36, 82, 111, var(--divide-opacity));
}

.divide-brand-secondary > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #ffbd59;
  border-color: rgba(255, 189, 89, var(--divide-opacity));
}

.divide-brand-tertiary > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.divide-brand-light-gray > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #BEBEBE;
  border-color: rgba(190, 190, 190, var(--divide-opacity));
}

.divide-brand-dark-gray > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #8A8A8A;
  border-color: rgba(138, 138, 138, var(--divide-opacity));
}

.divide-brand-scrim-25 > :not(template) ~ :not(template){
  border-color: rgba(0,0,0,0.25);
}

.divide-brand-scrim-50 > :not(template) ~ :not(template){
  border-color: rgba(0,0,0,0.50);
}

.divide-brand-overlay > :not(template) ~ :not(template){
  border-color: rgba(255,255,255,0.35);
}

.divide-gray-100 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.divide-gray-200 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}

.divide-gray-300 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.divide-gray-400 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}

.divide-gray-500 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}

.divide-gray-600 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--divide-opacity));
}

.divide-gray-700 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.divide-gray-800 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--divide-opacity));
}

.divide-gray-900 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.divide-solid > :not(template) ~ :not(template){
  border-style: solid;
}

.divide-dashed > :not(template) ~ :not(template){
  border-style: dashed;
}

.divide-dotted > :not(template) ~ :not(template){
  border-style: dotted;
}

.divide-double > :not(template) ~ :not(template){
  border-style: double;
}

.divide-none > :not(template) ~ :not(template){
  border-style: none;
}

.divide-opacity-0 > :not(template) ~ :not(template){
  --divide-opacity: 0;
}

.divide-opacity-25 > :not(template) ~ :not(template){
  --divide-opacity: 0.25;
}

.divide-opacity-35 > :not(template) ~ :not(template){
  --divide-opacity: 0.35;
}

.divide-opacity-50 > :not(template) ~ :not(template){
  --divide-opacity: 0.5;
}

.divide-opacity-75 > :not(template) ~ :not(template){
  --divide-opacity: 0.75;
}

.divide-opacity-80 > :not(template) ~ :not(template){
  --divide-opacity: 0.8;
}

.divide-opacity-100 > :not(template) ~ :not(template){
  --divide-opacity: 1;
}

.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{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-local{
  background-attachment: local;
}

.bg-scroll{
  background-attachment: scroll;
}

.bg-clip-border{
  background-clip: border-box;
}

.bg-clip-padding{
  background-clip: padding-box;
}

.bg-clip-content{
  background-clip: content-box;
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

.bg-red-100{
  --bg-opacity: 1;
  background-color: #ffdfdf;
  background-color: rgba(255, 223, 223, var(--bg-opacity));
}

.bg-red{
  --bg-opacity: 1;
  background-color: #e04242;
  background-color: rgba(224, 66, 66, var(--bg-opacity));
}

.bg-brand-primary{
  --bg-opacity: 1;
  background-color: #24526f;
  background-color: rgba(36, 82, 111, var(--bg-opacity));
}

.bg-brand-secondary{
  --bg-opacity: 1;
  background-color: #ffbd59;
  background-color: rgba(255, 189, 89, var(--bg-opacity));
}

.bg-brand-tertiary{
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.bg-brand-light-gray{
  --bg-opacity: 1;
  background-color: #BEBEBE;
  background-color: rgba(190, 190, 190, var(--bg-opacity));
}

.bg-brand-dark-gray{
  --bg-opacity: 1;
  background-color: #8A8A8A;
  background-color: rgba(138, 138, 138, var(--bg-opacity));
}

.bg-brand-scrim-25{
  background-color: rgba(0,0,0,0.25);
}

.bg-brand-scrim-50{
  background-color: rgba(0,0,0,0.50);
}

.bg-brand-overlay{
  background-color: rgba(255,255,255,0.35);
}

.bg-gray-100{
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.bg-gray-200{
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.bg-gray-300{
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.bg-gray-400{
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.bg-gray-500{
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.bg-gray-600{
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.bg-gray-700{
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.bg-gray-800{
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.bg-gray-900{
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

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

.hover\:bg-black:hover{
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.hover\:bg-white:hover{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.hover\:bg-red-100:hover{
  --bg-opacity: 1;
  background-color: #ffdfdf;
  background-color: rgba(255, 223, 223, var(--bg-opacity));
}

.hover\:bg-red:hover{
  --bg-opacity: 1;
  background-color: #e04242;
  background-color: rgba(224, 66, 66, var(--bg-opacity));
}

.hover\:bg-brand-primary:hover{
  --bg-opacity: 1;
  background-color: #24526f;
  background-color: rgba(36, 82, 111, var(--bg-opacity));
}

.hover\:bg-brand-secondary:hover{
  --bg-opacity: 1;
  background-color: #ffbd59;
  background-color: rgba(255, 189, 89, var(--bg-opacity));
}

.hover\:bg-brand-tertiary:hover{
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.hover\:bg-brand-light-gray:hover{
  --bg-opacity: 1;
  background-color: #BEBEBE;
  background-color: rgba(190, 190, 190, var(--bg-opacity));
}

.hover\:bg-brand-dark-gray:hover{
  --bg-opacity: 1;
  background-color: #8A8A8A;
  background-color: rgba(138, 138, 138, var(--bg-opacity));
}

.hover\:bg-brand-scrim-25:hover{
  background-color: rgba(0,0,0,0.25);
}

.hover\:bg-brand-scrim-50:hover{
  background-color: rgba(0,0,0,0.50);
}

.hover\:bg-brand-overlay:hover{
  background-color: rgba(255,255,255,0.35);
}

.hover\:bg-gray-100:hover{
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.hover\:bg-gray-200:hover{
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.hover\:bg-gray-300:hover{
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.hover\:bg-gray-400:hover{
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.hover\:bg-gray-500:hover{
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.hover\:bg-gray-600:hover{
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.hover\:bg-gray-700:hover{
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.hover\:bg-gray-800:hover{
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.hover\:bg-gray-900:hover{
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

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

.focus\:bg-black:focus{
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.focus\:bg-white:focus{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.focus\:bg-red-100:focus{
  --bg-opacity: 1;
  background-color: #ffdfdf;
  background-color: rgba(255, 223, 223, var(--bg-opacity));
}

.focus\:bg-red:focus{
  --bg-opacity: 1;
  background-color: #e04242;
  background-color: rgba(224, 66, 66, var(--bg-opacity));
}

.focus\:bg-brand-primary:focus{
  --bg-opacity: 1;
  background-color: #24526f;
  background-color: rgba(36, 82, 111, var(--bg-opacity));
}

.focus\:bg-brand-secondary:focus{
  --bg-opacity: 1;
  background-color: #ffbd59;
  background-color: rgba(255, 189, 89, var(--bg-opacity));
}

.focus\:bg-brand-tertiary:focus{
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.focus\:bg-brand-light-gray:focus{
  --bg-opacity: 1;
  background-color: #BEBEBE;
  background-color: rgba(190, 190, 190, var(--bg-opacity));
}

.focus\:bg-brand-dark-gray:focus{
  --bg-opacity: 1;
  background-color: #8A8A8A;
  background-color: rgba(138, 138, 138, var(--bg-opacity));
}

.focus\:bg-brand-scrim-25:focus{
  background-color: rgba(0,0,0,0.25);
}

.focus\:bg-brand-scrim-50:focus{
  background-color: rgba(0,0,0,0.50);
}

.focus\:bg-brand-overlay:focus{
  background-color: rgba(255,255,255,0.35);
}

.focus\:bg-gray-100:focus{
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.focus\:bg-gray-200:focus{
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.focus\:bg-gray-300:focus{
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.focus\:bg-gray-400:focus{
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.focus\:bg-gray-500:focus{
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.focus\:bg-gray-600:focus{
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.focus\:bg-gray-700:focus{
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.focus\:bg-gray-800:focus{
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.focus\:bg-gray-900:focus{
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.bg-none{
  background-image: none;
}

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

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}

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

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}

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

.from-black{
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.from-white{
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.from-red-100{
  --gradient-from-color: #ffdfdf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
}

.from-red{
  --gradient-from-color: #e04242;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
}

.from-brand-primary{
  --gradient-from-color: #24526f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
}

.from-brand-secondary{
  --gradient-from-color: #ffbd59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
}

.from-brand-tertiary{
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.from-brand-light-gray{
  --gradient-from-color: #BEBEBE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
}

.from-brand-dark-gray{
  --gradient-from-color: #8A8A8A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
}

.from-brand-scrim-25{
  --gradient-from-color: rgba(0,0,0,0.25);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.from-brand-scrim-50{
  --gradient-from-color: rgba(0,0,0,0.50);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.from-brand-overlay{
  --gradient-from-color: rgba(255,255,255,0.35);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.from-gray-100{
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.from-gray-200{
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.from-gray-300{
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.from-gray-400{
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.from-gray-500{
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.from-gray-600{
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.from-gray-700{
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.from-gray-800{
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.from-gray-900{
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

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

.via-black{
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.via-white{
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.via-red-100{
  --gradient-via-color: #ffdfdf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
}

.via-red{
  --gradient-via-color: #e04242;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
}

.via-brand-primary{
  --gradient-via-color: #24526f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
}

.via-brand-secondary{
  --gradient-via-color: #ffbd59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
}

.via-brand-tertiary{
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.via-brand-light-gray{
  --gradient-via-color: #BEBEBE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
}

.via-brand-dark-gray{
  --gradient-via-color: #8A8A8A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
}

.via-brand-scrim-25{
  --gradient-via-color: rgba(0,0,0,0.25);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.via-brand-scrim-50{
  --gradient-via-color: rgba(0,0,0,0.50);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.via-brand-overlay{
  --gradient-via-color: rgba(255,255,255,0.35);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.via-gray-100{
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.via-gray-200{
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.via-gray-300{
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.via-gray-400{
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.via-gray-500{
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.via-gray-600{
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.via-gray-700{
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.via-gray-800{
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.via-gray-900{
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.to-transparent{
  --gradient-to-color: transparent;
}

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

.to-white{
  --gradient-to-color: #fff;
}

.to-red-100{
  --gradient-to-color: #ffdfdf;
}

.to-red{
  --gradient-to-color: #e04242;
}

.to-brand-primary{
  --gradient-to-color: #24526f;
}

.to-brand-secondary{
  --gradient-to-color: #ffbd59;
}

.to-brand-tertiary{
  --gradient-to-color: #f7fafc;
}

.to-brand-light-gray{
  --gradient-to-color: #BEBEBE;
}

.to-brand-dark-gray{
  --gradient-to-color: #8A8A8A;
}

.to-brand-scrim-25{
  --gradient-to-color: rgba(0,0,0,0.25);
}

.to-brand-scrim-50{
  --gradient-to-color: rgba(0,0,0,0.50);
}

.to-brand-overlay{
  --gradient-to-color: rgba(255,255,255,0.35);
}

.to-gray-100{
  --gradient-to-color: #f7fafc;
}

.to-gray-200{
  --gradient-to-color: #edf2f7;
}

.to-gray-300{
  --gradient-to-color: #e2e8f0;
}

.to-gray-400{
  --gradient-to-color: #cbd5e0;
}

.to-gray-500{
  --gradient-to-color: #a0aec0;
}

.to-gray-600{
  --gradient-to-color: #718096;
}

.to-gray-700{
  --gradient-to-color: #4a5568;
}

.to-gray-800{
  --gradient-to-color: #2d3748;
}

.to-gray-900{
  --gradient-to-color: #1a202c;
}

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

.hover\:from-black:hover{
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover{
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:from-red-100:hover{
  --gradient-from-color: #ffdfdf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
}

.hover\:from-red:hover{
  --gradient-from-color: #e04242;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
}

.hover\:from-brand-primary:hover{
  --gradient-from-color: #24526f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
}

.hover\:from-brand-secondary:hover{
  --gradient-from-color: #ffbd59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
}

.hover\:from-brand-tertiary:hover{
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:from-brand-light-gray:hover{
  --gradient-from-color: #BEBEBE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
}

.hover\:from-brand-dark-gray:hover{
  --gradient-from-color: #8A8A8A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
}

.hover\:from-brand-scrim-25:hover{
  --gradient-from-color: rgba(0,0,0,0.25);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-brand-scrim-50:hover{
  --gradient-from-color: rgba(0,0,0,0.50);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-brand-overlay:hover{
  --gradient-from-color: rgba(255,255,255,0.35);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:from-gray-100:hover{
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:from-gray-200:hover{
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.hover\:from-gray-300:hover{
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:from-gray-400:hover{
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.hover\:from-gray-500:hover{
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.hover\:from-gray-600:hover{
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.hover\:from-gray-700:hover{
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.hover\:from-gray-800:hover{
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.hover\:from-gray-900:hover{
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.hover\:via-transparent:hover{
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-black:hover{
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover{
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:via-red-100:hover{
  --gradient-via-color: #ffdfdf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
}

.hover\:via-red:hover{
  --gradient-via-color: #e04242;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
}

.hover\:via-brand-primary:hover{
  --gradient-via-color: #24526f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
}

.hover\:via-brand-secondary:hover{
  --gradient-via-color: #ffbd59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
}

.hover\:via-brand-tertiary:hover{
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:via-brand-light-gray:hover{
  --gradient-via-color: #BEBEBE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
}

.hover\:via-brand-dark-gray:hover{
  --gradient-via-color: #8A8A8A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
}

.hover\:via-brand-scrim-25:hover{
  --gradient-via-color: rgba(0,0,0,0.25);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-brand-scrim-50:hover{
  --gradient-via-color: rgba(0,0,0,0.50);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-brand-overlay:hover{
  --gradient-via-color: rgba(255,255,255,0.35);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:via-gray-100:hover{
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:via-gray-200:hover{
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.hover\:via-gray-300:hover{
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:via-gray-400:hover{
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.hover\:via-gray-500:hover{
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.hover\:via-gray-600:hover{
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.hover\:via-gray-700:hover{
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.hover\:via-gray-800:hover{
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.hover\:via-gray-900:hover{
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.hover\:to-transparent:hover{
  --gradient-to-color: transparent;
}

.hover\:to-black:hover{
  --gradient-to-color: #000;
}

.hover\:to-white:hover{
  --gradient-to-color: #fff;
}

.hover\:to-red-100:hover{
  --gradient-to-color: #ffdfdf;
}

.hover\:to-red:hover{
  --gradient-to-color: #e04242;
}

.hover\:to-brand-primary:hover{
  --gradient-to-color: #24526f;
}

.hover\:to-brand-secondary:hover{
  --gradient-to-color: #ffbd59;
}

.hover\:to-brand-tertiary:hover{
  --gradient-to-color: #f7fafc;
}

.hover\:to-brand-light-gray:hover{
  --gradient-to-color: #BEBEBE;
}

.hover\:to-brand-dark-gray:hover{
  --gradient-to-color: #8A8A8A;
}

.hover\:to-brand-scrim-25:hover{
  --gradient-to-color: rgba(0,0,0,0.25);
}

.hover\:to-brand-scrim-50:hover{
  --gradient-to-color: rgba(0,0,0,0.50);
}

.hover\:to-brand-overlay:hover{
  --gradient-to-color: rgba(255,255,255,0.35);
}

.hover\:to-gray-100:hover{
  --gradient-to-color: #f7fafc;
}

.hover\:to-gray-200:hover{
  --gradient-to-color: #edf2f7;
}

.hover\:to-gray-300:hover{
  --gradient-to-color: #e2e8f0;
}

.hover\:to-gray-400:hover{
  --gradient-to-color: #cbd5e0;
}

.hover\:to-gray-500:hover{
  --gradient-to-color: #a0aec0;
}

.hover\:to-gray-600:hover{
  --gradient-to-color: #718096;
}

.hover\:to-gray-700:hover{
  --gradient-to-color: #4a5568;
}

.hover\:to-gray-800:hover{
  --gradient-to-color: #2d3748;
}

.hover\:to-gray-900:hover{
  --gradient-to-color: #1a202c;
}

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

.focus\:from-black:focus{
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus{
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:from-red-100:focus{
  --gradient-from-color: #ffdfdf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
}

.focus\:from-red:focus{
  --gradient-from-color: #e04242;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
}

.focus\:from-brand-primary:focus{
  --gradient-from-color: #24526f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
}

.focus\:from-brand-secondary:focus{
  --gradient-from-color: #ffbd59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
}

.focus\:from-brand-tertiary:focus{
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:from-brand-light-gray:focus{
  --gradient-from-color: #BEBEBE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
}

.focus\:from-brand-dark-gray:focus{
  --gradient-from-color: #8A8A8A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
}

.focus\:from-brand-scrim-25:focus{
  --gradient-from-color: rgba(0,0,0,0.25);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-brand-scrim-50:focus{
  --gradient-from-color: rgba(0,0,0,0.50);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-brand-overlay:focus{
  --gradient-from-color: rgba(255,255,255,0.35);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:from-gray-100:focus{
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:from-gray-200:focus{
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.focus\:from-gray-300:focus{
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:from-gray-400:focus{
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.focus\:from-gray-500:focus{
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.focus\:from-gray-600:focus{
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.focus\:from-gray-700:focus{
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.focus\:from-gray-800:focus{
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.focus\:from-gray-900:focus{
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.focus\:via-transparent:focus{
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-black:focus{
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus{
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:via-red-100:focus{
  --gradient-via-color: #ffdfdf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
}

.focus\:via-red:focus{
  --gradient-via-color: #e04242;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
}

.focus\:via-brand-primary:focus{
  --gradient-via-color: #24526f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
}

.focus\:via-brand-secondary:focus{
  --gradient-via-color: #ffbd59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
}

.focus\:via-brand-tertiary:focus{
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:via-brand-light-gray:focus{
  --gradient-via-color: #BEBEBE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
}

.focus\:via-brand-dark-gray:focus{
  --gradient-via-color: #8A8A8A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
}

.focus\:via-brand-scrim-25:focus{
  --gradient-via-color: rgba(0,0,0,0.25);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-brand-scrim-50:focus{
  --gradient-via-color: rgba(0,0,0,0.50);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-brand-overlay:focus{
  --gradient-via-color: rgba(255,255,255,0.35);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:via-gray-100:focus{
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:via-gray-200:focus{
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.focus\:via-gray-300:focus{
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:via-gray-400:focus{
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.focus\:via-gray-500:focus{
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.focus\:via-gray-600:focus{
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.focus\:via-gray-700:focus{
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.focus\:via-gray-800:focus{
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.focus\:via-gray-900:focus{
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.focus\:to-transparent:focus{
  --gradient-to-color: transparent;
}

.focus\:to-black:focus{
  --gradient-to-color: #000;
}

.focus\:to-white:focus{
  --gradient-to-color: #fff;
}

.focus\:to-red-100:focus{
  --gradient-to-color: #ffdfdf;
}

.focus\:to-red:focus{
  --gradient-to-color: #e04242;
}

.focus\:to-brand-primary:focus{
  --gradient-to-color: #24526f;
}

.focus\:to-brand-secondary:focus{
  --gradient-to-color: #ffbd59;
}

.focus\:to-brand-tertiary:focus{
  --gradient-to-color: #f7fafc;
}

.focus\:to-brand-light-gray:focus{
  --gradient-to-color: #BEBEBE;
}

.focus\:to-brand-dark-gray:focus{
  --gradient-to-color: #8A8A8A;
}

.focus\:to-brand-scrim-25:focus{
  --gradient-to-color: rgba(0,0,0,0.25);
}

.focus\:to-brand-scrim-50:focus{
  --gradient-to-color: rgba(0,0,0,0.50);
}

.focus\:to-brand-overlay:focus{
  --gradient-to-color: rgba(255,255,255,0.35);
}

.focus\:to-gray-100:focus{
  --gradient-to-color: #f7fafc;
}

.focus\:to-gray-200:focus{
  --gradient-to-color: #edf2f7;
}

.focus\:to-gray-300:focus{
  --gradient-to-color: #e2e8f0;
}

.focus\:to-gray-400:focus{
  --gradient-to-color: #cbd5e0;
}

.focus\:to-gray-500:focus{
  --gradient-to-color: #a0aec0;
}

.focus\:to-gray-600:focus{
  --gradient-to-color: #718096;
}

.focus\:to-gray-700:focus{
  --gradient-to-color: #4a5568;
}

.focus\:to-gray-800:focus{
  --gradient-to-color: #2d3748;
}

.focus\:to-gray-900:focus{
  --gradient-to-color: #1a202c;
}

.bg-opacity-0{
  --bg-opacity: 0;
}

.bg-opacity-25{
  --bg-opacity: 0.25;
}

.bg-opacity-35{
  --bg-opacity: 0.35;
}

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

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

.bg-opacity-80{
  --bg-opacity: 0.8;
}

.bg-opacity-100{
  --bg-opacity: 1;
}

.hover\:bg-opacity-0:hover{
  --bg-opacity: 0;
}

.hover\:bg-opacity-25:hover{
  --bg-opacity: 0.25;
}

.hover\:bg-opacity-35:hover{
  --bg-opacity: 0.35;
}

.hover\:bg-opacity-50:hover{
  --bg-opacity: 0.5;
}

.hover\:bg-opacity-75:hover{
  --bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover{
  --bg-opacity: 0.8;
}

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

.focus\:bg-opacity-0:focus{
  --bg-opacity: 0;
}

.focus\:bg-opacity-25:focus{
  --bg-opacity: 0.25;
}

.focus\:bg-opacity-35:focus{
  --bg-opacity: 0.35;
}

.focus\:bg-opacity-50:focus{
  --bg-opacity: 0.5;
}

.focus\:bg-opacity-75:focus{
  --bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus{
  --bg-opacity: 0.8;
}

.focus\:bg-opacity-100:focus{
  --bg-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

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

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

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

.border-red-100{
  --border-opacity: 1;
  border-color: #ffdfdf;
  border-color: rgba(255, 223, 223, var(--border-opacity));
}

.border-red{
  --border-opacity: 1;
  border-color: #e04242;
  border-color: rgba(224, 66, 66, var(--border-opacity));
}

.border-brand-primary{
  --border-opacity: 1;
  border-color: #24526f;
  border-color: rgba(36, 82, 111, var(--border-opacity));
}

.border-brand-secondary{
  --border-opacity: 1;
  border-color: #ffbd59;
  border-color: rgba(255, 189, 89, var(--border-opacity));
}

.border-brand-tertiary{
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.border-brand-light-gray{
  --border-opacity: 1;
  border-color: #BEBEBE;
  border-color: rgba(190, 190, 190, var(--border-opacity));
}

.border-brand-dark-gray{
  --border-opacity: 1;
  border-color: #8A8A8A;
  border-color: rgba(138, 138, 138, var(--border-opacity));
}

.border-brand-scrim-25{
  border-color: rgba(0,0,0,0.25);
}

.border-brand-scrim-50{
  border-color: rgba(0,0,0,0.50);
}

.border-brand-overlay{
  border-color: rgba(255,255,255,0.35);
}

.border-gray-100{
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.border-gray-200{
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-gray-300{
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.border-gray-400{
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.border-gray-500{
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.border-gray-600{
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.border-gray-700{
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.border-gray-800{
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.border-gray-900{
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

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

.hover\:border-black:hover{
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.hover\:border-white:hover{
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.hover\:border-red-100:hover{
  --border-opacity: 1;
  border-color: #ffdfdf;
  border-color: rgba(255, 223, 223, var(--border-opacity));
}

.hover\:border-red:hover{
  --border-opacity: 1;
  border-color: #e04242;
  border-color: rgba(224, 66, 66, var(--border-opacity));
}

.hover\:border-brand-primary:hover{
  --border-opacity: 1;
  border-color: #24526f;
  border-color: rgba(36, 82, 111, var(--border-opacity));
}

.hover\:border-brand-secondary:hover{
  --border-opacity: 1;
  border-color: #ffbd59;
  border-color: rgba(255, 189, 89, var(--border-opacity));
}

.hover\:border-brand-tertiary:hover{
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.hover\:border-brand-light-gray:hover{
  --border-opacity: 1;
  border-color: #BEBEBE;
  border-color: rgba(190, 190, 190, var(--border-opacity));
}

.hover\:border-brand-dark-gray:hover{
  --border-opacity: 1;
  border-color: #8A8A8A;
  border-color: rgba(138, 138, 138, var(--border-opacity));
}

.hover\:border-brand-scrim-25:hover{
  border-color: rgba(0,0,0,0.25);
}

.hover\:border-brand-scrim-50:hover{
  border-color: rgba(0,0,0,0.50);
}

.hover\:border-brand-overlay:hover{
  border-color: rgba(255,255,255,0.35);
}

.hover\:border-gray-100:hover{
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.hover\:border-gray-200:hover{
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.hover\:border-gray-300:hover{
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.hover\:border-gray-400:hover{
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.hover\:border-gray-500:hover{
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.hover\:border-gray-600:hover{
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.hover\:border-gray-700:hover{
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.hover\:border-gray-800:hover{
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.hover\:border-gray-900:hover{
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

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

.focus\:border-black:focus{
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

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

.focus\:border-red-100:focus{
  --border-opacity: 1;
  border-color: #ffdfdf;
  border-color: rgba(255, 223, 223, var(--border-opacity));
}

.focus\:border-red:focus{
  --border-opacity: 1;
  border-color: #e04242;
  border-color: rgba(224, 66, 66, var(--border-opacity));
}

.focus\:border-brand-primary:focus{
  --border-opacity: 1;
  border-color: #24526f;
  border-color: rgba(36, 82, 111, var(--border-opacity));
}

.focus\:border-brand-secondary:focus{
  --border-opacity: 1;
  border-color: #ffbd59;
  border-color: rgba(255, 189, 89, var(--border-opacity));
}

.focus\:border-brand-tertiary:focus{
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.focus\:border-brand-light-gray:focus{
  --border-opacity: 1;
  border-color: #BEBEBE;
  border-color: rgba(190, 190, 190, var(--border-opacity));
}

.focus\:border-brand-dark-gray:focus{
  --border-opacity: 1;
  border-color: #8A8A8A;
  border-color: rgba(138, 138, 138, var(--border-opacity));
}

.focus\:border-brand-scrim-25:focus{
  border-color: rgba(0,0,0,0.25);
}

.focus\:border-brand-scrim-50:focus{
  border-color: rgba(0,0,0,0.50);
}

.focus\:border-brand-overlay:focus{
  border-color: rgba(255,255,255,0.35);
}

.focus\:border-gray-100:focus{
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.focus\:border-gray-200:focus{
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.focus\:border-gray-300:focus{
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.focus\:border-gray-400:focus{
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.focus\:border-gray-500:focus{
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.focus\:border-gray-600:focus{
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.focus\:border-gray-700:focus{
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.focus\:border-gray-800:focus{
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.focus\:border-gray-900:focus{
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.border-opacity-0{
  --border-opacity: 0;
}

.border-opacity-25{
  --border-opacity: 0.25;
}

.border-opacity-35{
  --border-opacity: 0.35;
}

.border-opacity-50{
  --border-opacity: 0.5;
}

.border-opacity-75{
  --border-opacity: 0.75;
}

.border-opacity-80{
  --border-opacity: 0.8;
}

.border-opacity-100{
  --border-opacity: 1;
}

.hover\:border-opacity-0:hover{
  --border-opacity: 0;
}

.hover\:border-opacity-25:hover{
  --border-opacity: 0.25;
}

.hover\:border-opacity-35:hover{
  --border-opacity: 0.35;
}

.hover\:border-opacity-50:hover{
  --border-opacity: 0.5;
}

.hover\:border-opacity-75:hover{
  --border-opacity: 0.75;
}

.hover\:border-opacity-80:hover{
  --border-opacity: 0.8;
}

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

.focus\:border-opacity-0:focus{
  --border-opacity: 0;
}

.focus\:border-opacity-25:focus{
  --border-opacity: 0.25;
}

.focus\:border-opacity-35:focus{
  --border-opacity: 0.35;
}

.focus\:border-opacity-50:focus{
  --border-opacity: 0.5;
}

.focus\:border-opacity-75:focus{
  --border-opacity: 0.75;
}

.focus\:border-opacity-80:focus{
  --border-opacity: 0.8;
}

.focus\:border-opacity-100:focus{
  --border-opacity: 1;
}

.rounded-none{
  border-radius: 0;
}

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

.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-4{
  border-width: 4px;
}

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

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

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

.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-caption{
  display: table-caption;
}

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

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

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

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

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

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

.grid{
  display: grid;
}

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

.contents{
  display: contents;
}

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

.place-items-auto{
  place-items: auto;
}

.place-items-start{
  place-items: start;
}

.place-items-end{
  place-items: end;
}

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

.place-items-stretch{
  place-items: stretch;
}

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

.place-content-start{
  place-content: start;
}

.place-content-end{
  place-content: end;
}

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

.place-content-around{
  place-content: space-around;
}

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

.place-content-stretch{
  place-content: stretch;
}

.place-self-auto{
  place-self: auto;
}

.place-self-start{
  place-self: start;
}

.place-self-end{
  place-self: end;
}

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

.place-self-stretch{
  place-self: stretch;
}

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

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

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

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

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

.content-around{
  align-content: space-around;
}

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

.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-items-auto{
  justify-items: auto;
}

.justify-items-start{
  justify-items: start;
}

.justify-items-end{
  justify-items: end;
}

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

.justify-items-stretch{
  justify-items: stretch;
}

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

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

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

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

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

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

.justify-self-auto{
  justify-self: auto;
}

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

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

.justify-self-stretch{
  justify-self: stretch;
}

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

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

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

.flex-none{
  flex: none;
}

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

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.clear-none{
  clear: none;
}

.font-sans{
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

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

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

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

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

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

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

.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-9{
  height: 2.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.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-auto{
  height: auto;
}

.h-px{
  height: 1px;
}

.h-gutter{
  height: var(--gutter, 1.5625rem );
}

.h-gutter-full{
  height: calc( var(--gutter) * 2 );
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.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: 1.25rem;
}

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

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

.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-9{
  margin: 2.25rem;
}

.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-gutter{
  margin: var(--gutter, 1.5625rem );
}

.m-gutter-full{
  margin: calc( var(--gutter) * 2 );
}

.-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-9{
  margin: -2.25rem;
}

.-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-gutter{
  margin: calc(var(--gutter, 1.5625rem ) * -1);
}

.-m-gutter-full{
  margin: calc(var(--gutter) * 2 * -1);
}

.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-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.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-gutter{
  margin-top: var(--gutter, 1.5625rem );
  margin-bottom: var(--gutter, 1.5625rem );
}

.mx-gutter{
  margin-left: var(--gutter, 1.5625rem );
  margin-right: var(--gutter, 1.5625rem );
}

.my-gutter-full{
  margin-top: calc( var(--gutter) * 2 );
  margin-bottom: calc( var(--gutter) * 2 );
}

.mx-gutter-full{
  margin-left: calc( var(--gutter) * 2 );
  margin-right: calc( var(--gutter) * 2 );
}

.-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-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-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-gutter{
  margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
}

.-mx-gutter{
  margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  margin-right: calc(var(--gutter, 1.5625rem ) * -1);
}

.-my-gutter-full{
  margin-top: calc(var(--gutter) * 2 * -1);
  margin-bottom: calc(var(--gutter) * 2 * -1);
}

.-mx-gutter-full{
  margin-left: calc(var(--gutter) * 2 * -1);
  margin-right: calc(var(--gutter) * 2 * -1);
}

.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-9{
  margin-top: 2.25rem;
}

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

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

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

.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-gutter{
  margin-top: var(--gutter, 1.5625rem );
}

.mr-gutter{
  margin-right: var(--gutter, 1.5625rem );
}

.mb-gutter{
  margin-bottom: var(--gutter, 1.5625rem );
}

.ml-gutter{
  margin-left: var(--gutter, 1.5625rem );
}

.mt-gutter-full{
  margin-top: calc( var(--gutter) * 2 );
}

.mr-gutter-full{
  margin-right: calc( var(--gutter) * 2 );
}

.mb-gutter-full{
  margin-bottom: calc( var(--gutter) * 2 );
}

.ml-gutter-full{
  margin-left: calc( var(--gutter) * 2 );
}

.-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-9{
  margin-top: -2.25rem;
}

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

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

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

.-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-gutter{
  margin-top: calc(var(--gutter, 1.5625rem ) * -1);
}

.-mr-gutter{
  margin-right: calc(var(--gutter, 1.5625rem ) * -1);
}

.-mb-gutter{
  margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
}

.-ml-gutter{
  margin-left: calc(var(--gutter, 1.5625rem ) * -1);
}

.-mt-gutter-full{
  margin-top: calc(var(--gutter) * 2 * -1);
}

.-mr-gutter-full{
  margin-right: calc(var(--gutter) * 2 * -1);
}

.-mb-gutter-full{
  margin-bottom: calc(var(--gutter) * 2 * -1);
}

.-ml-gutter-full{
  margin-left: calc(var(--gutter) * 2 * -1);
}

.first\:m-0:first-child{
  margin: 0;
}

.first\:m-1:first-child{
  margin: 0.25rem;
}

.first\:m-2:first-child{
  margin: 0.5rem;
}

.first\:m-3:first-child{
  margin: 0.75rem;
}

.first\:m-4:first-child{
  margin: 1rem;
}

.first\:m-5:first-child{
  margin: 1.25rem;
}

.first\:m-6:first-child{
  margin: 1.5rem;
}

.first\:m-8:first-child{
  margin: 2rem;
}

.first\:m-9:first-child{
  margin: 2.25rem;
}

.first\:m-10:first-child{
  margin: 2.5rem;
}

.first\:m-12:first-child{
  margin: 3rem;
}

.first\:m-16:first-child{
  margin: 4rem;
}

.first\:m-20:first-child{
  margin: 5rem;
}

.first\:m-24:first-child{
  margin: 6rem;
}

.first\:m-32:first-child{
  margin: 8rem;
}

.first\:m-40:first-child{
  margin: 10rem;
}

.first\:m-48:first-child{
  margin: 12rem;
}

.first\:m-56:first-child{
  margin: 14rem;
}

.first\:m-64:first-child{
  margin: 16rem;
}

.first\:m-auto:first-child{
  margin: auto;
}

.first\:m-px:first-child{
  margin: 1px;
}

.first\:m-gutter:first-child{
  margin: var(--gutter, 1.5625rem );
}

.first\:m-gutter-full:first-child{
  margin: calc( var(--gutter) * 2 );
}

.first\:-m-1:first-child{
  margin: -0.25rem;
}

.first\:-m-2:first-child{
  margin: -0.5rem;
}

.first\:-m-3:first-child{
  margin: -0.75rem;
}

.first\:-m-4:first-child{
  margin: -1rem;
}

.first\:-m-5:first-child{
  margin: -1.25rem;
}

.first\:-m-6:first-child{
  margin: -1.5rem;
}

.first\:-m-8:first-child{
  margin: -2rem;
}

.first\:-m-9:first-child{
  margin: -2.25rem;
}

.first\:-m-10:first-child{
  margin: -2.5rem;
}

.first\:-m-12:first-child{
  margin: -3rem;
}

.first\:-m-16:first-child{
  margin: -4rem;
}

.first\:-m-20:first-child{
  margin: -5rem;
}

.first\:-m-24:first-child{
  margin: -6rem;
}

.first\:-m-32:first-child{
  margin: -8rem;
}

.first\:-m-40:first-child{
  margin: -10rem;
}

.first\:-m-48:first-child{
  margin: -12rem;
}

.first\:-m-56:first-child{
  margin: -14rem;
}

.first\:-m-64:first-child{
  margin: -16rem;
}

.first\:-m-px:first-child{
  margin: -1px;
}

.first\:-m-gutter:first-child{
  margin: calc(var(--gutter, 1.5625rem ) * -1);
}

.first\:-m-gutter-full:first-child{
  margin: calc(var(--gutter) * 2 * -1);
}

.first\:my-0:first-child{
  margin-top: 0;
  margin-bottom: 0;
}

.first\:mx-0:first-child{
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

.first\:my-5:first-child{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

.first\:mx-8:first-child{
  margin-left: 2rem;
  margin-right: 2rem;
}

.first\:my-9:first-child{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.first\:mx-9:first-child{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.first\:my-10:first-child{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:mx-10:first-child{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

.first\:mx-12:first-child{
  margin-left: 3rem;
  margin-right: 3rem;
}

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

.first\:mx-16:first-child{
  margin-left: 4rem;
  margin-right: 4rem;
}

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

.first\:mx-20:first-child{
  margin-left: 5rem;
  margin-right: 5rem;
}

.first\:my-24:first-child{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.first\:mx-24:first-child{
  margin-left: 6rem;
  margin-right: 6rem;
}

.first\:my-32:first-child{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:mx-32:first-child{
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:my-40:first-child{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.first\:mx-40:first-child{
  margin-left: 10rem;
  margin-right: 10rem;
}

.first\:my-48:first-child{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.first\:mx-48:first-child{
  margin-left: 12rem;
  margin-right: 12rem;
}

.first\:my-56:first-child{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.first\:mx-56:first-child{
  margin-left: 14rem;
  margin-right: 14rem;
}

.first\:my-64:first-child{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.first\:mx-64:first-child{
  margin-left: 16rem;
  margin-right: 16rem;
}

.first\:my-auto:first-child{
  margin-top: auto;
  margin-bottom: auto;
}

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

.first\:my-px:first-child{
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:mx-px:first-child{
  margin-left: 1px;
  margin-right: 1px;
}

.first\:my-gutter:first-child{
  margin-top: var(--gutter, 1.5625rem );
  margin-bottom: var(--gutter, 1.5625rem );
}

.first\:mx-gutter:first-child{
  margin-left: var(--gutter, 1.5625rem );
  margin-right: var(--gutter, 1.5625rem );
}

.first\:my-gutter-full:first-child{
  margin-top: calc( var(--gutter) * 2 );
  margin-bottom: calc( var(--gutter) * 2 );
}

.first\:mx-gutter-full:first-child{
  margin-left: calc( var(--gutter) * 2 );
  margin-right: calc( var(--gutter) * 2 );
}

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

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

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

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

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

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

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

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

.first\:-my-5:first-child{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

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

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

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

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

.first\:-mx-8:first-child{
  margin-left: -2rem;
  margin-right: -2rem;
}

.first\:-my-9:first-child{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.first\:-mx-9:first-child{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.first\:-my-10:first-child{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:-mx-10:first-child{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

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

.first\:-mx-12:first-child{
  margin-left: -3rem;
  margin-right: -3rem;
}

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

.first\:-mx-16:first-child{
  margin-left: -4rem;
  margin-right: -4rem;
}

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

.first\:-mx-20:first-child{
  margin-left: -5rem;
  margin-right: -5rem;
}

.first\:-my-24:first-child{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.first\:-mx-24:first-child{
  margin-left: -6rem;
  margin-right: -6rem;
}

.first\:-my-32:first-child{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:-mx-32:first-child{
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:-my-40:first-child{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.first\:-mx-40:first-child{
  margin-left: -10rem;
  margin-right: -10rem;
}

.first\:-my-48:first-child{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.first\:-mx-48:first-child{
  margin-left: -12rem;
  margin-right: -12rem;
}

.first\:-my-56:first-child{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.first\:-mx-56:first-child{
  margin-left: -14rem;
  margin-right: -14rem;
}

.first\:-my-64:first-child{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.first\:-mx-64:first-child{
  margin-left: -16rem;
  margin-right: -16rem;
}

.first\:-my-px:first-child{
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:-mx-px:first-child{
  margin-left: -1px;
  margin-right: -1px;
}

.first\:-my-gutter:first-child{
  margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
}

.first\:-mx-gutter:first-child{
  margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  margin-right: calc(var(--gutter, 1.5625rem ) * -1);
}

.first\:-my-gutter-full:first-child{
  margin-top: calc(var(--gutter) * 2 * -1);
  margin-bottom: calc(var(--gutter) * 2 * -1);
}

.first\:-mx-gutter-full:first-child{
  margin-left: calc(var(--gutter) * 2 * -1);
  margin-right: calc(var(--gutter) * 2 * -1);
}

.first\:mt-0:first-child{
  margin-top: 0;
}

.first\:mr-0:first-child{
  margin-right: 0;
}

.first\:mb-0:first-child{
  margin-bottom: 0;
}

.first\:ml-0:first-child{
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first\:mt-9:first-child{
  margin-top: 2.25rem;
}

.first\:mr-9:first-child{
  margin-right: 2.25rem;
}

.first\:mb-9:first-child{
  margin-bottom: 2.25rem;
}

.first\:ml-9:first-child{
  margin-left: 2.25rem;
}

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

.first\:mr-10:first-child{
  margin-right: 2.5rem;
}

.first\:mb-10:first-child{
  margin-bottom: 2.5rem;
}

.first\:ml-10:first-child{
  margin-left: 2.5rem;
}

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

.first\:mr-12:first-child{
  margin-right: 3rem;
}

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

.first\:ml-12:first-child{
  margin-left: 3rem;
}

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

.first\:mr-16:first-child{
  margin-right: 4rem;
}

.first\:mb-16:first-child{
  margin-bottom: 4rem;
}

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

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

.first\:mr-20:first-child{
  margin-right: 5rem;
}

.first\:mb-20:first-child{
  margin-bottom: 5rem;
}

.first\:ml-20:first-child{
  margin-left: 5rem;
}

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

.first\:mr-24:first-child{
  margin-right: 6rem;
}

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

.first\:ml-24:first-child{
  margin-left: 6rem;
}

.first\:mt-32:first-child{
  margin-top: 8rem;
}

.first\:mr-32:first-child{
  margin-right: 8rem;
}

.first\:mb-32:first-child{
  margin-bottom: 8rem;
}

.first\:ml-32:first-child{
  margin-left: 8rem;
}

.first\:mt-40:first-child{
  margin-top: 10rem;
}

.first\:mr-40:first-child{
  margin-right: 10rem;
}

.first\:mb-40:first-child{
  margin-bottom: 10rem;
}

.first\:ml-40:first-child{
  margin-left: 10rem;
}

.first\:mt-48:first-child{
  margin-top: 12rem;
}

.first\:mr-48:first-child{
  margin-right: 12rem;
}

.first\:mb-48:first-child{
  margin-bottom: 12rem;
}

.first\:ml-48:first-child{
  margin-left: 12rem;
}

.first\:mt-56:first-child{
  margin-top: 14rem;
}

.first\:mr-56:first-child{
  margin-right: 14rem;
}

.first\:mb-56:first-child{
  margin-bottom: 14rem;
}

.first\:ml-56:first-child{
  margin-left: 14rem;
}

.first\:mt-64:first-child{
  margin-top: 16rem;
}

.first\:mr-64:first-child{
  margin-right: 16rem;
}

.first\:mb-64:first-child{
  margin-bottom: 16rem;
}

.first\:ml-64:first-child{
  margin-left: 16rem;
}

.first\:mt-auto:first-child{
  margin-top: auto;
}

.first\:mr-auto:first-child{
  margin-right: auto;
}

.first\:mb-auto:first-child{
  margin-bottom: auto;
}

.first\:ml-auto:first-child{
  margin-left: auto;
}

.first\:mt-px:first-child{
  margin-top: 1px;
}

.first\:mr-px:first-child{
  margin-right: 1px;
}

.first\:mb-px:first-child{
  margin-bottom: 1px;
}

.first\:ml-px:first-child{
  margin-left: 1px;
}

.first\:mt-gutter:first-child{
  margin-top: var(--gutter, 1.5625rem );
}

.first\:mr-gutter:first-child{
  margin-right: var(--gutter, 1.5625rem );
}

.first\:mb-gutter:first-child{
  margin-bottom: var(--gutter, 1.5625rem );
}

.first\:ml-gutter:first-child{
  margin-left: var(--gutter, 1.5625rem );
}

.first\:mt-gutter-full:first-child{
  margin-top: calc( var(--gutter) * 2 );
}

.first\:mr-gutter-full:first-child{
  margin-right: calc( var(--gutter) * 2 );
}

.first\:mb-gutter-full:first-child{
  margin-bottom: calc( var(--gutter) * 2 );
}

.first\:ml-gutter-full:first-child{
  margin-left: calc( var(--gutter) * 2 );
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first\:-mt-9:first-child{
  margin-top: -2.25rem;
}

.first\:-mr-9:first-child{
  margin-right: -2.25rem;
}

.first\:-mb-9:first-child{
  margin-bottom: -2.25rem;
}

.first\:-ml-9:first-child{
  margin-left: -2.25rem;
}

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

.first\:-mr-10:first-child{
  margin-right: -2.5rem;
}

.first\:-mb-10:first-child{
  margin-bottom: -2.5rem;
}

.first\:-ml-10:first-child{
  margin-left: -2.5rem;
}

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

.first\:-mr-12:first-child{
  margin-right: -3rem;
}

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

.first\:-ml-12:first-child{
  margin-left: -3rem;
}

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

.first\:-mr-16:first-child{
  margin-right: -4rem;
}

.first\:-mb-16:first-child{
  margin-bottom: -4rem;
}

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

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

.first\:-mr-20:first-child{
  margin-right: -5rem;
}

.first\:-mb-20:first-child{
  margin-bottom: -5rem;
}

.first\:-ml-20:first-child{
  margin-left: -5rem;
}

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

.first\:-mr-24:first-child{
  margin-right: -6rem;
}

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

.first\:-ml-24:first-child{
  margin-left: -6rem;
}

.first\:-mt-32:first-child{
  margin-top: -8rem;
}

.first\:-mr-32:first-child{
  margin-right: -8rem;
}

.first\:-mb-32:first-child{
  margin-bottom: -8rem;
}

.first\:-ml-32:first-child{
  margin-left: -8rem;
}

.first\:-mt-40:first-child{
  margin-top: -10rem;
}

.first\:-mr-40:first-child{
  margin-right: -10rem;
}

.first\:-mb-40:first-child{
  margin-bottom: -10rem;
}

.first\:-ml-40:first-child{
  margin-left: -10rem;
}

.first\:-mt-48:first-child{
  margin-top: -12rem;
}

.first\:-mr-48:first-child{
  margin-right: -12rem;
}

.first\:-mb-48:first-child{
  margin-bottom: -12rem;
}

.first\:-ml-48:first-child{
  margin-left: -12rem;
}

.first\:-mt-56:first-child{
  margin-top: -14rem;
}

.first\:-mr-56:first-child{
  margin-right: -14rem;
}

.first\:-mb-56:first-child{
  margin-bottom: -14rem;
}

.first\:-ml-56:first-child{
  margin-left: -14rem;
}

.first\:-mt-64:first-child{
  margin-top: -16rem;
}

.first\:-mr-64:first-child{
  margin-right: -16rem;
}

.first\:-mb-64:first-child{
  margin-bottom: -16rem;
}

.first\:-ml-64:first-child{
  margin-left: -16rem;
}

.first\:-mt-px:first-child{
  margin-top: -1px;
}

.first\:-mr-px:first-child{
  margin-right: -1px;
}

.first\:-mb-px:first-child{
  margin-bottom: -1px;
}

.first\:-ml-px:first-child{
  margin-left: -1px;
}

.first\:-mt-gutter:first-child{
  margin-top: calc(var(--gutter, 1.5625rem ) * -1);
}

.first\:-mr-gutter:first-child{
  margin-right: calc(var(--gutter, 1.5625rem ) * -1);
}

.first\:-mb-gutter:first-child{
  margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
}

.first\:-ml-gutter:first-child{
  margin-left: calc(var(--gutter, 1.5625rem ) * -1);
}

.first\:-mt-gutter-full:first-child{
  margin-top: calc(var(--gutter) * 2 * -1);
}

.first\:-mr-gutter-full:first-child{
  margin-right: calc(var(--gutter) * 2 * -1);
}

.first\:-mb-gutter-full:first-child{
  margin-bottom: calc(var(--gutter) * 2 * -1);
}

.first\:-ml-gutter-full:first-child{
  margin-left: calc(var(--gutter) * 2 * -1);
}

.last\:m-0:last-child{
  margin: 0;
}

.last\:m-1:last-child{
  margin: 0.25rem;
}

.last\:m-2:last-child{
  margin: 0.5rem;
}

.last\:m-3:last-child{
  margin: 0.75rem;
}

.last\:m-4:last-child{
  margin: 1rem;
}

.last\:m-5:last-child{
  margin: 1.25rem;
}

.last\:m-6:last-child{
  margin: 1.5rem;
}

.last\:m-8:last-child{
  margin: 2rem;
}

.last\:m-9:last-child{
  margin: 2.25rem;
}

.last\:m-10:last-child{
  margin: 2.5rem;
}

.last\:m-12:last-child{
  margin: 3rem;
}

.last\:m-16:last-child{
  margin: 4rem;
}

.last\:m-20:last-child{
  margin: 5rem;
}

.last\:m-24:last-child{
  margin: 6rem;
}

.last\:m-32:last-child{
  margin: 8rem;
}

.last\:m-40:last-child{
  margin: 10rem;
}

.last\:m-48:last-child{
  margin: 12rem;
}

.last\:m-56:last-child{
  margin: 14rem;
}

.last\:m-64:last-child{
  margin: 16rem;
}

.last\:m-auto:last-child{
  margin: auto;
}

.last\:m-px:last-child{
  margin: 1px;
}

.last\:m-gutter:last-child{
  margin: var(--gutter, 1.5625rem );
}

.last\:m-gutter-full:last-child{
  margin: calc( var(--gutter) * 2 );
}

.last\:-m-1:last-child{
  margin: -0.25rem;
}

.last\:-m-2:last-child{
  margin: -0.5rem;
}

.last\:-m-3:last-child{
  margin: -0.75rem;
}

.last\:-m-4:last-child{
  margin: -1rem;
}

.last\:-m-5:last-child{
  margin: -1.25rem;
}

.last\:-m-6:last-child{
  margin: -1.5rem;
}

.last\:-m-8:last-child{
  margin: -2rem;
}

.last\:-m-9:last-child{
  margin: -2.25rem;
}

.last\:-m-10:last-child{
  margin: -2.5rem;
}

.last\:-m-12:last-child{
  margin: -3rem;
}

.last\:-m-16:last-child{
  margin: -4rem;
}

.last\:-m-20:last-child{
  margin: -5rem;
}

.last\:-m-24:last-child{
  margin: -6rem;
}

.last\:-m-32:last-child{
  margin: -8rem;
}

.last\:-m-40:last-child{
  margin: -10rem;
}

.last\:-m-48:last-child{
  margin: -12rem;
}

.last\:-m-56:last-child{
  margin: -14rem;
}

.last\:-m-64:last-child{
  margin: -16rem;
}

.last\:-m-px:last-child{
  margin: -1px;
}

.last\:-m-gutter:last-child{
  margin: calc(var(--gutter, 1.5625rem ) * -1);
}

.last\:-m-gutter-full:last-child{
  margin: calc(var(--gutter) * 2 * -1);
}

.last\:my-0:last-child{
  margin-top: 0;
  margin-bottom: 0;
}

.last\:mx-0:last-child{
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

.last\:my-5:last-child{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

.last\:mx-8:last-child{
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:my-9:last-child{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.last\:mx-9:last-child{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.last\:my-10:last-child{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:mx-10:last-child{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

.last\:mx-12:last-child{
  margin-left: 3rem;
  margin-right: 3rem;
}

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

.last\:mx-16:last-child{
  margin-left: 4rem;
  margin-right: 4rem;
}

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

.last\:mx-20:last-child{
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:my-24:last-child{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:mx-24:last-child{
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:my-32:last-child{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:mx-32:last-child{
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:my-40:last-child{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:mx-40:last-child{
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:my-48:last-child{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:mx-48:last-child{
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:my-56:last-child{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:mx-56:last-child{
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:my-64:last-child{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:mx-64:last-child{
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:my-auto:last-child{
  margin-top: auto;
  margin-bottom: auto;
}

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

.last\:my-px:last-child{
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:mx-px:last-child{
  margin-left: 1px;
  margin-right: 1px;
}

.last\:my-gutter:last-child{
  margin-top: var(--gutter, 1.5625rem );
  margin-bottom: var(--gutter, 1.5625rem );
}

.last\:mx-gutter:last-child{
  margin-left: var(--gutter, 1.5625rem );
  margin-right: var(--gutter, 1.5625rem );
}

.last\:my-gutter-full:last-child{
  margin-top: calc( var(--gutter) * 2 );
  margin-bottom: calc( var(--gutter) * 2 );
}

.last\:mx-gutter-full:last-child{
  margin-left: calc( var(--gutter) * 2 );
  margin-right: calc( var(--gutter) * 2 );
}

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

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

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

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

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

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

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

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

.last\:-my-5:last-child{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

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

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

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

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

.last\:-mx-8:last-child{
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-my-9:last-child{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.last\:-mx-9:last-child{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.last\:-my-10:last-child{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-mx-10:last-child{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

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

.last\:-mx-12:last-child{
  margin-left: -3rem;
  margin-right: -3rem;
}

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

.last\:-mx-16:last-child{
  margin-left: -4rem;
  margin-right: -4rem;
}

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

.last\:-mx-20:last-child{
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-my-24:last-child{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-mx-24:last-child{
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-my-32:last-child{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-mx-32:last-child{
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-my-40:last-child{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-mx-40:last-child{
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-my-48:last-child{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-mx-48:last-child{
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-my-56:last-child{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-mx-56:last-child{
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-my-64:last-child{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-mx-64:last-child{
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-my-px:last-child{
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-mx-px:last-child{
  margin-left: -1px;
  margin-right: -1px;
}

.last\:-my-gutter:last-child{
  margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
}

.last\:-mx-gutter:last-child{
  margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  margin-right: calc(var(--gutter, 1.5625rem ) * -1);
}

.last\:-my-gutter-full:last-child{
  margin-top: calc(var(--gutter) * 2 * -1);
  margin-bottom: calc(var(--gutter) * 2 * -1);
}

.last\:-mx-gutter-full:last-child{
  margin-left: calc(var(--gutter) * 2 * -1);
  margin-right: calc(var(--gutter) * 2 * -1);
}

.last\:mt-0:last-child{
  margin-top: 0;
}

.last\:mr-0:last-child{
  margin-right: 0;
}

.last\:mb-0:last-child{
  margin-bottom: 0;
}

.last\:ml-0:last-child{
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last\:mt-9:last-child{
  margin-top: 2.25rem;
}

.last\:mr-9:last-child{
  margin-right: 2.25rem;
}

.last\:mb-9:last-child{
  margin-bottom: 2.25rem;
}

.last\:ml-9:last-child{
  margin-left: 2.25rem;
}

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

.last\:mr-10:last-child{
  margin-right: 2.5rem;
}

.last\:mb-10:last-child{
  margin-bottom: 2.5rem;
}

.last\:ml-10:last-child{
  margin-left: 2.5rem;
}

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

.last\:mr-12:last-child{
  margin-right: 3rem;
}

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

.last\:ml-12:last-child{
  margin-left: 3rem;
}

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

.last\:mr-16:last-child{
  margin-right: 4rem;
}

.last\:mb-16:last-child{
  margin-bottom: 4rem;
}

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

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

.last\:mr-20:last-child{
  margin-right: 5rem;
}

.last\:mb-20:last-child{
  margin-bottom: 5rem;
}

.last\:ml-20:last-child{
  margin-left: 5rem;
}

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

.last\:mr-24:last-child{
  margin-right: 6rem;
}

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

.last\:ml-24:last-child{
  margin-left: 6rem;
}

.last\:mt-32:last-child{
  margin-top: 8rem;
}

.last\:mr-32:last-child{
  margin-right: 8rem;
}

.last\:mb-32:last-child{
  margin-bottom: 8rem;
}

.last\:ml-32:last-child{
  margin-left: 8rem;
}

.last\:mt-40:last-child{
  margin-top: 10rem;
}

.last\:mr-40:last-child{
  margin-right: 10rem;
}

.last\:mb-40:last-child{
  margin-bottom: 10rem;
}

.last\:ml-40:last-child{
  margin-left: 10rem;
}

.last\:mt-48:last-child{
  margin-top: 12rem;
}

.last\:mr-48:last-child{
  margin-right: 12rem;
}

.last\:mb-48:last-child{
  margin-bottom: 12rem;
}

.last\:ml-48:last-child{
  margin-left: 12rem;
}

.last\:mt-56:last-child{
  margin-top: 14rem;
}

.last\:mr-56:last-child{
  margin-right: 14rem;
}

.last\:mb-56:last-child{
  margin-bottom: 14rem;
}

.last\:ml-56:last-child{
  margin-left: 14rem;
}

.last\:mt-64:last-child{
  margin-top: 16rem;
}

.last\:mr-64:last-child{
  margin-right: 16rem;
}

.last\:mb-64:last-child{
  margin-bottom: 16rem;
}

.last\:ml-64:last-child{
  margin-left: 16rem;
}

.last\:mt-auto:last-child{
  margin-top: auto;
}

.last\:mr-auto:last-child{
  margin-right: auto;
}

.last\:mb-auto:last-child{
  margin-bottom: auto;
}

.last\:ml-auto:last-child{
  margin-left: auto;
}

.last\:mt-px:last-child{
  margin-top: 1px;
}

.last\:mr-px:last-child{
  margin-right: 1px;
}

.last\:mb-px:last-child{
  margin-bottom: 1px;
}

.last\:ml-px:last-child{
  margin-left: 1px;
}

.last\:mt-gutter:last-child{
  margin-top: var(--gutter, 1.5625rem );
}

.last\:mr-gutter:last-child{
  margin-right: var(--gutter, 1.5625rem );
}

.last\:mb-gutter:last-child{
  margin-bottom: var(--gutter, 1.5625rem );
}

.last\:ml-gutter:last-child{
  margin-left: var(--gutter, 1.5625rem );
}

.last\:mt-gutter-full:last-child{
  margin-top: calc( var(--gutter) * 2 );
}

.last\:mr-gutter-full:last-child{
  margin-right: calc( var(--gutter) * 2 );
}

.last\:mb-gutter-full:last-child{
  margin-bottom: calc( var(--gutter) * 2 );
}

.last\:ml-gutter-full:last-child{
  margin-left: calc( var(--gutter) * 2 );
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last\:-mt-9:last-child{
  margin-top: -2.25rem;
}

.last\:-mr-9:last-child{
  margin-right: -2.25rem;
}

.last\:-mb-9:last-child{
  margin-bottom: -2.25rem;
}

.last\:-ml-9:last-child{
  margin-left: -2.25rem;
}

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

.last\:-mr-10:last-child{
  margin-right: -2.5rem;
}

.last\:-mb-10:last-child{
  margin-bottom: -2.5rem;
}

.last\:-ml-10:last-child{
  margin-left: -2.5rem;
}

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

.last\:-mr-12:last-child{
  margin-right: -3rem;
}

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

.last\:-ml-12:last-child{
  margin-left: -3rem;
}

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

.last\:-mr-16:last-child{
  margin-right: -4rem;
}

.last\:-mb-16:last-child{
  margin-bottom: -4rem;
}

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

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

.last\:-mr-20:last-child{
  margin-right: -5rem;
}

.last\:-mb-20:last-child{
  margin-bottom: -5rem;
}

.last\:-ml-20:last-child{
  margin-left: -5rem;
}

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

.last\:-mr-24:last-child{
  margin-right: -6rem;
}

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

.last\:-ml-24:last-child{
  margin-left: -6rem;
}

.last\:-mt-32:last-child{
  margin-top: -8rem;
}

.last\:-mr-32:last-child{
  margin-right: -8rem;
}

.last\:-mb-32:last-child{
  margin-bottom: -8rem;
}

.last\:-ml-32:last-child{
  margin-left: -8rem;
}

.last\:-mt-40:last-child{
  margin-top: -10rem;
}

.last\:-mr-40:last-child{
  margin-right: -10rem;
}

.last\:-mb-40:last-child{
  margin-bottom: -10rem;
}

.last\:-ml-40:last-child{
  margin-left: -10rem;
}

.last\:-mt-48:last-child{
  margin-top: -12rem;
}

.last\:-mr-48:last-child{
  margin-right: -12rem;
}

.last\:-mb-48:last-child{
  margin-bottom: -12rem;
}

.last\:-ml-48:last-child{
  margin-left: -12rem;
}

.last\:-mt-56:last-child{
  margin-top: -14rem;
}

.last\:-mr-56:last-child{
  margin-right: -14rem;
}

.last\:-mb-56:last-child{
  margin-bottom: -14rem;
}

.last\:-ml-56:last-child{
  margin-left: -14rem;
}

.last\:-mt-64:last-child{
  margin-top: -16rem;
}

.last\:-mr-64:last-child{
  margin-right: -16rem;
}

.last\:-mb-64:last-child{
  margin-bottom: -16rem;
}

.last\:-ml-64:last-child{
  margin-left: -16rem;
}

.last\:-mt-px:last-child{
  margin-top: -1px;
}

.last\:-mr-px:last-child{
  margin-right: -1px;
}

.last\:-mb-px:last-child{
  margin-bottom: -1px;
}

.last\:-ml-px:last-child{
  margin-left: -1px;
}

.last\:-mt-gutter:last-child{
  margin-top: calc(var(--gutter, 1.5625rem ) * -1);
}

.last\:-mr-gutter:last-child{
  margin-right: calc(var(--gutter, 1.5625rem ) * -1);
}

.last\:-mb-gutter:last-child{
  margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
}

.last\:-ml-gutter:last-child{
  margin-left: calc(var(--gutter, 1.5625rem ) * -1);
}

.last\:-mt-gutter-full:last-child{
  margin-top: calc(var(--gutter) * 2 * -1);
}

.last\:-mr-gutter-full:last-child{
  margin-right: calc(var(--gutter) * 2 * -1);
}

.last\:-mb-gutter-full:last-child{
  margin-bottom: calc(var(--gutter) * 2 * -1);
}

.last\:-ml-gutter-full:last-child{
  margin-left: calc(var(--gutter) * 2 * -1);
}

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

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

.max-w-none{
  max-width: none;
}

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

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

.max-w-md{
  max-width: 28rem;
}

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

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

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

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

.max-w-4xl{
  max-width: 56rem;
}

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

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

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

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-xl{
  max-width: 1270px;
}

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

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

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

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

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

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

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

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

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

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

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-35{
  opacity: 0.35;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-100{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-35:hover{
  opacity: 0.35;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

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

.focus\:opacity-0:focus{
  opacity: 0;
}

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-35:focus{
  opacity: 0.35;
}

.focus\:opacity-50:focus{
  opacity: 0.5;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

.focus\:opacity-80:focus{
  opacity: 0.8;
}

.focus\:opacity-100:focus{
  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;
}

.overscroll-auto{
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain{
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none{
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.overscroll-y-none{
  overscroll-behavior-y: none;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.overscroll-x-none{
  overscroll-behavior-x: none;
}

.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-9{
  padding: 2.25rem;
}

.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-gutter{
  padding: var(--gutter, 1.5625rem );
}

.p-gutter-full{
  padding: calc( var(--gutter) * 2 );
}

.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-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.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-gutter{
  padding-top: var(--gutter, 1.5625rem );
  padding-bottom: var(--gutter, 1.5625rem );
}

.px-gutter{
  padding-left: var(--gutter, 1.5625rem );
  padding-right: var(--gutter, 1.5625rem );
}

.py-gutter-full{
  padding-top: calc( var(--gutter) * 2 );
  padding-bottom: calc( var(--gutter) * 2 );
}

.px-gutter-full{
  padding-left: calc( var(--gutter) * 2 );
  padding-right: calc( var(--gutter) * 2 );
}

.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-9{
  padding-top: 2.25rem;
}

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

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

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

.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-gutter{
  padding-top: var(--gutter, 1.5625rem );
}

.pr-gutter{
  padding-right: var(--gutter, 1.5625rem );
}

.pb-gutter{
  padding-bottom: var(--gutter, 1.5625rem );
}

.pl-gutter{
  padding-left: var(--gutter, 1.5625rem );
}

.pt-gutter-full{
  padding-top: calc( var(--gutter) * 2 );
}

.pr-gutter-full{
  padding-right: calc( var(--gutter) * 2 );
}

.pb-gutter-full{
  padding-bottom: calc( var(--gutter) * 2 );
}

.pl-gutter-full{
  padding-left: calc( var(--gutter) * 2 );
}

.first\:p-0:first-child{
  padding: 0;
}

.first\:p-1:first-child{
  padding: 0.25rem;
}

.first\:p-2:first-child{
  padding: 0.5rem;
}

.first\:p-3:first-child{
  padding: 0.75rem;
}

.first\:p-4:first-child{
  padding: 1rem;
}

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

.first\:p-6:first-child{
  padding: 1.5rem;
}

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

.first\:p-9:first-child{
  padding: 2.25rem;
}

.first\:p-10:first-child{
  padding: 2.5rem;
}

.first\:p-12:first-child{
  padding: 3rem;
}

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

.first\:p-20:first-child{
  padding: 5rem;
}

.first\:p-24:first-child{
  padding: 6rem;
}

.first\:p-32:first-child{
  padding: 8rem;
}

.first\:p-40:first-child{
  padding: 10rem;
}

.first\:p-48:first-child{
  padding: 12rem;
}

.first\:p-56:first-child{
  padding: 14rem;
}

.first\:p-64:first-child{
  padding: 16rem;
}

.first\:p-px:first-child{
  padding: 1px;
}

.first\:p-gutter:first-child{
  padding: var(--gutter, 1.5625rem );
}

.first\:p-gutter-full:first-child{
  padding: calc( var(--gutter) * 2 );
}

.first\:py-0:first-child{
  padding-top: 0;
  padding-bottom: 0;
}

.first\:px-0:first-child{
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

.first\:py-5:first-child{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

.first\:px-8:first-child{
  padding-left: 2rem;
  padding-right: 2rem;
}

.first\:py-9:first-child{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.first\:px-9:first-child{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.first\:py-10:first-child{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.first\:px-10:first-child{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.first\:px-12:first-child{
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.first\:px-16:first-child{
  padding-left: 4rem;
  padding-right: 4rem;
}

.first\:py-20:first-child{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.first\:px-20:first-child{
  padding-left: 5rem;
  padding-right: 5rem;
}

.first\:py-24:first-child{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.first\:px-24:first-child{
  padding-left: 6rem;
  padding-right: 6rem;
}

.first\:py-32:first-child{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.first\:px-32:first-child{
  padding-left: 8rem;
  padding-right: 8rem;
}

.first\:py-40:first-child{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.first\:px-40:first-child{
  padding-left: 10rem;
  padding-right: 10rem;
}

.first\:py-48:first-child{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.first\:px-48:first-child{
  padding-left: 12rem;
  padding-right: 12rem;
}

.first\:py-56:first-child{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.first\:px-56:first-child{
  padding-left: 14rem;
  padding-right: 14rem;
}

.first\:py-64:first-child{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.first\:px-64:first-child{
  padding-left: 16rem;
  padding-right: 16rem;
}

.first\:py-px:first-child{
  padding-top: 1px;
  padding-bottom: 1px;
}

.first\:px-px:first-child{
  padding-left: 1px;
  padding-right: 1px;
}

.first\:py-gutter:first-child{
  padding-top: var(--gutter, 1.5625rem );
  padding-bottom: var(--gutter, 1.5625rem );
}

.first\:px-gutter:first-child{
  padding-left: var(--gutter, 1.5625rem );
  padding-right: var(--gutter, 1.5625rem );
}

.first\:py-gutter-full:first-child{
  padding-top: calc( var(--gutter) * 2 );
  padding-bottom: calc( var(--gutter) * 2 );
}

.first\:px-gutter-full:first-child{
  padding-left: calc( var(--gutter) * 2 );
  padding-right: calc( var(--gutter) * 2 );
}

.first\:pt-0:first-child{
  padding-top: 0;
}

.first\:pr-0:first-child{
  padding-right: 0;
}

.first\:pb-0:first-child{
  padding-bottom: 0;
}

.first\:pl-0:first-child{
  padding-left: 0;
}

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

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

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

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

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

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

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

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

.first\:pt-3:first-child{
  padding-top: 0.75rem;
}

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

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

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

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

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

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

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

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

.first\:pr-5:first-child{
  padding-right: 1.25rem;
}

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

.first\:pl-5:first-child{
  padding-left: 1.25rem;
}

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

.first\:pr-6:first-child{
  padding-right: 1.5rem;
}

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

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

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

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

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

.first\:pl-8:first-child{
  padding-left: 2rem;
}

.first\:pt-9:first-child{
  padding-top: 2.25rem;
}

.first\:pr-9:first-child{
  padding-right: 2.25rem;
}

.first\:pb-9:first-child{
  padding-bottom: 2.25rem;
}

.first\:pl-9:first-child{
  padding-left: 2.25rem;
}

.first\:pt-10:first-child{
  padding-top: 2.5rem;
}

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

.first\:pb-10:first-child{
  padding-bottom: 2.5rem;
}

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

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

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

.first\:pb-12:first-child{
  padding-bottom: 3rem;
}

.first\:pl-12:first-child{
  padding-left: 3rem;
}

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

.first\:pr-16:first-child{
  padding-right: 4rem;
}

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

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

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

.first\:pr-20:first-child{
  padding-right: 5rem;
}

.first\:pb-20:first-child{
  padding-bottom: 5rem;
}

.first\:pl-20:first-child{
  padding-left: 5rem;
}

.first\:pt-24:first-child{
  padding-top: 6rem;
}

.first\:pr-24:first-child{
  padding-right: 6rem;
}

.first\:pb-24:first-child{
  padding-bottom: 6rem;
}

.first\:pl-24:first-child{
  padding-left: 6rem;
}

.first\:pt-32:first-child{
  padding-top: 8rem;
}

.first\:pr-32:first-child{
  padding-right: 8rem;
}

.first\:pb-32:first-child{
  padding-bottom: 8rem;
}

.first\:pl-32:first-child{
  padding-left: 8rem;
}

.first\:pt-40:first-child{
  padding-top: 10rem;
}

.first\:pr-40:first-child{
  padding-right: 10rem;
}

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

.first\:pl-40:first-child{
  padding-left: 10rem;
}

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

.first\:pr-48:first-child{
  padding-right: 12rem;
}

.first\:pb-48:first-child{
  padding-bottom: 12rem;
}

.first\:pl-48:first-child{
  padding-left: 12rem;
}

.first\:pt-56:first-child{
  padding-top: 14rem;
}

.first\:pr-56:first-child{
  padding-right: 14rem;
}

.first\:pb-56:first-child{
  padding-bottom: 14rem;
}

.first\:pl-56:first-child{
  padding-left: 14rem;
}

.first\:pt-64:first-child{
  padding-top: 16rem;
}

.first\:pr-64:first-child{
  padding-right: 16rem;
}

.first\:pb-64:first-child{
  padding-bottom: 16rem;
}

.first\:pl-64:first-child{
  padding-left: 16rem;
}

.first\:pt-px:first-child{
  padding-top: 1px;
}

.first\:pr-px:first-child{
  padding-right: 1px;
}

.first\:pb-px:first-child{
  padding-bottom: 1px;
}

.first\:pl-px:first-child{
  padding-left: 1px;
}

.first\:pt-gutter:first-child{
  padding-top: var(--gutter, 1.5625rem );
}

.first\:pr-gutter:first-child{
  padding-right: var(--gutter, 1.5625rem );
}

.first\:pb-gutter:first-child{
  padding-bottom: var(--gutter, 1.5625rem );
}

.first\:pl-gutter:first-child{
  padding-left: var(--gutter, 1.5625rem );
}

.first\:pt-gutter-full:first-child{
  padding-top: calc( var(--gutter) * 2 );
}

.first\:pr-gutter-full:first-child{
  padding-right: calc( var(--gutter) * 2 );
}

.first\:pb-gutter-full:first-child{
  padding-bottom: calc( var(--gutter) * 2 );
}

.first\:pl-gutter-full:first-child{
  padding-left: calc( var(--gutter) * 2 );
}

.last\:p-0:last-child{
  padding: 0;
}

.last\:p-1:last-child{
  padding: 0.25rem;
}

.last\:p-2:last-child{
  padding: 0.5rem;
}

.last\:p-3:last-child{
  padding: 0.75rem;
}

.last\:p-4:last-child{
  padding: 1rem;
}

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

.last\:p-6:last-child{
  padding: 1.5rem;
}

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

.last\:p-9:last-child{
  padding: 2.25rem;
}

.last\:p-10:last-child{
  padding: 2.5rem;
}

.last\:p-12:last-child{
  padding: 3rem;
}

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

.last\:p-20:last-child{
  padding: 5rem;
}

.last\:p-24:last-child{
  padding: 6rem;
}

.last\:p-32:last-child{
  padding: 8rem;
}

.last\:p-40:last-child{
  padding: 10rem;
}

.last\:p-48:last-child{
  padding: 12rem;
}

.last\:p-56:last-child{
  padding: 14rem;
}

.last\:p-64:last-child{
  padding: 16rem;
}

.last\:p-px:last-child{
  padding: 1px;
}

.last\:p-gutter:last-child{
  padding: var(--gutter, 1.5625rem );
}

.last\:p-gutter-full:last-child{
  padding: calc( var(--gutter) * 2 );
}

.last\:py-0:last-child{
  padding-top: 0;
  padding-bottom: 0;
}

.last\:px-0:last-child{
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

.last\:py-5:last-child{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

.last\:px-8:last-child{
  padding-left: 2rem;
  padding-right: 2rem;
}

.last\:py-9:last-child{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.last\:px-9:last-child{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.last\:py-10:last-child{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.last\:px-10:last-child{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.last\:px-12:last-child{
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.last\:px-16:last-child{
  padding-left: 4rem;
  padding-right: 4rem;
}

.last\:py-20:last-child{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.last\:px-20:last-child{
  padding-left: 5rem;
  padding-right: 5rem;
}

.last\:py-24:last-child{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.last\:px-24:last-child{
  padding-left: 6rem;
  padding-right: 6rem;
}

.last\:py-32:last-child{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.last\:px-32:last-child{
  padding-left: 8rem;
  padding-right: 8rem;
}

.last\:py-40:last-child{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.last\:px-40:last-child{
  padding-left: 10rem;
  padding-right: 10rem;
}

.last\:py-48:last-child{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.last\:px-48:last-child{
  padding-left: 12rem;
  padding-right: 12rem;
}

.last\:py-56:last-child{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.last\:px-56:last-child{
  padding-left: 14rem;
  padding-right: 14rem;
}

.last\:py-64:last-child{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.last\:px-64:last-child{
  padding-left: 16rem;
  padding-right: 16rem;
}

.last\:py-px:last-child{
  padding-top: 1px;
  padding-bottom: 1px;
}

.last\:px-px:last-child{
  padding-left: 1px;
  padding-right: 1px;
}

.last\:py-gutter:last-child{
  padding-top: var(--gutter, 1.5625rem );
  padding-bottom: var(--gutter, 1.5625rem );
}

.last\:px-gutter:last-child{
  padding-left: var(--gutter, 1.5625rem );
  padding-right: var(--gutter, 1.5625rem );
}

.last\:py-gutter-full:last-child{
  padding-top: calc( var(--gutter) * 2 );
  padding-bottom: calc( var(--gutter) * 2 );
}

.last\:px-gutter-full:last-child{
  padding-left: calc( var(--gutter) * 2 );
  padding-right: calc( var(--gutter) * 2 );
}

.last\:pt-0:last-child{
  padding-top: 0;
}

.last\:pr-0:last-child{
  padding-right: 0;
}

.last\:pb-0:last-child{
  padding-bottom: 0;
}

.last\:pl-0:last-child{
  padding-left: 0;
}

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

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

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

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

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

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

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

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

.last\:pt-3:last-child{
  padding-top: 0.75rem;
}

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

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

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

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

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

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

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

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

.last\:pr-5:last-child{
  padding-right: 1.25rem;
}

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

.last\:pl-5:last-child{
  padding-left: 1.25rem;
}

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

.last\:pr-6:last-child{
  padding-right: 1.5rem;
}

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

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

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

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

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

.last\:pl-8:last-child{
  padding-left: 2rem;
}

.last\:pt-9:last-child{
  padding-top: 2.25rem;
}

.last\:pr-9:last-child{
  padding-right: 2.25rem;
}

.last\:pb-9:last-child{
  padding-bottom: 2.25rem;
}

.last\:pl-9:last-child{
  padding-left: 2.25rem;
}

.last\:pt-10:last-child{
  padding-top: 2.5rem;
}

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

.last\:pb-10:last-child{
  padding-bottom: 2.5rem;
}

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

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

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

.last\:pb-12:last-child{
  padding-bottom: 3rem;
}

.last\:pl-12:last-child{
  padding-left: 3rem;
}

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

.last\:pr-16:last-child{
  padding-right: 4rem;
}

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

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

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

.last\:pr-20:last-child{
  padding-right: 5rem;
}

.last\:pb-20:last-child{
  padding-bottom: 5rem;
}

.last\:pl-20:last-child{
  padding-left: 5rem;
}

.last\:pt-24:last-child{
  padding-top: 6rem;
}

.last\:pr-24:last-child{
  padding-right: 6rem;
}

.last\:pb-24:last-child{
  padding-bottom: 6rem;
}

.last\:pl-24:last-child{
  padding-left: 6rem;
}

.last\:pt-32:last-child{
  padding-top: 8rem;
}

.last\:pr-32:last-child{
  padding-right: 8rem;
}

.last\:pb-32:last-child{
  padding-bottom: 8rem;
}

.last\:pl-32:last-child{
  padding-left: 8rem;
}

.last\:pt-40:last-child{
  padding-top: 10rem;
}

.last\:pr-40:last-child{
  padding-right: 10rem;
}

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

.last\:pl-40:last-child{
  padding-left: 10rem;
}

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

.last\:pr-48:last-child{
  padding-right: 12rem;
}

.last\:pb-48:last-child{
  padding-bottom: 12rem;
}

.last\:pl-48:last-child{
  padding-left: 12rem;
}

.last\:pt-56:last-child{
  padding-top: 14rem;
}

.last\:pr-56:last-child{
  padding-right: 14rem;
}

.last\:pb-56:last-child{
  padding-bottom: 14rem;
}

.last\:pl-56:last-child{
  padding-left: 14rem;
}

.last\:pt-64:last-child{
  padding-top: 16rem;
}

.last\:pr-64:last-child{
  padding-right: 16rem;
}

.last\:pb-64:last-child{
  padding-bottom: 16rem;
}

.last\:pl-64:last-child{
  padding-left: 16rem;
}

.last\:pt-px:last-child{
  padding-top: 1px;
}

.last\:pr-px:last-child{
  padding-right: 1px;
}

.last\:pb-px:last-child{
  padding-bottom: 1px;
}

.last\:pl-px:last-child{
  padding-left: 1px;
}

.last\:pt-gutter:last-child{
  padding-top: var(--gutter, 1.5625rem );
}

.last\:pr-gutter:last-child{
  padding-right: var(--gutter, 1.5625rem );
}

.last\:pb-gutter:last-child{
  padding-bottom: var(--gutter, 1.5625rem );
}

.last\:pl-gutter:last-child{
  padding-left: var(--gutter, 1.5625rem );
}

.last\:pt-gutter-full:last-child{
  padding-top: calc( var(--gutter) * 2 );
}

.last\:pr-gutter-full:last-child{
  padding-right: calc( var(--gutter) * 2 );
}

.last\:pb-gutter-full:last-child{
  padding-bottom: calc( var(--gutter) * 2 );
}

.last\:pl-gutter-full:last-child{
  padding-left: calc( var(--gutter) * 2 );
}

.placeholder-transparent::-webkit-input-placeholder{
  color: transparent;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder{
  color: transparent;
}

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

.placeholder-black::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black::placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-white::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white::placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-red-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.placeholder-red-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.placeholder-red-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.placeholder-red-100::placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.placeholder-red::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.placeholder-red::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.placeholder-red:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.placeholder-red::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.placeholder-red::placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.placeholder-brand-primary::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.placeholder-brand-primary::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.placeholder-brand-primary:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.placeholder-brand-primary::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.placeholder-brand-primary::placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.placeholder-brand-secondary::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.placeholder-brand-secondary::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.placeholder-brand-secondary:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.placeholder-brand-secondary::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.placeholder-brand-secondary::placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.placeholder-brand-tertiary::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-brand-tertiary::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-brand-tertiary:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-brand-tertiary::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-brand-tertiary::placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-brand-light-gray::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.placeholder-brand-light-gray::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.placeholder-brand-light-gray:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.placeholder-brand-light-gray::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.placeholder-brand-light-gray::placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.placeholder-brand-dark-gray::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.placeholder-brand-dark-gray::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.placeholder-brand-dark-gray:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.placeholder-brand-dark-gray::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.placeholder-brand-dark-gray::placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.placeholder-brand-scrim-25::-webkit-input-placeholder{
  color: rgba(0,0,0,0.25);
}

.placeholder-brand-scrim-25::-moz-placeholder{
  color: rgba(0,0,0,0.25);
}

.placeholder-brand-scrim-25:-ms-input-placeholder{
  color: rgba(0,0,0,0.25);
}

.placeholder-brand-scrim-25::-ms-input-placeholder{
  color: rgba(0,0,0,0.25);
}

.placeholder-brand-scrim-25::placeholder{
  color: rgba(0,0,0,0.25);
}

.placeholder-brand-scrim-50::-webkit-input-placeholder{
  color: rgba(0,0,0,0.50);
}

.placeholder-brand-scrim-50::-moz-placeholder{
  color: rgba(0,0,0,0.50);
}

.placeholder-brand-scrim-50:-ms-input-placeholder{
  color: rgba(0,0,0,0.50);
}

.placeholder-brand-scrim-50::-ms-input-placeholder{
  color: rgba(0,0,0,0.50);
}

.placeholder-brand-scrim-50::placeholder{
  color: rgba(0,0,0,0.50);
}

.placeholder-brand-overlay::-webkit-input-placeholder{
  color: rgba(255,255,255,0.35);
}

.placeholder-brand-overlay::-moz-placeholder{
  color: rgba(255,255,255,0.35);
}

.placeholder-brand-overlay:-ms-input-placeholder{
  color: rgba(255,255,255,0.35);
}

.placeholder-brand-overlay::-ms-input-placeholder{
  color: rgba(255,255,255,0.35);
}

.placeholder-brand-overlay::placeholder{
  color: rgba(255,255,255,0.35);
}

.placeholder-gray-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100::placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200::placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300::placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400::placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500::placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600::placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700::placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800::placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900::placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::placeholder{
  --placeholder-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--placeholder-opacity));
}

.focus\:placeholder-brand-primary:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.focus\:placeholder-brand-primary:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.focus\:placeholder-brand-primary:focus::placeholder{
  --placeholder-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--placeholder-opacity));
}

.focus\:placeholder-brand-secondary:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.focus\:placeholder-brand-secondary:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.focus\:placeholder-brand-secondary:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.focus\:placeholder-brand-secondary:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.focus\:placeholder-brand-secondary:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--placeholder-opacity));
}

.focus\:placeholder-brand-tertiary:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-brand-tertiary:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-brand-tertiary:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-brand-tertiary:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-brand-tertiary:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus::placeholder{
  --placeholder-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--placeholder-opacity));
}

.focus\:placeholder-brand-dark-gray:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.focus\:placeholder-brand-dark-gray:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.focus\:placeholder-brand-dark-gray:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.focus\:placeholder-brand-dark-gray:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.focus\:placeholder-brand-dark-gray:focus::placeholder{
  --placeholder-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--placeholder-opacity));
}

.focus\:placeholder-brand-scrim-25:focus::-webkit-input-placeholder{
  color: rgba(0,0,0,0.25);
}

.focus\:placeholder-brand-scrim-25:focus::-moz-placeholder{
  color: rgba(0,0,0,0.25);
}

.focus\:placeholder-brand-scrim-25:focus:-ms-input-placeholder{
  color: rgba(0,0,0,0.25);
}

.focus\:placeholder-brand-scrim-25:focus::-ms-input-placeholder{
  color: rgba(0,0,0,0.25);
}

.focus\:placeholder-brand-scrim-25:focus::placeholder{
  color: rgba(0,0,0,0.25);
}

.focus\:placeholder-brand-scrim-50:focus::-webkit-input-placeholder{
  color: rgba(0,0,0,0.50);
}

.focus\:placeholder-brand-scrim-50:focus::-moz-placeholder{
  color: rgba(0,0,0,0.50);
}

.focus\:placeholder-brand-scrim-50:focus:-ms-input-placeholder{
  color: rgba(0,0,0,0.50);
}

.focus\:placeholder-brand-scrim-50:focus::-ms-input-placeholder{
  color: rgba(0,0,0,0.50);
}

.focus\:placeholder-brand-scrim-50:focus::placeholder{
  color: rgba(0,0,0,0.50);
}

.focus\:placeholder-brand-overlay:focus::-webkit-input-placeholder{
  color: rgba(255,255,255,0.35);
}

.focus\:placeholder-brand-overlay:focus::-moz-placeholder{
  color: rgba(255,255,255,0.35);
}

.focus\:placeholder-brand-overlay:focus:-ms-input-placeholder{
  color: rgba(255,255,255,0.35);
}

.focus\:placeholder-brand-overlay:focus::-ms-input-placeholder{
  color: rgba(255,255,255,0.35);
}

.focus\:placeholder-brand-overlay:focus::placeholder{
  color: rgba(255,255,255,0.35);
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-opacity-0::-webkit-input-placeholder{
  --placeholder-opacity: 0;
}

.placeholder-opacity-0::-moz-placeholder{
  --placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.placeholder-opacity-0::-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder{
  --placeholder-opacity: 0;
}

.placeholder-opacity-25::-webkit-input-placeholder{
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25::-moz-placeholder{
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25::-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder{
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-35::-webkit-input-placeholder{
  --placeholder-opacity: 0.35;
}

.placeholder-opacity-35::-moz-placeholder{
  --placeholder-opacity: 0.35;
}

.placeholder-opacity-35:-ms-input-placeholder{
  --placeholder-opacity: 0.35;
}

.placeholder-opacity-35::-ms-input-placeholder{
  --placeholder-opacity: 0.35;
}

.placeholder-opacity-35::placeholder{
  --placeholder-opacity: 0.35;
}

.placeholder-opacity-50::-webkit-input-placeholder{
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50::-moz-placeholder{
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50::-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder{
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-75::-webkit-input-placeholder{
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75::-moz-placeholder{
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75::-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder{
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-webkit-input-placeholder{
  --placeholder-opacity: 0.8;
}

.placeholder-opacity-80::-moz-placeholder{
  --placeholder-opacity: 0.8;
}

.placeholder-opacity-80:-ms-input-placeholder{
  --placeholder-opacity: 0.8;
}

.placeholder-opacity-80::-ms-input-placeholder{
  --placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder{
  --placeholder-opacity: 0.8;
}

.placeholder-opacity-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::-moz-placeholder{
  --placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder{
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-35:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-35:focus::-moz-placeholder{
  --placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-35:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-35:focus::placeholder{
  --placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --placeholder-opacity: 1;
}

.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: -webkit-sticky;
  position: sticky;
}

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

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

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

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

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

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

.inset-y-50{
  top: 50%;
  bottom: 50%;
}

.inset-x-50{
  right: 50%;
  left: 50%;
}

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

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

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

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

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-50{
  top: 50%;
}

.right-50{
  right: 50%;
}

.bottom-50{
  bottom: 50%;
}

.left-50{
  left: 50%;
}

.top-100{
  top: 100%;
}

.right-100{
  right: 100%;
}

.bottom-100{
  bottom: 100%;
}

.left-100{
  left: 100%;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

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

.stroke-0{
  stroke-width: 0;
}

.stroke-1{
  stroke-width: 1;
}

.stroke-2{
  stroke-width: 2;
}

.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-black{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

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

.text-red-100{
  --text-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--text-opacity));
}

.text-red{
  --text-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--text-opacity));
}

.text-brand-primary{
  --text-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--text-opacity));
}

.text-brand-secondary{
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
}

.text-brand-tertiary{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.text-brand-light-gray{
  --text-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--text-opacity));
}

.text-brand-dark-gray{
  --text-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--text-opacity));
}

.text-brand-scrim-25{
  color: rgba(0,0,0,0.25);
}

.text-brand-scrim-50{
  color: rgba(0,0,0,0.50);
}

.text-brand-overlay{
  color: rgba(255,255,255,0.35);
}

.text-gray-100{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.text-gray-200{
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.text-gray-300{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.text-gray-400{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.text-gray-500{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-700{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.text-gray-800{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.text-gray-900{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.hover\:text-transparent:hover{
  color: transparent;
}

.hover\:text-black:hover{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

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

.hover\:text-red-100:hover{
  --text-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--text-opacity));
}

.hover\:text-red:hover{
  --text-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--text-opacity));
}

.hover\:text-brand-primary:hover{
  --text-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--text-opacity));
}

.hover\:text-brand-secondary:hover{
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
}

.hover\:text-brand-tertiary:hover{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.hover\:text-brand-light-gray:hover{
  --text-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--text-opacity));
}

.hover\:text-brand-dark-gray:hover{
  --text-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--text-opacity));
}

.hover\:text-brand-scrim-25:hover{
  color: rgba(0,0,0,0.25);
}

.hover\:text-brand-scrim-50:hover{
  color: rgba(0,0,0,0.50);
}

.hover\:text-brand-overlay:hover{
  color: rgba(255,255,255,0.35);
}

.hover\:text-gray-100:hover{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.hover\:text-gray-200:hover{
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.hover\:text-gray-300:hover{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.hover\:text-gray-400:hover{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.hover\:text-gray-500:hover{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.hover\:text-gray-600:hover{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.hover\:text-gray-700:hover{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.hover\:text-gray-800:hover{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.hover\:text-gray-900:hover{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-black:focus{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.focus\:text-white:focus{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.focus\:text-red-100:focus{
  --text-opacity: 1;
  color: #ffdfdf;
  color: rgba(255, 223, 223, var(--text-opacity));
}

.focus\:text-red:focus{
  --text-opacity: 1;
  color: #e04242;
  color: rgba(224, 66, 66, var(--text-opacity));
}

.focus\:text-brand-primary:focus{
  --text-opacity: 1;
  color: #24526f;
  color: rgba(36, 82, 111, var(--text-opacity));
}

.focus\:text-brand-secondary:focus{
  --text-opacity: 1;
  color: #ffbd59;
  color: rgba(255, 189, 89, var(--text-opacity));
}

.focus\:text-brand-tertiary:focus{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.focus\:text-brand-light-gray:focus{
  --text-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--text-opacity));
}

.focus\:text-brand-dark-gray:focus{
  --text-opacity: 1;
  color: #8A8A8A;
  color: rgba(138, 138, 138, var(--text-opacity));
}

.focus\:text-brand-scrim-25:focus{
  color: rgba(0,0,0,0.25);
}

.focus\:text-brand-scrim-50:focus{
  color: rgba(0,0,0,0.50);
}

.focus\:text-brand-overlay:focus{
  color: rgba(255,255,255,0.35);
}

.focus\:text-gray-100:focus{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.focus\:text-gray-200:focus{
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.focus\:text-gray-300:focus{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.focus\:text-gray-400:focus{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.focus\:text-gray-500:focus{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.focus\:text-gray-600:focus{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.focus\:text-gray-700:focus{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.focus\:text-gray-800:focus{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.focus\:text-gray-900:focus{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.text-opacity-0{
  --text-opacity: 0;
}

.text-opacity-25{
  --text-opacity: 0.25;
}

.text-opacity-35{
  --text-opacity: 0.35;
}

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

.text-opacity-75{
  --text-opacity: 0.75;
}

.text-opacity-80{
  --text-opacity: 0.8;
}

.text-opacity-100{
  --text-opacity: 1;
}

.hover\:text-opacity-0:hover{
  --text-opacity: 0;
}

.hover\:text-opacity-25:hover{
  --text-opacity: 0.25;
}

.hover\:text-opacity-35:hover{
  --text-opacity: 0.35;
}

.hover\:text-opacity-50:hover{
  --text-opacity: 0.5;
}

.hover\:text-opacity-75:hover{
  --text-opacity: 0.75;
}

.hover\:text-opacity-80:hover{
  --text-opacity: 0.8;
}

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

.focus\:text-opacity-0:focus{
  --text-opacity: 0;
}

.focus\:text-opacity-25:focus{
  --text-opacity: 0.25;
}

.focus\:text-opacity-35:focus{
  --text-opacity: 0.35;
}

.focus\:text-opacity-50:focus{
  --text-opacity: 0.5;
}

.focus\:text-opacity-75:focus{
  --text-opacity: 0.75;
}

.focus\:text-opacity-80:focus{
  --text-opacity: 0.8;
}

.focus\:text-opacity-100:focus{
  --text-opacity: 1;
}

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

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

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

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.normal-nums{
  font-variant-numeric: normal;
}

.ordinal{
  --font-variant-numeric-ordinal: ordinal;
}

.slashed-zero{
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.lining-nums{
  --font-variant-numeric-figure: lining-nums;
}

.oldstyle-nums{
  --font-variant-numeric-figure: oldstyle-nums;
}

.proportional-nums{
  --font-variant-numeric-spacing: proportional-nums;
}

.tabular-nums{
  --font-variant-numeric-spacing: tabular-nums;
}

.diagonal-fractions{
  --font-variant-numeric-fraction: diagonal-fractions;
}

.stacked-fractions{
  --font-variant-numeric-fraction: stacked-fractions;
}

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

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

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

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

.select-auto{
  -webkit-user-select: auto;
     -moz-user-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;
}

.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-9{
  width: 2.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.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-auto{
  width: auto;
}

.w-px{
  width: 1px;
}

.w-gutter{
  width: var(--gutter, 1.5625rem );
}

.w-gutter-full{
  width: calc( var(--gutter) * 2 );
}

.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-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

.gap-0{
  grid-gap: 0;
  gap: 0;
}

.gap-1{
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2{
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3{
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4{
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-5{
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-6{
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-8{
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-9{
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

.gap-10{
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-12{
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-16{
  grid-gap: 4rem;
  gap: 4rem;
}

.gap-20{
  grid-gap: 5rem;
  gap: 5rem;
}

.gap-24{
  grid-gap: 6rem;
  gap: 6rem;
}

.gap-32{
  grid-gap: 8rem;
  gap: 8rem;
}

.gap-40{
  grid-gap: 10rem;
  gap: 10rem;
}

.gap-48{
  grid-gap: 12rem;
  gap: 12rem;
}

.gap-56{
  grid-gap: 14rem;
  gap: 14rem;
}

.gap-64{
  grid-gap: 16rem;
  gap: 16rem;
}

.gap-px{
  grid-gap: 1px;
  gap: 1px;
}

.gap-gutter{
  grid-gap: var(--gutter, 1.5625rem );
  gap: var(--gutter, 1.5625rem );
}

.gap-gutter-full{
  grid-gap: calc( var(--gutter) * 2 );
  gap: calc( var(--gutter) * 2 );
}

.col-gap-0{
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.col-gap-1{
  grid-column-gap: 0.25rem;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.col-gap-2{
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.col-gap-3{
  grid-column-gap: 0.75rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.col-gap-4{
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.col-gap-5{
  grid-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.col-gap-6{
  grid-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.col-gap-8{
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.col-gap-9{
  grid-column-gap: 2.25rem;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.col-gap-10{
  grid-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.col-gap-12{
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.col-gap-16{
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.col-gap-20{
  grid-column-gap: 5rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.col-gap-24{
  grid-column-gap: 6rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.col-gap-32{
  grid-column-gap: 8rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.col-gap-40{
  grid-column-gap: 10rem;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.col-gap-48{
  grid-column-gap: 12rem;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

.col-gap-56{
  grid-column-gap: 14rem;
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
}

.col-gap-64{
  grid-column-gap: 16rem;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.col-gap-px{
  grid-column-gap: 1px;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.col-gap-gutter{
  grid-column-gap: var(--gutter, 1.5625rem );
  -webkit-column-gap: var(--gutter, 1.5625rem );
     -moz-column-gap: var(--gutter, 1.5625rem );
          column-gap: var(--gutter, 1.5625rem );
}

.col-gap-gutter-full{
  grid-column-gap: calc( var(--gutter) * 2 );
  -webkit-column-gap: calc( var(--gutter) * 2 );
     -moz-column-gap: calc( var(--gutter) * 2 );
          column-gap: calc( var(--gutter) * 2 );
}

.gap-x-0{
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

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

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

.gap-x-3{
  grid-column-gap: 0.75rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

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

.gap-x-5{
  grid-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

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

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

.gap-x-9{
  grid-column-gap: 2.25rem;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.gap-x-10{
  grid-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.gap-x-12{
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

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

.gap-x-20{
  grid-column-gap: 5rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.gap-x-24{
  grid-column-gap: 6rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.gap-x-32{
  grid-column-gap: 8rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.gap-x-40{
  grid-column-gap: 10rem;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.gap-x-48{
  grid-column-gap: 12rem;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

.gap-x-56{
  grid-column-gap: 14rem;
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
}

.gap-x-64{
  grid-column-gap: 16rem;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.gap-x-px{
  grid-column-gap: 1px;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.gap-x-gutter{
  grid-column-gap: var(--gutter, 1.5625rem );
  -webkit-column-gap: var(--gutter, 1.5625rem );
     -moz-column-gap: var(--gutter, 1.5625rem );
          column-gap: var(--gutter, 1.5625rem );
}

.gap-x-gutter-full{
  grid-column-gap: calc( var(--gutter) * 2 );
  -webkit-column-gap: calc( var(--gutter) * 2 );
     -moz-column-gap: calc( var(--gutter) * 2 );
          column-gap: calc( var(--gutter) * 2 );
}

.row-gap-0{
  grid-row-gap: 0;
  row-gap: 0;
}

.row-gap-1{
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

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

.row-gap-3{
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

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

.row-gap-5{
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

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

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

.row-gap-9{
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

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

.row-gap-12{
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.row-gap-16{
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.row-gap-20{
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.row-gap-24{
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.row-gap-32{
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.row-gap-40{
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.row-gap-48{
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.row-gap-56{
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.row-gap-64{
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.row-gap-px{
  grid-row-gap: 1px;
  row-gap: 1px;
}

.row-gap-gutter{
  grid-row-gap: var(--gutter, 1.5625rem );
  row-gap: var(--gutter, 1.5625rem );
}

.row-gap-gutter-full{
  grid-row-gap: calc( var(--gutter) * 2 );
  row-gap: calc( var(--gutter) * 2 );
}

.gap-y-0{
  grid-row-gap: 0;
  row-gap: 0;
}

.gap-y-1{
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

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

.gap-y-3{
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

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

.gap-y-5{
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

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

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

.gap-y-9{
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

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

.gap-y-12{
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.gap-y-16{
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.gap-y-20{
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.gap-y-24{
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.gap-y-32{
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.gap-y-40{
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.gap-y-48{
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.gap-y-56{
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.gap-y-64{
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.gap-y-px{
  grid-row-gap: 1px;
  row-gap: 1px;
}

.gap-y-gutter{
  grid-row-gap: var(--gutter, 1.5625rem );
  row-gap: var(--gutter, 1.5625rem );
}

.gap-y-gutter-full{
  grid-row-gap: calc( var(--gutter) * 2 );
  row-gap: calc( var(--gutter) * 2 );
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none{
  grid-template-columns: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-rows-none{
  grid-template-rows: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transform-none{
  -webkit-transform: none;
          transform: none;
}

.origin-center{
  -webkit-transform-origin: center;
          transform-origin: center;
}

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

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

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

.origin-bottom-right{
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.origin-bottom{
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.origin-bottom-left{
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

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

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

.scale-0{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.scale-50{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.scale-75{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.scale-90{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-95{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

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

.scale-105{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-125{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.scale-150{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.scale-x-0{
  --transform-scale-x: 0;
}

.scale-x-50{
  --transform-scale-x: .5;
}

.scale-x-75{
  --transform-scale-x: .75;
}

.scale-x-90{
  --transform-scale-x: .9;
}

.scale-x-95{
  --transform-scale-x: .95;
}

.scale-x-100{
  --transform-scale-x: 1;
}

.scale-x-105{
  --transform-scale-x: 1.05;
}

.scale-x-110{
  --transform-scale-x: 1.1;
}

.scale-x-125{
  --transform-scale-x: 1.25;
}

.scale-x-150{
  --transform-scale-x: 1.5;
}

.scale-y-0{
  --transform-scale-y: 0;
}

.scale-y-50{
  --transform-scale-y: .5;
}

.scale-y-75{
  --transform-scale-y: .75;
}

.scale-y-90{
  --transform-scale-y: .9;
}

.scale-y-95{
  --transform-scale-y: .95;
}

.scale-y-100{
  --transform-scale-y: 1;
}

.scale-y-105{
  --transform-scale-y: 1.05;
}

.scale-y-110{
  --transform-scale-y: 1.1;
}

.scale-y-125{
  --transform-scale-y: 1.25;
}

.scale-y-150{
  --transform-scale-y: 1.5;
}

.hover\:scale-0:hover{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover{
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover{
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover{
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover{
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover{
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover{
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover{
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover{
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover{
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover{
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover{
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover{
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover{
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover{
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover{
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover{
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover{
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover{
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover{
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover{
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover{
  --transform-scale-y: 1.5;
}

.focus\:scale-0:focus{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.focus\:scale-50:focus{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.focus\:scale-75:focus{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.focus\:scale-90:focus{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.focus\:scale-95:focus{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.focus\:scale-100:focus{
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.focus\:scale-105:focus{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.focus\:scale-110:focus{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.focus\:scale-125:focus{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.focus\:scale-150:focus{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.focus\:scale-x-0:focus{
  --transform-scale-x: 0;
}

.focus\:scale-x-50:focus{
  --transform-scale-x: .5;
}

.focus\:scale-x-75:focus{
  --transform-scale-x: .75;
}

.focus\:scale-x-90:focus{
  --transform-scale-x: .9;
}

.focus\:scale-x-95:focus{
  --transform-scale-x: .95;
}

.focus\:scale-x-100:focus{
  --transform-scale-x: 1;
}

.focus\:scale-x-105:focus{
  --transform-scale-x: 1.05;
}

.focus\:scale-x-110:focus{
  --transform-scale-x: 1.1;
}

.focus\:scale-x-125:focus{
  --transform-scale-x: 1.25;
}

.focus\:scale-x-150:focus{
  --transform-scale-x: 1.5;
}

.focus\:scale-y-0:focus{
  --transform-scale-y: 0;
}

.focus\:scale-y-50:focus{
  --transform-scale-y: .5;
}

.focus\:scale-y-75:focus{
  --transform-scale-y: .75;
}

.focus\:scale-y-90:focus{
  --transform-scale-y: .9;
}

.focus\:scale-y-95:focus{
  --transform-scale-y: .95;
}

.focus\:scale-y-100:focus{
  --transform-scale-y: 1;
}

.focus\:scale-y-105:focus{
  --transform-scale-y: 1.05;
}

.focus\:scale-y-110:focus{
  --transform-scale-y: 1.1;
}

.focus\:scale-y-125:focus{
  --transform-scale-y: 1.25;
}

.focus\:scale-y-150:focus{
  --transform-scale-y: 1.5;
}

.rotate-0{
  --transform-rotate: 0;
}

.rotate-45{
  --transform-rotate: 45deg;
}

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

.rotate-180{
  --transform-rotate: 180deg;
}

.-rotate-180{
  --transform-rotate: -180deg;
}

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

.-rotate-45{
  --transform-rotate: -45deg;
}

.hover\:rotate-0:hover{
  --transform-rotate: 0;
}

.hover\:rotate-45:hover{
  --transform-rotate: 45deg;
}

.hover\:rotate-90:hover{
  --transform-rotate: 90deg;
}

.hover\:rotate-180:hover{
  --transform-rotate: 180deg;
}

.hover\:-rotate-180:hover{
  --transform-rotate: -180deg;
}

.hover\:-rotate-90:hover{
  --transform-rotate: -90deg;
}

.hover\:-rotate-45:hover{
  --transform-rotate: -45deg;
}

.focus\:rotate-0:focus{
  --transform-rotate: 0;
}

.focus\:rotate-45:focus{
  --transform-rotate: 45deg;
}

.focus\:rotate-90:focus{
  --transform-rotate: 90deg;
}

.focus\:rotate-180:focus{
  --transform-rotate: 180deg;
}

.focus\:-rotate-180:focus{
  --transform-rotate: -180deg;
}

.focus\:-rotate-90:focus{
  --transform-rotate: -90deg;
}

.focus\:-rotate-45:focus{
  --transform-rotate: -45deg;
}

.translate-x-0{
  --transform-translate-x: 0;
}

.translate-x-1{
  --transform-translate-x: 0.25rem;
}

.translate-x-2{
  --transform-translate-x: 0.5rem;
}

.translate-x-3{
  --transform-translate-x: 0.75rem;
}

.translate-x-4{
  --transform-translate-x: 1rem;
}

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

.translate-x-6{
  --transform-translate-x: 1.5rem;
}

.translate-x-8{
  --transform-translate-x: 2rem;
}

.translate-x-9{
  --transform-translate-x: 2.25rem;
}

.translate-x-10{
  --transform-translate-x: 2.5rem;
}

.translate-x-12{
  --transform-translate-x: 3rem;
}

.translate-x-16{
  --transform-translate-x: 4rem;
}

.translate-x-20{
  --transform-translate-x: 5rem;
}

.translate-x-24{
  --transform-translate-x: 6rem;
}

.translate-x-32{
  --transform-translate-x: 8rem;
}

.translate-x-40{
  --transform-translate-x: 10rem;
}

.translate-x-48{
  --transform-translate-x: 12rem;
}

.translate-x-56{
  --transform-translate-x: 14rem;
}

.translate-x-64{
  --transform-translate-x: 16rem;
}

.translate-x-px{
  --transform-translate-x: 1px;
}

.translate-x-gutter{
  --transform-translate-x: var(--gutter, 1.5625rem );
}

.translate-x-gutter-full{
  --transform-translate-x: calc( var(--gutter) * 2 );
}

.-translate-x-1{
  --transform-translate-x: -0.25rem;
}

.-translate-x-2{
  --transform-translate-x: -0.5rem;
}

.-translate-x-3{
  --transform-translate-x: -0.75rem;
}

.-translate-x-4{
  --transform-translate-x: -1rem;
}

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

.-translate-x-6{
  --transform-translate-x: -1.5rem;
}

.-translate-x-8{
  --transform-translate-x: -2rem;
}

.-translate-x-9{
  --transform-translate-x: -2.25rem;
}

.-translate-x-10{
  --transform-translate-x: -2.5rem;
}

.-translate-x-12{
  --transform-translate-x: -3rem;
}

.-translate-x-16{
  --transform-translate-x: -4rem;
}

.-translate-x-20{
  --transform-translate-x: -5rem;
}

.-translate-x-24{
  --transform-translate-x: -6rem;
}

.-translate-x-32{
  --transform-translate-x: -8rem;
}

.-translate-x-40{
  --transform-translate-x: -10rem;
}

.-translate-x-48{
  --transform-translate-x: -12rem;
}

.-translate-x-56{
  --transform-translate-x: -14rem;
}

.-translate-x-64{
  --transform-translate-x: -16rem;
}

.-translate-x-px{
  --transform-translate-x: -1px;
}

.-translate-x-gutter{
  --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
}

.-translate-x-gutter-full{
  --transform-translate-x: calc(var(--gutter) * 2 * -1);
}

.-translate-x-full{
  --transform-translate-x: -100%;
}

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

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

.translate-x-full{
  --transform-translate-x: 100%;
}

.translate-y-0{
  --transform-translate-y: 0;
}

.translate-y-1{
  --transform-translate-y: 0.25rem;
}

.translate-y-2{
  --transform-translate-y: 0.5rem;
}

.translate-y-3{
  --transform-translate-y: 0.75rem;
}

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

.translate-y-5{
  --transform-translate-y: 1.25rem;
}

.translate-y-6{
  --transform-translate-y: 1.5rem;
}

.translate-y-8{
  --transform-translate-y: 2rem;
}

.translate-y-9{
  --transform-translate-y: 2.25rem;
}

.translate-y-10{
  --transform-translate-y: 2.5rem;
}

.translate-y-12{
  --transform-translate-y: 3rem;
}

.translate-y-16{
  --transform-translate-y: 4rem;
}

.translate-y-20{
  --transform-translate-y: 5rem;
}

.translate-y-24{
  --transform-translate-y: 6rem;
}

.translate-y-32{
  --transform-translate-y: 8rem;
}

.translate-y-40{
  --transform-translate-y: 10rem;
}

.translate-y-48{
  --transform-translate-y: 12rem;
}

.translate-y-56{
  --transform-translate-y: 14rem;
}

.translate-y-64{
  --transform-translate-y: 16rem;
}

.translate-y-px{
  --transform-translate-y: 1px;
}

.translate-y-gutter{
  --transform-translate-y: var(--gutter, 1.5625rem );
}

.translate-y-gutter-full{
  --transform-translate-y: calc( var(--gutter) * 2 );
}

.-translate-y-1{
  --transform-translate-y: -0.25rem;
}

.-translate-y-2{
  --transform-translate-y: -0.5rem;
}

.-translate-y-3{
  --transform-translate-y: -0.75rem;
}

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

.-translate-y-5{
  --transform-translate-y: -1.25rem;
}

.-translate-y-6{
  --transform-translate-y: -1.5rem;
}

.-translate-y-8{
  --transform-translate-y: -2rem;
}

.-translate-y-9{
  --transform-translate-y: -2.25rem;
}

.-translate-y-10{
  --transform-translate-y: -2.5rem;
}

.-translate-y-12{
  --transform-translate-y: -3rem;
}

.-translate-y-16{
  --transform-translate-y: -4rem;
}

.-translate-y-20{
  --transform-translate-y: -5rem;
}

.-translate-y-24{
  --transform-translate-y: -6rem;
}

.-translate-y-32{
  --transform-translate-y: -8rem;
}

.-translate-y-40{
  --transform-translate-y: -10rem;
}

.-translate-y-48{
  --transform-translate-y: -12rem;
}

.-translate-y-56{
  --transform-translate-y: -14rem;
}

.-translate-y-64{
  --transform-translate-y: -16rem;
}

.-translate-y-px{
  --transform-translate-y: -1px;
}

.-translate-y-gutter{
  --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
}

.-translate-y-gutter-full{
  --transform-translate-y: calc(var(--gutter) * 2 * -1);
}

.-translate-y-full{
  --transform-translate-y: -100%;
}

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

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

.translate-y-full{
  --transform-translate-y: 100%;
}

.hover\:translate-x-0:hover{
  --transform-translate-x: 0;
}

.hover\:translate-x-1:hover{
  --transform-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover{
  --transform-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover{
  --transform-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover{
  --transform-translate-x: 1rem;
}

.hover\:translate-x-5:hover{
  --transform-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover{
  --transform-translate-x: 1.5rem;
}

.hover\:translate-x-8:hover{
  --transform-translate-x: 2rem;
}

.hover\:translate-x-9:hover{
  --transform-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover{
  --transform-translate-x: 2.5rem;
}

.hover\:translate-x-12:hover{
  --transform-translate-x: 3rem;
}

.hover\:translate-x-16:hover{
  --transform-translate-x: 4rem;
}

.hover\:translate-x-20:hover{
  --transform-translate-x: 5rem;
}

.hover\:translate-x-24:hover{
  --transform-translate-x: 6rem;
}

.hover\:translate-x-32:hover{
  --transform-translate-x: 8rem;
}

.hover\:translate-x-40:hover{
  --transform-translate-x: 10rem;
}

.hover\:translate-x-48:hover{
  --transform-translate-x: 12rem;
}

.hover\:translate-x-56:hover{
  --transform-translate-x: 14rem;
}

.hover\:translate-x-64:hover{
  --transform-translate-x: 16rem;
}

.hover\:translate-x-px:hover{
  --transform-translate-x: 1px;
}

.hover\:translate-x-gutter:hover{
  --transform-translate-x: var(--gutter, 1.5625rem );
}

.hover\:translate-x-gutter-full:hover{
  --transform-translate-x: calc( var(--gutter) * 2 );
}

.hover\:-translate-x-1:hover{
  --transform-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover{
  --transform-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover{
  --transform-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover{
  --transform-translate-x: -1rem;
}

.hover\:-translate-x-5:hover{
  --transform-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover{
  --transform-translate-x: -1.5rem;
}

.hover\:-translate-x-8:hover{
  --transform-translate-x: -2rem;
}

.hover\:-translate-x-9:hover{
  --transform-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover{
  --transform-translate-x: -2.5rem;
}

.hover\:-translate-x-12:hover{
  --transform-translate-x: -3rem;
}

.hover\:-translate-x-16:hover{
  --transform-translate-x: -4rem;
}

.hover\:-translate-x-20:hover{
  --transform-translate-x: -5rem;
}

.hover\:-translate-x-24:hover{
  --transform-translate-x: -6rem;
}

.hover\:-translate-x-32:hover{
  --transform-translate-x: -8rem;
}

.hover\:-translate-x-40:hover{
  --transform-translate-x: -10rem;
}

.hover\:-translate-x-48:hover{
  --transform-translate-x: -12rem;
}

.hover\:-translate-x-56:hover{
  --transform-translate-x: -14rem;
}

.hover\:-translate-x-64:hover{
  --transform-translate-x: -16rem;
}

.hover\:-translate-x-px:hover{
  --transform-translate-x: -1px;
}

.hover\:-translate-x-gutter:hover{
  --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
}

.hover\:-translate-x-gutter-full:hover{
  --transform-translate-x: calc(var(--gutter) * 2 * -1);
}

.hover\:-translate-x-full:hover{
  --transform-translate-x: -100%;
}

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

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

.hover\:translate-x-full:hover{
  --transform-translate-x: 100%;
}

.hover\:translate-y-0:hover{
  --transform-translate-y: 0;
}

.hover\:translate-y-1:hover{
  --transform-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover{
  --transform-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover{
  --transform-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover{
  --transform-translate-y: 1rem;
}

.hover\:translate-y-5:hover{
  --transform-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover{
  --transform-translate-y: 1.5rem;
}

.hover\:translate-y-8:hover{
  --transform-translate-y: 2rem;
}

.hover\:translate-y-9:hover{
  --transform-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover{
  --transform-translate-y: 2.5rem;
}

.hover\:translate-y-12:hover{
  --transform-translate-y: 3rem;
}

.hover\:translate-y-16:hover{
  --transform-translate-y: 4rem;
}

.hover\:translate-y-20:hover{
  --transform-translate-y: 5rem;
}

.hover\:translate-y-24:hover{
  --transform-translate-y: 6rem;
}

.hover\:translate-y-32:hover{
  --transform-translate-y: 8rem;
}

.hover\:translate-y-40:hover{
  --transform-translate-y: 10rem;
}

.hover\:translate-y-48:hover{
  --transform-translate-y: 12rem;
}

.hover\:translate-y-56:hover{
  --transform-translate-y: 14rem;
}

.hover\:translate-y-64:hover{
  --transform-translate-y: 16rem;
}

.hover\:translate-y-px:hover{
  --transform-translate-y: 1px;
}

.hover\:translate-y-gutter:hover{
  --transform-translate-y: var(--gutter, 1.5625rem );
}

.hover\:translate-y-gutter-full:hover{
  --transform-translate-y: calc( var(--gutter) * 2 );
}

.hover\:-translate-y-1:hover{
  --transform-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover{
  --transform-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover{
  --transform-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover{
  --transform-translate-y: -1rem;
}

.hover\:-translate-y-5:hover{
  --transform-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover{
  --transform-translate-y: -1.5rem;
}

.hover\:-translate-y-8:hover{
  --transform-translate-y: -2rem;
}

.hover\:-translate-y-9:hover{
  --transform-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover{
  --transform-translate-y: -2.5rem;
}

.hover\:-translate-y-12:hover{
  --transform-translate-y: -3rem;
}

.hover\:-translate-y-16:hover{
  --transform-translate-y: -4rem;
}

.hover\:-translate-y-20:hover{
  --transform-translate-y: -5rem;
}

.hover\:-translate-y-24:hover{
  --transform-translate-y: -6rem;
}

.hover\:-translate-y-32:hover{
  --transform-translate-y: -8rem;
}

.hover\:-translate-y-40:hover{
  --transform-translate-y: -10rem;
}

.hover\:-translate-y-48:hover{
  --transform-translate-y: -12rem;
}

.hover\:-translate-y-56:hover{
  --transform-translate-y: -14rem;
}

.hover\:-translate-y-64:hover{
  --transform-translate-y: -16rem;
}

.hover\:-translate-y-px:hover{
  --transform-translate-y: -1px;
}

.hover\:-translate-y-gutter:hover{
  --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
}

.hover\:-translate-y-gutter-full:hover{
  --transform-translate-y: calc(var(--gutter) * 2 * -1);
}

.hover\:-translate-y-full:hover{
  --transform-translate-y: -100%;
}

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

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

.hover\:translate-y-full:hover{
  --transform-translate-y: 100%;
}

.focus\:translate-x-0:focus{
  --transform-translate-x: 0;
}

.focus\:translate-x-1:focus{
  --transform-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus{
  --transform-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus{
  --transform-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus{
  --transform-translate-x: 1rem;
}

.focus\:translate-x-5:focus{
  --transform-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus{
  --transform-translate-x: 1.5rem;
}

.focus\:translate-x-8:focus{
  --transform-translate-x: 2rem;
}

.focus\:translate-x-9:focus{
  --transform-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus{
  --transform-translate-x: 2.5rem;
}

.focus\:translate-x-12:focus{
  --transform-translate-x: 3rem;
}

.focus\:translate-x-16:focus{
  --transform-translate-x: 4rem;
}

.focus\:translate-x-20:focus{
  --transform-translate-x: 5rem;
}

.focus\:translate-x-24:focus{
  --transform-translate-x: 6rem;
}

.focus\:translate-x-32:focus{
  --transform-translate-x: 8rem;
}

.focus\:translate-x-40:focus{
  --transform-translate-x: 10rem;
}

.focus\:translate-x-48:focus{
  --transform-translate-x: 12rem;
}

.focus\:translate-x-56:focus{
  --transform-translate-x: 14rem;
}

.focus\:translate-x-64:focus{
  --transform-translate-x: 16rem;
}

.focus\:translate-x-px:focus{
  --transform-translate-x: 1px;
}

.focus\:translate-x-gutter:focus{
  --transform-translate-x: var(--gutter, 1.5625rem );
}

.focus\:translate-x-gutter-full:focus{
  --transform-translate-x: calc( var(--gutter) * 2 );
}

.focus\:-translate-x-1:focus{
  --transform-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus{
  --transform-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus{
  --transform-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus{
  --transform-translate-x: -1rem;
}

.focus\:-translate-x-5:focus{
  --transform-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus{
  --transform-translate-x: -1.5rem;
}

.focus\:-translate-x-8:focus{
  --transform-translate-x: -2rem;
}

.focus\:-translate-x-9:focus{
  --transform-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus{
  --transform-translate-x: -2.5rem;
}

.focus\:-translate-x-12:focus{
  --transform-translate-x: -3rem;
}

.focus\:-translate-x-16:focus{
  --transform-translate-x: -4rem;
}

.focus\:-translate-x-20:focus{
  --transform-translate-x: -5rem;
}

.focus\:-translate-x-24:focus{
  --transform-translate-x: -6rem;
}

.focus\:-translate-x-32:focus{
  --transform-translate-x: -8rem;
}

.focus\:-translate-x-40:focus{
  --transform-translate-x: -10rem;
}

.focus\:-translate-x-48:focus{
  --transform-translate-x: -12rem;
}

.focus\:-translate-x-56:focus{
  --transform-translate-x: -14rem;
}

.focus\:-translate-x-64:focus{
  --transform-translate-x: -16rem;
}

.focus\:-translate-x-px:focus{
  --transform-translate-x: -1px;
}

.focus\:-translate-x-gutter:focus{
  --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
}

.focus\:-translate-x-gutter-full:focus{
  --transform-translate-x: calc(var(--gutter) * 2 * -1);
}

.focus\:-translate-x-full:focus{
  --transform-translate-x: -100%;
}

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

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

.focus\:translate-x-full:focus{
  --transform-translate-x: 100%;
}

.focus\:translate-y-0:focus{
  --transform-translate-y: 0;
}

.focus\:translate-y-1:focus{
  --transform-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus{
  --transform-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus{
  --transform-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus{
  --transform-translate-y: 1rem;
}

.focus\:translate-y-5:focus{
  --transform-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus{
  --transform-translate-y: 1.5rem;
}

.focus\:translate-y-8:focus{
  --transform-translate-y: 2rem;
}

.focus\:translate-y-9:focus{
  --transform-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus{
  --transform-translate-y: 2.5rem;
}

.focus\:translate-y-12:focus{
  --transform-translate-y: 3rem;
}

.focus\:translate-y-16:focus{
  --transform-translate-y: 4rem;
}

.focus\:translate-y-20:focus{
  --transform-translate-y: 5rem;
}

.focus\:translate-y-24:focus{
  --transform-translate-y: 6rem;
}

.focus\:translate-y-32:focus{
  --transform-translate-y: 8rem;
}

.focus\:translate-y-40:focus{
  --transform-translate-y: 10rem;
}

.focus\:translate-y-48:focus{
  --transform-translate-y: 12rem;
}

.focus\:translate-y-56:focus{
  --transform-translate-y: 14rem;
}

.focus\:translate-y-64:focus{
  --transform-translate-y: 16rem;
}

.focus\:translate-y-px:focus{
  --transform-translate-y: 1px;
}

.focus\:translate-y-gutter:focus{
  --transform-translate-y: var(--gutter, 1.5625rem );
}

.focus\:translate-y-gutter-full:focus{
  --transform-translate-y: calc( var(--gutter) * 2 );
}

.focus\:-translate-y-1:focus{
  --transform-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus{
  --transform-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus{
  --transform-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus{
  --transform-translate-y: -1rem;
}

.focus\:-translate-y-5:focus{
  --transform-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus{
  --transform-translate-y: -1.5rem;
}

.focus\:-translate-y-8:focus{
  --transform-translate-y: -2rem;
}

.focus\:-translate-y-9:focus{
  --transform-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus{
  --transform-translate-y: -2.5rem;
}

.focus\:-translate-y-12:focus{
  --transform-translate-y: -3rem;
}

.focus\:-translate-y-16:focus{
  --transform-translate-y: -4rem;
}

.focus\:-translate-y-20:focus{
  --transform-translate-y: -5rem;
}

.focus\:-translate-y-24:focus{
  --transform-translate-y: -6rem;
}

.focus\:-translate-y-32:focus{
  --transform-translate-y: -8rem;
}

.focus\:-translate-y-40:focus{
  --transform-translate-y: -10rem;
}

.focus\:-translate-y-48:focus{
  --transform-translate-y: -12rem;
}

.focus\:-translate-y-56:focus{
  --transform-translate-y: -14rem;
}

.focus\:-translate-y-64:focus{
  --transform-translate-y: -16rem;
}

.focus\:-translate-y-px:focus{
  --transform-translate-y: -1px;
}

.focus\:-translate-y-gutter:focus{
  --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
}

.focus\:-translate-y-gutter-full:focus{
  --transform-translate-y: calc(var(--gutter) * 2 * -1);
}

.focus\:-translate-y-full:focus{
  --transform-translate-y: -100%;
}

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

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

.focus\:translate-y-full:focus{
  --transform-translate-y: 100%;
}

.skew-x-0{
  --transform-skew-x: 0;
}

.skew-x-3{
  --transform-skew-x: 3deg;
}

.skew-x-6{
  --transform-skew-x: 6deg;
}

.skew-x-12{
  --transform-skew-x: 12deg;
}

.-skew-x-12{
  --transform-skew-x: -12deg;
}

.-skew-x-6{
  --transform-skew-x: -6deg;
}

.-skew-x-3{
  --transform-skew-x: -3deg;
}

.skew-y-0{
  --transform-skew-y: 0;
}

.skew-y-3{
  --transform-skew-y: 3deg;
}

.skew-y-6{
  --transform-skew-y: 6deg;
}

.skew-y-12{
  --transform-skew-y: 12deg;
}

.-skew-y-12{
  --transform-skew-y: -12deg;
}

.-skew-y-6{
  --transform-skew-y: -6deg;
}

.-skew-y-3{
  --transform-skew-y: -3deg;
}

.hover\:skew-x-0:hover{
  --transform-skew-x: 0;
}

.hover\:skew-x-3:hover{
  --transform-skew-x: 3deg;
}

.hover\:skew-x-6:hover{
  --transform-skew-x: 6deg;
}

.hover\:skew-x-12:hover{
  --transform-skew-x: 12deg;
}

.hover\:-skew-x-12:hover{
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover{
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-3:hover{
  --transform-skew-x: -3deg;
}

.hover\:skew-y-0:hover{
  --transform-skew-y: 0;
}

.hover\:skew-y-3:hover{
  --transform-skew-y: 3deg;
}

.hover\:skew-y-6:hover{
  --transform-skew-y: 6deg;
}

.hover\:skew-y-12:hover{
  --transform-skew-y: 12deg;
}

.hover\:-skew-y-12:hover{
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover{
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-3:hover{
  --transform-skew-y: -3deg;
}

.focus\:skew-x-0:focus{
  --transform-skew-x: 0;
}

.focus\:skew-x-3:focus{
  --transform-skew-x: 3deg;
}

.focus\:skew-x-6:focus{
  --transform-skew-x: 6deg;
}

.focus\:skew-x-12:focus{
  --transform-skew-x: 12deg;
}

.focus\:-skew-x-12:focus{
  --transform-skew-x: -12deg;
}

.focus\:-skew-x-6:focus{
  --transform-skew-x: -6deg;
}

.focus\:-skew-x-3:focus{
  --transform-skew-x: -3deg;
}

.focus\:skew-y-0:focus{
  --transform-skew-y: 0;
}

.focus\:skew-y-3:focus{
  --transform-skew-y: 3deg;
}

.focus\:skew-y-6:focus{
  --transform-skew-y: 6deg;
}

.focus\:skew-y-12:focus{
  --transform-skew-y: 12deg;
}

.focus\:-skew-y-12:focus{
  --transform-skew-y: -12deg;
}

.focus\:-skew-y-6:focus{
  --transform-skew-y: -6deg;
}

.focus\:-skew-y-3:focus{
  --transform-skew-y: -3deg;
}

.transition-none{
  transition-property: none;
}

.transition-all{
  transition-property: all;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity{
  transition-property: opacity;
}

.transition-shadow{
  transition-property: box-shadow;
}

.transition-transform{
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.ease-linear{
  transition-timing-function: linear;
}

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

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

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

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

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

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

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

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

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

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

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

.delay-75{
  transition-delay: 75ms;
}

.delay-100{
  transition-delay: 100ms;
}

.delay-150{
  transition-delay: 150ms;
}

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

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

.delay-500{
  transition-delay: 500ms;
}

.delay-700{
  transition-delay: 700ms;
}

.delay-1000{
  transition-delay: 1000ms;
}

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

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

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

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

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

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

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

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

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

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

.animate-none{
  -webkit-animation: none;
          animation: none;
}

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

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

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

.animate-bounce{
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

/**
 * Loop Video Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.loop-video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.loop-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
  appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
  appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Fit Image Styles
 * ----------------------------------------------------------------------------
 *
 * Needs to have a parent with some sort of positioning value applied to it
 *
 */

.fit-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat
}

.fit-image.object-contain {
  background-size: contain;
}

.fit-image.object-cover {
  background-size: cover;
}

.fit-image.object-fill {
  background-size: 100%;
}

.fit-image.object-none {
  background-size: auto;
}

.fit-image.object-scale-down {
  background-size: contain;
}

.fit-image.object-bottom {
  background-position: bottom center;
}

.fit-image.object-center {
  background-position: center center;
}

.fit-image.object-left {
  background-position: center left;
}

.fit-image.object-left-bottom {
  background-position: bottom left;
}

.fit-image.object-left-top {
  background-position: top left;
}

.fit-image.object-right {
  background-position: center right;
}

.fit-image.object-right-bottom {
  background-position: bottom right;
}

.fit-image.object-right-top {
  background-position: top right;
}

.fit-image.object-top {
  background-position: top center;
}

.fit-image {
  /*
   * if element has been polyfilled
   */
}

.fit-image img {
  height: 100%;
  width: 100%;
}

.fit-image.compat-object-fit img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (min-width: 640px) {
  .sm\:object-contain.fit-image {
    background-size: contain;
  }

  .sm\:object-cover.fit-image {
    background-size: cover;
  }

  .sm\:object-fill.fit-image {
    background-size: 100%;
  }

  .sm\:object-none.fit-image {
    background-size: auto;
  }

  .sm\:object-scale-down.fit-image {
    background-size: contain;
  }

  .sm\:object-bottom.fit-image {
    background-position: bottom center;
  }

  .sm\:object-center.fit-image {
    background-position: center center;
  }

  .sm\:object-left.fit-image {
    background-position: center left;
  }

  .sm\:object-left-bottom.fit-image {
    background-position: bottom left;
  }

  .sm\:object-left-top.fit-image {
    background-position: top left;
  }

  .sm\:object-right.fit-image {
    background-position: center right;
  }

  .sm\:object-right-bottom.fit-image {
    background-position: bottom right;
  }

  .sm\:object-right-top.fit-image {
    background-position: top right;
  }

  .sm\:object-top.fit-image {
    background-position: top center;
  }
}

@media (min-width: 768px) {
  .md\:object-contain.fit-image {
    background-size: contain;
  }

  .md\:object-cover.fit-image {
    background-size: cover;
  }

  .md\:object-fill.fit-image {
    background-size: 100%;
  }

  .md\:object-none.fit-image {
    background-size: auto;
  }

  .md\:object-scale-down.fit-image {
    background-size: contain;
  }

  .md\:object-bottom.fit-image {
    background-position: bottom center;
  }

  .md\:object-center.fit-image {
    background-position: center center;
  }

  .md\:object-left.fit-image {
    background-position: center left;
  }

  .md\:object-left-bottom.fit-image {
    background-position: bottom left;
  }

  .md\:object-left-top.fit-image {
    background-position: top left;
  }

  .md\:object-right.fit-image {
    background-position: center right;
  }

  .md\:object-right-bottom.fit-image {
    background-position: bottom right;
  }

  .md\:object-right-top.fit-image {
    background-position: top right;
  }

  .md\:object-top.fit-image {
    background-position: top center;
  }
}

@media (min-width: 1024px) {
  .lg\:object-contain.fit-image {
    background-size: contain;
  }

  .lg\:object-cover.fit-image {
    background-size: cover;
  }

  .lg\:object-fill.fit-image {
    background-size: 100%;
  }

  .lg\:object-none.fit-image {
    background-size: auto;
  }

  .lg\:object-scale-down.fit-image {
    background-size: contain;
  }

  .lg\:object-bottom.fit-image {
    background-position: bottom center;
  }

  .lg\:object-center.fit-image {
    background-position: center center;
  }

  .lg\:object-left.fit-image {
    background-position: center left;
  }

  .lg\:object-left-bottom.fit-image {
    background-position: bottom left;
  }

  .lg\:object-left-top.fit-image {
    background-position: top left;
  }

  .lg\:object-right.fit-image {
    background-position: center right;
  }

  .lg\:object-right-bottom.fit-image {
    background-position: bottom right;
  }

  .lg\:object-right-top.fit-image {
    background-position: top right;
  }

  .lg\:object-top.fit-image {
    background-position: top center;
  }
}

@media (min-width: 1270px) {
  .xl\:object-contain.fit-image {
    background-size: contain;
  }

  .xl\:object-cover.fit-image {
    background-size: cover;
  }

  .xl\:object-fill.fit-image {
    background-size: 100%;
  }

  .xl\:object-none.fit-image {
    background-size: auto;
  }

  .xl\:object-scale-down.fit-image {
    background-size: contain;
  }

  .xl\:object-bottom.fit-image {
    background-position: bottom center;
  }

  .xl\:object-center.fit-image {
    background-position: center center;
  }

  .xl\:object-left.fit-image {
    background-position: center left;
  }

  .xl\:object-left-bottom.fit-image {
    background-position: bottom left;
  }

  .xl\:object-left-top.fit-image {
    background-position: top left;
  }

  .xl\:object-right.fit-image {
    background-position: center right;
  }

  .xl\:object-right-bottom.fit-image {
    background-position: bottom right;
  }

  .xl\:object-right-top.fit-image {
    background-position: top right;
  }

  .xl\:object-top.fit-image {
    background-position: top center;
  }
}

/**
 * Hero Banner Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.hero-banner {
  padding-top: 14rem;
  padding-bottom: 12rem
}

.hero-banner.hero-banner--full {
  padding-top: 6rem;
  padding-bottom: 6rem;
  min-height: calc( 100vh - calc(0px));
  min-height: calc( 100vh - var(--topOffset) );
}

/**
 * Map Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.map .mapboxgl-canvas {
  outline: none;
}

.map .mapboxgl-popup-content {
  padding: 0 !important;
  min-width: 173px;
  border-radius: 4px;
  color: #505050;
}

.map .mapboxgl-popup-close-button {
  right: 6px;
  top: 4px;
}

.map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: black !important;
}

.map .marker {
  width: 2rem;
  height: 2rem;
  background-image: url( ../img/map-pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/**
 * Content Block Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.content-block {
}

/**
 * Mission Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.mission {
}

/**
 * Support Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.support {
  display: flex;
  align-items: center;
  min-height: calc( 100vh - calc(0px));
  min-height: calc( 100vh - var(--topOffset) );
}

/**
 * Form Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.form {
}

/**
 * Call To Action Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.call-to-action {
}

/**
 * Content Image Block Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.content-image-block .content-image-block__image {
  order: 1;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {

.content-image-block .content-image-block__image {
    margin-bottom: 0
}
  }

.content-image-block .content-image-block__content {
  order: 2;
}

.content-image-block.content-image-block--flipped .content-image-block__image {
  order: 1;
}

@media (min-width: 1024px) {

.content-image-block.content-image-block--flipped .content-image-block__image {
    order: 2
}
  }

.content-image-block.content-image-block--flipped .content-image-block__content {
  order: 2;
}

@media (min-width: 1024px) {

.content-image-block.content-image-block--flipped .content-image-block__content {
    order: 1
}
  }

/**
 * Image Block Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.image-block {
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

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

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
      padding-right: calc( var(--gutter) * 2 );
      padding-left: calc( var(--gutter) * 2 );
    }
  }

  @media (min-width: 1270px){
    .sm\:container{
      max-width: 1270px;
    }
  }

  .sm\:offset-1 {
    margin-left: 8.33333%;
  }

  .sm\:offset-2 {
    margin-left: 16.66667%;
  }

  .sm\:offset-3 {
    margin-left: 25%;
  }

  .sm\:offset-4 {
    margin-left: 33.33333%;
  }

  .sm\:offset-5 {
    margin-left: 41.66667%;
  }

  .sm\:offset-6 {
    margin-left: 50%;
  }

  .sm\:offset-7 {
    margin-left: 58.33333%;
  }

  .sm\:offset-8 {
    margin-left: 66.66667%;
  }

  .sm\:offset-9 {
    margin-left: 75%;
  }

  .sm\:offset-10 {
    margin-left: 83.33333%;
  }

  .sm\:offset-11 {
    margin-left: 91.66667%;
  }

  .sm\:offset-right-1 {
    margin-right: 8.33333%;
  }

  .sm\:offset-right-2 {
    margin-right: 16.66667%;
  }

  .sm\:offset-right-3 {
    margin-right: 25%;
  }

  .sm\:offset-right-4 {
    margin-right: 33.33333%;
  }

  .sm\:offset-right-5 {
    margin-right: 41.66667%;
  }

  .sm\:offset-right-6 {
    margin-right: 50%;
  }

  .sm\:offset-right-7 {
    margin-right: 58.33333%;
  }

  .sm\:offset-right-8 {
    margin-right: 66.66667%;
  }

  .sm\:offset-right-9 {
    margin-right: 75%;
  }

  .sm\:offset-right-10 {
    margin-right: 83.33333%;
  }

  .sm\:offset-right-11 {
    margin-right: 91.66667%;
  }

  .sm\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-gutter > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(var(--gutter, 1.5625rem ) * var(--space-y-reverse));
  }

  .sm\:space-x-gutter > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(var(--gutter, 1.5625rem ) * var(--space-x-reverse));
    margin-left: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-gutter-full > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc( var(--gutter) * 2 ) * var(--space-y-reverse));
  }

  .sm\:space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc( var(--gutter) * 2 ) * var(--space-x-reverse));
    margin-left: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-gutter > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-y-reverse));
  }

  .sm\:-space-x-gutter > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-x-reverse));
    margin-left: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-gutter-full > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc(var(--gutter) * 2 * -1) * var(--space-y-reverse));
  }

  .sm\:-space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc(var(--gutter) * 2 * -1) * var(--space-x-reverse));
    margin-left: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .sm\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .sm\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--divide-opacity));
  }

  .sm\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--divide-opacity));
  }

  .sm\:divide-brand-primary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--divide-opacity));
  }

  .sm\:divide-brand-secondary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--divide-opacity));
  }

  .sm\:divide-brand-tertiary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:divide-brand-light-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--divide-opacity));
  }

  .sm\:divide-brand-dark-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--divide-opacity));
  }

  .sm\:divide-brand-scrim-25 > :not(template) ~ :not(template){
    border-color: rgba(0,0,0,0.25);
  }

  .sm\:divide-brand-scrim-50 > :not(template) ~ :not(template){
    border-color: rgba(0,0,0,0.50);
  }

  .sm\:divide-brand-overlay > :not(template) ~ :not(template){
    border-color: rgba(255,255,255,0.35);
  }

  .sm\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sm\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sm\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sm\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sm\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sm\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .sm\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .sm\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .sm\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .sm\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .sm\:divide-opacity-35 > :not(template) ~ :not(template){
    --divide-opacity: 0.35;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .sm\:divide-opacity-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.8;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .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{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .sm\:bg-clip-border{
    background-clip: border-box;
  }

  .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sm\:bg-clip-content{
    background-clip: content-box;
  }

  .sm\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

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

  .sm\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:bg-red-100{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .sm\:bg-red{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .sm\:bg-brand-primary{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .sm\:bg-brand-secondary{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .sm\:bg-brand-tertiary{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:bg-brand-light-gray{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .sm\:bg-brand-dark-gray{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .sm\:bg-brand-scrim-25{
    background-color: rgba(0,0,0,0.25);
  }

  .sm\:bg-brand-scrim-50{
    background-color: rgba(0,0,0,0.50);
  }

  .sm\:bg-brand-overlay{
    background-color: rgba(255,255,255,0.35);
  }

  .sm\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .sm\:hover\:bg-red:hover{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .sm\:hover\:bg-brand-primary:hover{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .sm\:hover\:bg-brand-secondary:hover{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .sm\:hover\:bg-brand-tertiary:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:hover\:bg-brand-light-gray:hover{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .sm\:hover\:bg-brand-dark-gray:hover{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .sm\:hover\:bg-brand-scrim-25:hover{
    background-color: rgba(0,0,0,0.25);
  }

  .sm\:hover\:bg-brand-scrim-50:hover{
    background-color: rgba(0,0,0,0.50);
  }

  .sm\:hover\:bg-brand-overlay:hover{
    background-color: rgba(255,255,255,0.35);
  }

  .sm\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .sm\:focus\:bg-red:focus{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .sm\:focus\:bg-brand-primary:focus{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .sm\:focus\:bg-brand-secondary:focus{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .sm\:focus\:bg-brand-tertiary:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:focus\:bg-brand-light-gray:focus{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .sm\:focus\:bg-brand-dark-gray:focus{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .sm\:focus\:bg-brand-scrim-25:focus{
    background-color: rgba(0,0,0,0.25);
  }

  .sm\:focus\:bg-brand-scrim-50:focus{
    background-color: rgba(0,0,0,0.50);
  }

  .sm\:focus\:bg-brand-overlay:focus{
    background-color: rgba(255,255,255,0.35);
  }

  .sm\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:bg-none{
    background-image: none;
  }

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

  .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

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

  .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

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

  .sm\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:from-red-100{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .sm\:from-red{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .sm\:from-brand-primary{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .sm\:from-brand-secondary{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .sm\:from-brand-tertiary{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:from-brand-light-gray{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .sm\:from-brand-dark-gray{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .sm\:from-brand-scrim-25{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-brand-scrim-50{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-brand-overlay{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:from-gray-200{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:via-red-100{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .sm\:via-red{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .sm\:via-brand-primary{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .sm\:via-brand-secondary{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .sm\:via-brand-tertiary{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:via-brand-light-gray{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .sm\:via-brand-dark-gray{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .sm\:via-brand-scrim-25{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-brand-scrim-50{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-brand-overlay{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:via-gray-200{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:to-transparent{
    --gradient-to-color: transparent;
  }

  .sm\:to-black{
    --gradient-to-color: #000;
  }

  .sm\:to-white{
    --gradient-to-color: #fff;
  }

  .sm\:to-red-100{
    --gradient-to-color: #ffdfdf;
  }

  .sm\:to-red{
    --gradient-to-color: #e04242;
  }

  .sm\:to-brand-primary{
    --gradient-to-color: #24526f;
  }

  .sm\:to-brand-secondary{
    --gradient-to-color: #ffbd59;
  }

  .sm\:to-brand-tertiary{
    --gradient-to-color: #f7fafc;
  }

  .sm\:to-brand-light-gray{
    --gradient-to-color: #BEBEBE;
  }

  .sm\:to-brand-dark-gray{
    --gradient-to-color: #8A8A8A;
  }

  .sm\:to-brand-scrim-25{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .sm\:to-brand-scrim-50{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .sm\:to-brand-overlay{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .sm\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .sm\:to-gray-200{
    --gradient-to-color: #edf2f7;
  }

  .sm\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .sm\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .sm\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .sm\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .sm\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .sm\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .sm\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .sm\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-red-100:hover{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .sm\:hover\:from-red:hover{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .sm\:hover\:from-brand-primary:hover{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .sm\:hover\:from-brand-secondary:hover{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .sm\:hover\:from-brand-tertiary:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:hover\:from-brand-light-gray:hover{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .sm\:hover\:from-brand-dark-gray:hover{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .sm\:hover\:from-brand-scrim-25:hover{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-brand-scrim-50:hover{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-brand-overlay:hover{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-red-100:hover{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .sm\:hover\:via-red:hover{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .sm\:hover\:via-brand-primary:hover{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .sm\:hover\:via-brand-secondary:hover{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .sm\:hover\:via-brand-tertiary:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:hover\:via-brand-light-gray:hover{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .sm\:hover\:via-brand-dark-gray:hover{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .sm\:hover\:via-brand-scrim-25:hover{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-brand-scrim-50:hover{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-brand-overlay:hover{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .sm\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .sm\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .sm\:hover\:to-red-100:hover{
    --gradient-to-color: #ffdfdf;
  }

  .sm\:hover\:to-red:hover{
    --gradient-to-color: #e04242;
  }

  .sm\:hover\:to-brand-primary:hover{
    --gradient-to-color: #24526f;
  }

  .sm\:hover\:to-brand-secondary:hover{
    --gradient-to-color: #ffbd59;
  }

  .sm\:hover\:to-brand-tertiary:hover{
    --gradient-to-color: #f7fafc;
  }

  .sm\:hover\:to-brand-light-gray:hover{
    --gradient-to-color: #BEBEBE;
  }

  .sm\:hover\:to-brand-dark-gray:hover{
    --gradient-to-color: #8A8A8A;
  }

  .sm\:hover\:to-brand-scrim-25:hover{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .sm\:hover\:to-brand-scrim-50:hover{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .sm\:hover\:to-brand-overlay:hover{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .sm\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .sm\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7;
  }

  .sm\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .sm\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .sm\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .sm\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .sm\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .sm\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .sm\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .sm\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-red-100:focus{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .sm\:focus\:from-red:focus{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .sm\:focus\:from-brand-primary:focus{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .sm\:focus\:from-brand-secondary:focus{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .sm\:focus\:from-brand-tertiary:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:focus\:from-brand-light-gray:focus{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .sm\:focus\:from-brand-dark-gray:focus{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .sm\:focus\:from-brand-scrim-25:focus{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-brand-scrim-50:focus{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-brand-overlay:focus{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-red-100:focus{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .sm\:focus\:via-red:focus{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .sm\:focus\:via-brand-primary:focus{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .sm\:focus\:via-brand-secondary:focus{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .sm\:focus\:via-brand-tertiary:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:focus\:via-brand-light-gray:focus{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .sm\:focus\:via-brand-dark-gray:focus{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .sm\:focus\:via-brand-scrim-25:focus{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-brand-scrim-50:focus{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-brand-overlay:focus{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .sm\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .sm\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .sm\:focus\:to-red-100:focus{
    --gradient-to-color: #ffdfdf;
  }

  .sm\:focus\:to-red:focus{
    --gradient-to-color: #e04242;
  }

  .sm\:focus\:to-brand-primary:focus{
    --gradient-to-color: #24526f;
  }

  .sm\:focus\:to-brand-secondary:focus{
    --gradient-to-color: #ffbd59;
  }

  .sm\:focus\:to-brand-tertiary:focus{
    --gradient-to-color: #f7fafc;
  }

  .sm\:focus\:to-brand-light-gray:focus{
    --gradient-to-color: #BEBEBE;
  }

  .sm\:focus\:to-brand-dark-gray:focus{
    --gradient-to-color: #8A8A8A;
  }

  .sm\:focus\:to-brand-scrim-25:focus{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .sm\:focus\:to-brand-scrim-50:focus{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .sm\:focus\:to-brand-overlay:focus{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .sm\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .sm\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7;
  }

  .sm\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .sm\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .sm\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .sm\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .sm\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .sm\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .sm\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .sm\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .sm\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .sm\:bg-opacity-35{
    --bg-opacity: 0.35;
  }

  .sm\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .sm\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80{
    --bg-opacity: 0.8;
  }

  .sm\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-35:hover{
    --bg-opacity: 0.35;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8;
  }

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

  .sm\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-35:focus{
    --bg-opacity: 0.35;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .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-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\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

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

  .sm\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:border-red-100{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .sm\:border-red{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .sm\:border-brand-primary{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .sm\:border-brand-secondary{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .sm\:border-brand-tertiary{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:border-brand-light-gray{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .sm\:border-brand-dark-gray{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .sm\:border-brand-scrim-25{
    border-color: rgba(0,0,0,0.25);
  }

  .sm\:border-brand-scrim-50{
    border-color: rgba(0,0,0,0.50);
  }

  .sm\:border-brand-overlay{
    border-color: rgba(255,255,255,0.35);
  }

  .sm\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:border-gray-200{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .sm\:hover\:border-red:hover{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .sm\:hover\:border-brand-primary:hover{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .sm\:hover\:border-brand-secondary:hover{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .sm\:hover\:border-brand-tertiary:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:hover\:border-brand-light-gray:hover{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .sm\:hover\:border-brand-dark-gray:hover{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .sm\:hover\:border-brand-scrim-25:hover{
    border-color: rgba(0,0,0,0.25);
  }

  .sm\:hover\:border-brand-scrim-50:hover{
    border-color: rgba(0,0,0,0.50);
  }

  .sm\:hover\:border-brand-overlay:hover{
    border-color: rgba(255,255,255,0.35);
  }

  .sm\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

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

  .sm\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .sm\:focus\:border-red:focus{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .sm\:focus\:border-brand-primary:focus{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .sm\:focus\:border-brand-secondary:focus{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .sm\:focus\:border-brand-tertiary:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:focus\:border-brand-light-gray:focus{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .sm\:focus\:border-brand-dark-gray:focus{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .sm\:focus\:border-brand-scrim-25:focus{
    border-color: rgba(0,0,0,0.25);
  }

  .sm\:focus\:border-brand-scrim-50:focus{
    border-color: rgba(0,0,0,0.50);
  }

  .sm\:focus\:border-brand-overlay:focus{
    border-color: rgba(255,255,255,0.35);
  }

  .sm\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:border-opacity-0{
    --border-opacity: 0;
  }

  .sm\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .sm\:border-opacity-35{
    --border-opacity: 0.35;
  }

  .sm\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .sm\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .sm\:border-opacity-80{
    --border-opacity: 0.8;
  }

  .sm\:border-opacity-100{
    --border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .sm\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-35:hover{
    --border-opacity: 0.35;
  }

  .sm\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8;
  }

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

  .sm\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .sm\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-35:focus{
    --border-opacity: 0.35;
  }

  .sm\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

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

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

  .sm\:rounded{
    border-radius: 0.25rem;
  }

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

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

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

  .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-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-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-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-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\: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\: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-4{
    border-width: 4px;
  }

  .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-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-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\:box-border{
    box-sizing: border-box;
  }

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

  .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-caption{
    display: table-caption;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:table-column{
    display: table-column;
  }

  .sm\:table-column-group{
    display: table-column-group;
  }

  .sm\:table-footer-group{
    display: table-footer-group;
  }

  .sm\:table-header-group{
    display: table-header-group;
  }

  .sm\:table-row-group{
    display: table-row-group;
  }

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

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

  .sm\:grid{
    display: grid;
  }

  .sm\:inline-grid{
    display: inline-grid;
  }

  .sm\:contents{
    display: contents;
  }

  .sm\: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\:place-items-auto{
    place-items: auto;
  }

  .sm\:place-items-start{
    place-items: start;
  }

  .sm\:place-items-end{
    place-items: end;
  }

  .sm\:place-items-center{
    place-items: center;
  }

  .sm\:place-items-stretch{
    place-items: stretch;
  }

  .sm\:place-content-center{
    place-content: center;
  }

  .sm\:place-content-start{
    place-content: start;
  }

  .sm\:place-content-end{
    place-content: end;
  }

  .sm\:place-content-between{
    place-content: space-between;
  }

  .sm\:place-content-around{
    place-content: space-around;
  }

  .sm\:place-content-evenly{
    place-content: space-evenly;
  }

  .sm\:place-content-stretch{
    place-content: stretch;
  }

  .sm\:place-self-auto{
    place-self: auto;
  }

  .sm\:place-self-start{
    place-self: start;
  }

  .sm\:place-self-end{
    place-self: end;
  }

  .sm\:place-self-center{
    place-self: center;
  }

  .sm\:place-self-stretch{
    place-self: stretch;
  }

  .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\: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\:content-evenly{
    align-content: space-evenly;
  }

  .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-items-auto{
    justify-items: auto;
  }

  .sm\:justify-items-start{
    justify-items: start;
  }

  .sm\:justify-items-end{
    justify-items: end;
  }

  .sm\:justify-items-center{
    justify-items: center;
  }

  .sm\:justify-items-stretch{
    justify-items: 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\:justify-evenly{
    justify-content: space-evenly;
  }

  .sm\:justify-self-auto{
    justify-self: auto;
  }

  .sm\:justify-self-start{
    justify-self: start;
  }

  .sm\:justify-self-end{
    justify-self: end;
  }

  .sm\:justify-self-center{
    justify-self: center;
  }

  .sm\:justify-self-stretch{
    justify-self: stretch;
  }

  .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-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\:clear-left{
    clear: left;
  }

  .sm\:clear-right{
    clear: right;
  }

  .sm\:clear-both{
    clear: both;
  }

  .sm\:clear-none{
    clear: none;
  }

  .sm\:font-sans{
    font-family: "Merriweather", -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";
  }

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

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

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

  .sm\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .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-9{
    height: 2.25rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .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-auto{
    height: auto;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-gutter{
    height: var(--gutter, 1.5625rem );
  }

  .sm\:h-gutter-full{
    height: calc( var(--gutter) * 2 );
  }

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

  .sm\:h-screen{
    height: 100vh;
  }

  .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\: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\: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-9{
    margin: 2.25rem;
  }

  .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-gutter{
    margin: var(--gutter, 1.5625rem );
  }

  .sm\:m-gutter-full{
    margin: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin: -2.25rem;
  }

  .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-gutter{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:-m-gutter-full{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .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-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-gutter{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:mx-gutter{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .sm\:my-gutter-full{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:mx-gutter-full{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-gutter{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:-mx-gutter{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:-my-gutter-full{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .sm\:-mx-gutter-full{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .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-9{
    margin-top: 2.25rem;
  }

  .sm\:mr-9{
    margin-right: 2.25rem;
  }

  .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  .sm\:ml-9{
    margin-left: 2.25rem;
  }

  .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-gutter{
    margin-top: var(--gutter, 1.5625rem );
  }

  .sm\:mr-gutter{
    margin-right: var(--gutter, 1.5625rem );
  }

  .sm\:mb-gutter{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:ml-gutter{
    margin-left: var(--gutter, 1.5625rem );
  }

  .sm\:mt-gutter-full{
    margin-top: calc( var(--gutter) * 2 );
  }

  .sm\:mr-gutter-full{
    margin-right: calc( var(--gutter) * 2 );
  }

  .sm\:mb-gutter-full{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:ml-gutter-full{
    margin-left: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin-top: -2.25rem;
  }

  .sm\:-mr-9{
    margin-right: -2.25rem;
  }

  .sm\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .sm\:-ml-9{
    margin-left: -2.25rem;
  }

  .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-gutter{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:-mr-gutter{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:-mb-gutter{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:-ml-gutter{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:-mt-gutter-full{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .sm\:-mr-gutter-full{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .sm\:-mb-gutter-full{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .sm\:-ml-gutter-full{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .sm\:first\:m-0:first-child{
    margin: 0;
  }

  .sm\:first\:m-1:first-child{
    margin: 0.25rem;
  }

  .sm\:first\:m-2:first-child{
    margin: 0.5rem;
  }

  .sm\:first\:m-3:first-child{
    margin: 0.75rem;
  }

  .sm\:first\:m-4:first-child{
    margin: 1rem;
  }

  .sm\:first\:m-5:first-child{
    margin: 1.25rem;
  }

  .sm\:first\:m-6:first-child{
    margin: 1.5rem;
  }

  .sm\:first\:m-8:first-child{
    margin: 2rem;
  }

  .sm\:first\:m-9:first-child{
    margin: 2.25rem;
  }

  .sm\:first\:m-10:first-child{
    margin: 2.5rem;
  }

  .sm\:first\:m-12:first-child{
    margin: 3rem;
  }

  .sm\:first\:m-16:first-child{
    margin: 4rem;
  }

  .sm\:first\:m-20:first-child{
    margin: 5rem;
  }

  .sm\:first\:m-24:first-child{
    margin: 6rem;
  }

  .sm\:first\:m-32:first-child{
    margin: 8rem;
  }

  .sm\:first\:m-40:first-child{
    margin: 10rem;
  }

  .sm\:first\:m-48:first-child{
    margin: 12rem;
  }

  .sm\:first\:m-56:first-child{
    margin: 14rem;
  }

  .sm\:first\:m-64:first-child{
    margin: 16rem;
  }

  .sm\:first\:m-auto:first-child{
    margin: auto;
  }

  .sm\:first\:m-px:first-child{
    margin: 1px;
  }

  .sm\:first\:m-gutter:first-child{
    margin: var(--gutter, 1.5625rem );
  }

  .sm\:first\:m-gutter-full:first-child{
    margin: calc( var(--gutter) * 2 );
  }

  .sm\:first\:-m-1:first-child{
    margin: -0.25rem;
  }

  .sm\:first\:-m-2:first-child{
    margin: -0.5rem;
  }

  .sm\:first\:-m-3:first-child{
    margin: -0.75rem;
  }

  .sm\:first\:-m-4:first-child{
    margin: -1rem;
  }

  .sm\:first\:-m-5:first-child{
    margin: -1.25rem;
  }

  .sm\:first\:-m-6:first-child{
    margin: -1.5rem;
  }

  .sm\:first\:-m-8:first-child{
    margin: -2rem;
  }

  .sm\:first\:-m-9:first-child{
    margin: -2.25rem;
  }

  .sm\:first\:-m-10:first-child{
    margin: -2.5rem;
  }

  .sm\:first\:-m-12:first-child{
    margin: -3rem;
  }

  .sm\:first\:-m-16:first-child{
    margin: -4rem;
  }

  .sm\:first\:-m-20:first-child{
    margin: -5rem;
  }

  .sm\:first\:-m-24:first-child{
    margin: -6rem;
  }

  .sm\:first\:-m-32:first-child{
    margin: -8rem;
  }

  .sm\:first\:-m-40:first-child{
    margin: -10rem;
  }

  .sm\:first\:-m-48:first-child{
    margin: -12rem;
  }

  .sm\:first\:-m-56:first-child{
    margin: -14rem;
  }

  .sm\:first\:-m-64:first-child{
    margin: -16rem;
  }

  .sm\:first\:-m-px:first-child{
    margin: -1px;
  }

  .sm\:first\:-m-gutter:first-child{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:first\:-m-gutter-full:first-child{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .sm\:first\:my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:first\:mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:first\:my-1:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:first\:mx-1:first-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:first\:my-2:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:first\:mx-2:first-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:first\:my-3:first-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:first\:mx-3:first-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:first\:my-4:first-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:first\:mx-4:first-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:first\:my-5:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:first\:mx-5:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:first\:my-6:first-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:first\:mx-6:first-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:first\:my-8:first-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:first\:mx-8:first-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:first\:my-9:first-child{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:first\:mx-9:first-child{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:first\:my-10:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:first\:mx-10:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:first\:my-12:first-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:first\:mx-12:first-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:first\:my-16:first-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:first\:mx-16:first-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:first\:my-20:first-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:first\:mx-20:first-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:first\:my-24:first-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:first\:mx-24:first-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:first\:my-32:first-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:first\:mx-32:first-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:first\:my-40:first-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:first\:mx-40:first-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:first\:my-48:first-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:first\:mx-48:first-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:first\:my-56:first-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:first\:mx-56:first-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:first\:my-64:first-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:first\:mx-64:first-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:first\:mx-auto:first-child{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:first\:my-px:first-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:first\:mx-px:first-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:first\:my-gutter:first-child{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:first\:mx-gutter:first-child{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .sm\:first\:my-gutter-full:first-child{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:first\:mx-gutter-full:first-child{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .sm\:first\:-my-1:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-mx-1:first-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:first\:-my-2:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-mx-2:first-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:first\:-my-3:first-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-mx-3:first-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:first\:-my-4:first-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:first\:-mx-4:first-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:first\:-my-5:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-mx-5:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:first\:-my-6:first-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-mx-6:first-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:first\:-my-8:first-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:first\:-mx-8:first-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:first\:-my-9:first-child{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:first\:-mx-9:first-child{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:first\:-my-10:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-mx-10:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:first\:-my-12:first-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:first\:-mx-12:first-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:first\:-my-16:first-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:first\:-mx-16:first-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:first\:-my-20:first-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:first\:-mx-20:first-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:first\:-my-24:first-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:first\:-mx-24:first-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:first\:-my-32:first-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:first\:-mx-32:first-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:first\:-my-40:first-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:first\:-mx-40:first-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:first\:-my-48:first-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:first\:-mx-48:first-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:first\:-my-56:first-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:first\:-mx-56:first-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:first\:-my-64:first-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:first\:-mx-64:first-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:first\:-my-px:first-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:first\:-mx-px:first-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:first\:-my-gutter:first-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:first\:-mx-gutter:first-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:first\:-my-gutter-full:first-child{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .sm\:first\:-mx-gutter-full:first-child{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

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

  .sm\:first\:mr-0:first-child{
    margin-right: 0;
  }

  .sm\:first\:mb-0:first-child{
    margin-bottom: 0;
  }

  .sm\:first\:ml-0:first-child{
    margin-left: 0;
  }

  .sm\:first\:mt-1:first-child{
    margin-top: 0.25rem;
  }

  .sm\:first\:mr-1:first-child{
    margin-right: 0.25rem;
  }

  .sm\:first\:mb-1:first-child{
    margin-bottom: 0.25rem;
  }

  .sm\:first\:ml-1:first-child{
    margin-left: 0.25rem;
  }

  .sm\:first\:mt-2:first-child{
    margin-top: 0.5rem;
  }

  .sm\:first\:mr-2:first-child{
    margin-right: 0.5rem;
  }

  .sm\:first\:mb-2:first-child{
    margin-bottom: 0.5rem;
  }

  .sm\:first\:ml-2:first-child{
    margin-left: 0.5rem;
  }

  .sm\:first\:mt-3:first-child{
    margin-top: 0.75rem;
  }

  .sm\:first\:mr-3:first-child{
    margin-right: 0.75rem;
  }

  .sm\:first\:mb-3:first-child{
    margin-bottom: 0.75rem;
  }

  .sm\:first\:ml-3:first-child{
    margin-left: 0.75rem;
  }

  .sm\:first\:mt-4:first-child{
    margin-top: 1rem;
  }

  .sm\:first\:mr-4:first-child{
    margin-right: 1rem;
  }

  .sm\:first\:mb-4:first-child{
    margin-bottom: 1rem;
  }

  .sm\:first\:ml-4:first-child{
    margin-left: 1rem;
  }

  .sm\:first\:mt-5:first-child{
    margin-top: 1.25rem;
  }

  .sm\:first\:mr-5:first-child{
    margin-right: 1.25rem;
  }

  .sm\:first\:mb-5:first-child{
    margin-bottom: 1.25rem;
  }

  .sm\:first\:ml-5:first-child{
    margin-left: 1.25rem;
  }

  .sm\:first\:mt-6:first-child{
    margin-top: 1.5rem;
  }

  .sm\:first\:mr-6:first-child{
    margin-right: 1.5rem;
  }

  .sm\:first\:mb-6:first-child{
    margin-bottom: 1.5rem;
  }

  .sm\:first\:ml-6:first-child{
    margin-left: 1.5rem;
  }

  .sm\:first\:mt-8:first-child{
    margin-top: 2rem;
  }

  .sm\:first\:mr-8:first-child{
    margin-right: 2rem;
  }

  .sm\:first\:mb-8:first-child{
    margin-bottom: 2rem;
  }

  .sm\:first\:ml-8:first-child{
    margin-left: 2rem;
  }

  .sm\:first\:mt-9:first-child{
    margin-top: 2.25rem;
  }

  .sm\:first\:mr-9:first-child{
    margin-right: 2.25rem;
  }

  .sm\:first\:mb-9:first-child{
    margin-bottom: 2.25rem;
  }

  .sm\:first\:ml-9:first-child{
    margin-left: 2.25rem;
  }

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

  .sm\:first\:mr-10:first-child{
    margin-right: 2.5rem;
  }

  .sm\:first\:mb-10:first-child{
    margin-bottom: 2.5rem;
  }

  .sm\:first\:ml-10:first-child{
    margin-left: 2.5rem;
  }

  .sm\:first\:mt-12:first-child{
    margin-top: 3rem;
  }

  .sm\:first\:mr-12:first-child{
    margin-right: 3rem;
  }

  .sm\:first\:mb-12:first-child{
    margin-bottom: 3rem;
  }

  .sm\:first\:ml-12:first-child{
    margin-left: 3rem;
  }

  .sm\:first\:mt-16:first-child{
    margin-top: 4rem;
  }

  .sm\:first\:mr-16:first-child{
    margin-right: 4rem;
  }

  .sm\:first\:mb-16:first-child{
    margin-bottom: 4rem;
  }

  .sm\:first\:ml-16:first-child{
    margin-left: 4rem;
  }

  .sm\:first\:mt-20:first-child{
    margin-top: 5rem;
  }

  .sm\:first\:mr-20:first-child{
    margin-right: 5rem;
  }

  .sm\:first\:mb-20:first-child{
    margin-bottom: 5rem;
  }

  .sm\:first\:ml-20:first-child{
    margin-left: 5rem;
  }

  .sm\:first\:mt-24:first-child{
    margin-top: 6rem;
  }

  .sm\:first\:mr-24:first-child{
    margin-right: 6rem;
  }

  .sm\:first\:mb-24:first-child{
    margin-bottom: 6rem;
  }

  .sm\:first\:ml-24:first-child{
    margin-left: 6rem;
  }

  .sm\:first\:mt-32:first-child{
    margin-top: 8rem;
  }

  .sm\:first\:mr-32:first-child{
    margin-right: 8rem;
  }

  .sm\:first\:mb-32:first-child{
    margin-bottom: 8rem;
  }

  .sm\:first\:ml-32:first-child{
    margin-left: 8rem;
  }

  .sm\:first\:mt-40:first-child{
    margin-top: 10rem;
  }

  .sm\:first\:mr-40:first-child{
    margin-right: 10rem;
  }

  .sm\:first\:mb-40:first-child{
    margin-bottom: 10rem;
  }

  .sm\:first\:ml-40:first-child{
    margin-left: 10rem;
  }

  .sm\:first\:mt-48:first-child{
    margin-top: 12rem;
  }

  .sm\:first\:mr-48:first-child{
    margin-right: 12rem;
  }

  .sm\:first\:mb-48:first-child{
    margin-bottom: 12rem;
  }

  .sm\:first\:ml-48:first-child{
    margin-left: 12rem;
  }

  .sm\:first\:mt-56:first-child{
    margin-top: 14rem;
  }

  .sm\:first\:mr-56:first-child{
    margin-right: 14rem;
  }

  .sm\:first\:mb-56:first-child{
    margin-bottom: 14rem;
  }

  .sm\:first\:ml-56:first-child{
    margin-left: 14rem;
  }

  .sm\:first\:mt-64:first-child{
    margin-top: 16rem;
  }

  .sm\:first\:mr-64:first-child{
    margin-right: 16rem;
  }

  .sm\:first\:mb-64:first-child{
    margin-bottom: 16rem;
  }

  .sm\:first\:ml-64:first-child{
    margin-left: 16rem;
  }

  .sm\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .sm\:first\:mr-auto:first-child{
    margin-right: auto;
  }

  .sm\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .sm\:first\:ml-auto:first-child{
    margin-left: auto;
  }

  .sm\:first\:mt-px:first-child{
    margin-top: 1px;
  }

  .sm\:first\:mr-px:first-child{
    margin-right: 1px;
  }

  .sm\:first\:mb-px:first-child{
    margin-bottom: 1px;
  }

  .sm\:first\:ml-px:first-child{
    margin-left: 1px;
  }

  .sm\:first\:mt-gutter:first-child{
    margin-top: var(--gutter, 1.5625rem );
  }

  .sm\:first\:mr-gutter:first-child{
    margin-right: var(--gutter, 1.5625rem );
  }

  .sm\:first\:mb-gutter:first-child{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:first\:ml-gutter:first-child{
    margin-left: var(--gutter, 1.5625rem );
  }

  .sm\:first\:mt-gutter-full:first-child{
    margin-top: calc( var(--gutter) * 2 );
  }

  .sm\:first\:mr-gutter-full:first-child{
    margin-right: calc( var(--gutter) * 2 );
  }

  .sm\:first\:mb-gutter-full:first-child{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:first\:ml-gutter-full:first-child{
    margin-left: calc( var(--gutter) * 2 );
  }

  .sm\:first\:-mt-1:first-child{
    margin-top: -0.25rem;
  }

  .sm\:first\:-mr-1:first-child{
    margin-right: -0.25rem;
  }

  .sm\:first\:-mb-1:first-child{
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-ml-1:first-child{
    margin-left: -0.25rem;
  }

  .sm\:first\:-mt-2:first-child{
    margin-top: -0.5rem;
  }

  .sm\:first\:-mr-2:first-child{
    margin-right: -0.5rem;
  }

  .sm\:first\:-mb-2:first-child{
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-ml-2:first-child{
    margin-left: -0.5rem;
  }

  .sm\:first\:-mt-3:first-child{
    margin-top: -0.75rem;
  }

  .sm\:first\:-mr-3:first-child{
    margin-right: -0.75rem;
  }

  .sm\:first\:-mb-3:first-child{
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-ml-3:first-child{
    margin-left: -0.75rem;
  }

  .sm\:first\:-mt-4:first-child{
    margin-top: -1rem;
  }

  .sm\:first\:-mr-4:first-child{
    margin-right: -1rem;
  }

  .sm\:first\:-mb-4:first-child{
    margin-bottom: -1rem;
  }

  .sm\:first\:-ml-4:first-child{
    margin-left: -1rem;
  }

  .sm\:first\:-mt-5:first-child{
    margin-top: -1.25rem;
  }

  .sm\:first\:-mr-5:first-child{
    margin-right: -1.25rem;
  }

  .sm\:first\:-mb-5:first-child{
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-ml-5:first-child{
    margin-left: -1.25rem;
  }

  .sm\:first\:-mt-6:first-child{
    margin-top: -1.5rem;
  }

  .sm\:first\:-mr-6:first-child{
    margin-right: -1.5rem;
  }

  .sm\:first\:-mb-6:first-child{
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-ml-6:first-child{
    margin-left: -1.5rem;
  }

  .sm\:first\:-mt-8:first-child{
    margin-top: -2rem;
  }

  .sm\:first\:-mr-8:first-child{
    margin-right: -2rem;
  }

  .sm\:first\:-mb-8:first-child{
    margin-bottom: -2rem;
  }

  .sm\:first\:-ml-8:first-child{
    margin-left: -2rem;
  }

  .sm\:first\:-mt-9:first-child{
    margin-top: -2.25rem;
  }

  .sm\:first\:-mr-9:first-child{
    margin-right: -2.25rem;
  }

  .sm\:first\:-mb-9:first-child{
    margin-bottom: -2.25rem;
  }

  .sm\:first\:-ml-9:first-child{
    margin-left: -2.25rem;
  }

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

  .sm\:first\:-mr-10:first-child{
    margin-right: -2.5rem;
  }

  .sm\:first\:-mb-10:first-child{
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-ml-10:first-child{
    margin-left: -2.5rem;
  }

  .sm\:first\:-mt-12:first-child{
    margin-top: -3rem;
  }

  .sm\:first\:-mr-12:first-child{
    margin-right: -3rem;
  }

  .sm\:first\:-mb-12:first-child{
    margin-bottom: -3rem;
  }

  .sm\:first\:-ml-12:first-child{
    margin-left: -3rem;
  }

  .sm\:first\:-mt-16:first-child{
    margin-top: -4rem;
  }

  .sm\:first\:-mr-16:first-child{
    margin-right: -4rem;
  }

  .sm\:first\:-mb-16:first-child{
    margin-bottom: -4rem;
  }

  .sm\:first\:-ml-16:first-child{
    margin-left: -4rem;
  }

  .sm\:first\:-mt-20:first-child{
    margin-top: -5rem;
  }

  .sm\:first\:-mr-20:first-child{
    margin-right: -5rem;
  }

  .sm\:first\:-mb-20:first-child{
    margin-bottom: -5rem;
  }

  .sm\:first\:-ml-20:first-child{
    margin-left: -5rem;
  }

  .sm\:first\:-mt-24:first-child{
    margin-top: -6rem;
  }

  .sm\:first\:-mr-24:first-child{
    margin-right: -6rem;
  }

  .sm\:first\:-mb-24:first-child{
    margin-bottom: -6rem;
  }

  .sm\:first\:-ml-24:first-child{
    margin-left: -6rem;
  }

  .sm\:first\:-mt-32:first-child{
    margin-top: -8rem;
  }

  .sm\:first\:-mr-32:first-child{
    margin-right: -8rem;
  }

  .sm\:first\:-mb-32:first-child{
    margin-bottom: -8rem;
  }

  .sm\:first\:-ml-32:first-child{
    margin-left: -8rem;
  }

  .sm\:first\:-mt-40:first-child{
    margin-top: -10rem;
  }

  .sm\:first\:-mr-40:first-child{
    margin-right: -10rem;
  }

  .sm\:first\:-mb-40:first-child{
    margin-bottom: -10rem;
  }

  .sm\:first\:-ml-40:first-child{
    margin-left: -10rem;
  }

  .sm\:first\:-mt-48:first-child{
    margin-top: -12rem;
  }

  .sm\:first\:-mr-48:first-child{
    margin-right: -12rem;
  }

  .sm\:first\:-mb-48:first-child{
    margin-bottom: -12rem;
  }

  .sm\:first\:-ml-48:first-child{
    margin-left: -12rem;
  }

  .sm\:first\:-mt-56:first-child{
    margin-top: -14rem;
  }

  .sm\:first\:-mr-56:first-child{
    margin-right: -14rem;
  }

  .sm\:first\:-mb-56:first-child{
    margin-bottom: -14rem;
  }

  .sm\:first\:-ml-56:first-child{
    margin-left: -14rem;
  }

  .sm\:first\:-mt-64:first-child{
    margin-top: -16rem;
  }

  .sm\:first\:-mr-64:first-child{
    margin-right: -16rem;
  }

  .sm\:first\:-mb-64:first-child{
    margin-bottom: -16rem;
  }

  .sm\:first\:-ml-64:first-child{
    margin-left: -16rem;
  }

  .sm\:first\:-mt-px:first-child{
    margin-top: -1px;
  }

  .sm\:first\:-mr-px:first-child{
    margin-right: -1px;
  }

  .sm\:first\:-mb-px:first-child{
    margin-bottom: -1px;
  }

  .sm\:first\:-ml-px:first-child{
    margin-left: -1px;
  }

  .sm\:first\:-mt-gutter:first-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:first\:-mr-gutter:first-child{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:first\:-mb-gutter:first-child{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:first\:-ml-gutter:first-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:first\:-mt-gutter-full:first-child{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .sm\:first\:-mr-gutter-full:first-child{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .sm\:first\:-mb-gutter-full:first-child{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .sm\:first\:-ml-gutter-full:first-child{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .sm\:last\:m-0:last-child{
    margin: 0;
  }

  .sm\:last\:m-1:last-child{
    margin: 0.25rem;
  }

  .sm\:last\:m-2:last-child{
    margin: 0.5rem;
  }

  .sm\:last\:m-3:last-child{
    margin: 0.75rem;
  }

  .sm\:last\:m-4:last-child{
    margin: 1rem;
  }

  .sm\:last\:m-5:last-child{
    margin: 1.25rem;
  }

  .sm\:last\:m-6:last-child{
    margin: 1.5rem;
  }

  .sm\:last\:m-8:last-child{
    margin: 2rem;
  }

  .sm\:last\:m-9:last-child{
    margin: 2.25rem;
  }

  .sm\:last\:m-10:last-child{
    margin: 2.5rem;
  }

  .sm\:last\:m-12:last-child{
    margin: 3rem;
  }

  .sm\:last\:m-16:last-child{
    margin: 4rem;
  }

  .sm\:last\:m-20:last-child{
    margin: 5rem;
  }

  .sm\:last\:m-24:last-child{
    margin: 6rem;
  }

  .sm\:last\:m-32:last-child{
    margin: 8rem;
  }

  .sm\:last\:m-40:last-child{
    margin: 10rem;
  }

  .sm\:last\:m-48:last-child{
    margin: 12rem;
  }

  .sm\:last\:m-56:last-child{
    margin: 14rem;
  }

  .sm\:last\:m-64:last-child{
    margin: 16rem;
  }

  .sm\:last\:m-auto:last-child{
    margin: auto;
  }

  .sm\:last\:m-px:last-child{
    margin: 1px;
  }

  .sm\:last\:m-gutter:last-child{
    margin: var(--gutter, 1.5625rem );
  }

  .sm\:last\:m-gutter-full:last-child{
    margin: calc( var(--gutter) * 2 );
  }

  .sm\:last\:-m-1:last-child{
    margin: -0.25rem;
  }

  .sm\:last\:-m-2:last-child{
    margin: -0.5rem;
  }

  .sm\:last\:-m-3:last-child{
    margin: -0.75rem;
  }

  .sm\:last\:-m-4:last-child{
    margin: -1rem;
  }

  .sm\:last\:-m-5:last-child{
    margin: -1.25rem;
  }

  .sm\:last\:-m-6:last-child{
    margin: -1.5rem;
  }

  .sm\:last\:-m-8:last-child{
    margin: -2rem;
  }

  .sm\:last\:-m-9:last-child{
    margin: -2.25rem;
  }

  .sm\:last\:-m-10:last-child{
    margin: -2.5rem;
  }

  .sm\:last\:-m-12:last-child{
    margin: -3rem;
  }

  .sm\:last\:-m-16:last-child{
    margin: -4rem;
  }

  .sm\:last\:-m-20:last-child{
    margin: -5rem;
  }

  .sm\:last\:-m-24:last-child{
    margin: -6rem;
  }

  .sm\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .sm\:last\:-m-40:last-child{
    margin: -10rem;
  }

  .sm\:last\:-m-48:last-child{
    margin: -12rem;
  }

  .sm\:last\:-m-56:last-child{
    margin: -14rem;
  }

  .sm\:last\:-m-64:last-child{
    margin: -16rem;
  }

  .sm\:last\:-m-px:last-child{
    margin: -1px;
  }

  .sm\:last\:-m-gutter:last-child{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:last\:-m-gutter-full:last-child{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .sm\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:my-1:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mx-1:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:my-2:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mx-2:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:my-3:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:mx-3:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:my-4:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:mx-4:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:my-5:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mx-5:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:my-6:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:mx-6:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:my-8:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:mx-8:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:my-9:last-child{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:last\:mx-9:last-child{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:last\:my-10:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mx-10:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:my-12:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:mx-12:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:my-16:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:mx-16:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:my-20:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:mx-20:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:my-24:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:mx-24:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:my-32:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:mx-32:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:my-40:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:mx-40:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:my-48:last-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:last\:mx-48:last-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:last\:my-56:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:mx-56:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:my-64:last-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:last\:mx-64:last-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:my-gutter:last-child{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:last\:mx-gutter:last-child{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .sm\:last\:my-gutter-full:last-child{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:last\:mx-gutter-full:last-child{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .sm\:last\:-my-1:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mx-1:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-my-2:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-mx-2:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:-my-3:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-mx-3:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:-my-4:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:-mx-4:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:-my-5:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mx-5:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-my-6:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-mx-6:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:-my-8:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:-mx-8:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:-my-9:last-child{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:last\:-mx-9:last-child{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:last\:-my-10:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mx-10:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-my-12:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:-mx-12:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:-my-16:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:-mx-16:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:-my-20:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:-mx-20:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:-my-24:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:-mx-24:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:-my-32:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:-mx-32:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:-my-40:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:-mx-40:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:-my-48:last-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:last\:-mx-48:last-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:last\:-my-56:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:-mx-56:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:-my-64:last-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:last\:-mx-64:last-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:-my-gutter:last-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:last\:-mx-gutter:last-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:last\:-my-gutter-full:last-child{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .sm\:last\:-mx-gutter-full:last-child{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

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

  .sm\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .sm\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .sm\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .sm\:last\:mt-1:last-child{
    margin-top: 0.25rem;
  }

  .sm\:last\:mr-1:last-child{
    margin-right: 0.25rem;
  }

  .sm\:last\:mb-1:last-child{
    margin-bottom: 0.25rem;
  }

  .sm\:last\:ml-1:last-child{
    margin-left: 0.25rem;
  }

  .sm\:last\:mt-2:last-child{
    margin-top: 0.5rem;
  }

  .sm\:last\:mr-2:last-child{
    margin-right: 0.5rem;
  }

  .sm\:last\:mb-2:last-child{
    margin-bottom: 0.5rem;
  }

  .sm\:last\:ml-2:last-child{
    margin-left: 0.5rem;
  }

  .sm\:last\:mt-3:last-child{
    margin-top: 0.75rem;
  }

  .sm\:last\:mr-3:last-child{
    margin-right: 0.75rem;
  }

  .sm\:last\:mb-3:last-child{
    margin-bottom: 0.75rem;
  }

  .sm\:last\:ml-3:last-child{
    margin-left: 0.75rem;
  }

  .sm\:last\:mt-4:last-child{
    margin-top: 1rem;
  }

  .sm\:last\:mr-4:last-child{
    margin-right: 1rem;
  }

  .sm\:last\:mb-4:last-child{
    margin-bottom: 1rem;
  }

  .sm\:last\:ml-4:last-child{
    margin-left: 1rem;
  }

  .sm\:last\:mt-5:last-child{
    margin-top: 1.25rem;
  }

  .sm\:last\:mr-5:last-child{
    margin-right: 1.25rem;
  }

  .sm\:last\:mb-5:last-child{
    margin-bottom: 1.25rem;
  }

  .sm\:last\:ml-5:last-child{
    margin-left: 1.25rem;
  }

  .sm\:last\:mt-6:last-child{
    margin-top: 1.5rem;
  }

  .sm\:last\:mr-6:last-child{
    margin-right: 1.5rem;
  }

  .sm\:last\:mb-6:last-child{
    margin-bottom: 1.5rem;
  }

  .sm\:last\:ml-6:last-child{
    margin-left: 1.5rem;
  }

  .sm\:last\:mt-8:last-child{
    margin-top: 2rem;
  }

  .sm\:last\:mr-8:last-child{
    margin-right: 2rem;
  }

  .sm\:last\:mb-8:last-child{
    margin-bottom: 2rem;
  }

  .sm\:last\:ml-8:last-child{
    margin-left: 2rem;
  }

  .sm\:last\:mt-9:last-child{
    margin-top: 2.25rem;
  }

  .sm\:last\:mr-9:last-child{
    margin-right: 2.25rem;
  }

  .sm\:last\:mb-9:last-child{
    margin-bottom: 2.25rem;
  }

  .sm\:last\:ml-9:last-child{
    margin-left: 2.25rem;
  }

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

  .sm\:last\:mr-10:last-child{
    margin-right: 2.5rem;
  }

  .sm\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }

  .sm\:last\:ml-10:last-child{
    margin-left: 2.5rem;
  }

  .sm\:last\:mt-12:last-child{
    margin-top: 3rem;
  }

  .sm\:last\:mr-12:last-child{
    margin-right: 3rem;
  }

  .sm\:last\:mb-12:last-child{
    margin-bottom: 3rem;
  }

  .sm\:last\:ml-12:last-child{
    margin-left: 3rem;
  }

  .sm\:last\:mt-16:last-child{
    margin-top: 4rem;
  }

  .sm\:last\:mr-16:last-child{
    margin-right: 4rem;
  }

  .sm\:last\:mb-16:last-child{
    margin-bottom: 4rem;
  }

  .sm\:last\:ml-16:last-child{
    margin-left: 4rem;
  }

  .sm\:last\:mt-20:last-child{
    margin-top: 5rem;
  }

  .sm\:last\:mr-20:last-child{
    margin-right: 5rem;
  }

  .sm\:last\:mb-20:last-child{
    margin-bottom: 5rem;
  }

  .sm\:last\:ml-20:last-child{
    margin-left: 5rem;
  }

  .sm\:last\:mt-24:last-child{
    margin-top: 6rem;
  }

  .sm\:last\:mr-24:last-child{
    margin-right: 6rem;
  }

  .sm\:last\:mb-24:last-child{
    margin-bottom: 6rem;
  }

  .sm\:last\:ml-24:last-child{
    margin-left: 6rem;
  }

  .sm\:last\:mt-32:last-child{
    margin-top: 8rem;
  }

  .sm\:last\:mr-32:last-child{
    margin-right: 8rem;
  }

  .sm\:last\:mb-32:last-child{
    margin-bottom: 8rem;
  }

  .sm\:last\:ml-32:last-child{
    margin-left: 8rem;
  }

  .sm\:last\:mt-40:last-child{
    margin-top: 10rem;
  }

  .sm\:last\:mr-40:last-child{
    margin-right: 10rem;
  }

  .sm\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }

  .sm\:last\:ml-40:last-child{
    margin-left: 10rem;
  }

  .sm\:last\:mt-48:last-child{
    margin-top: 12rem;
  }

  .sm\:last\:mr-48:last-child{
    margin-right: 12rem;
  }

  .sm\:last\:mb-48:last-child{
    margin-bottom: 12rem;
  }

  .sm\:last\:ml-48:last-child{
    margin-left: 12rem;
  }

  .sm\:last\:mt-56:last-child{
    margin-top: 14rem;
  }

  .sm\:last\:mr-56:last-child{
    margin-right: 14rem;
  }

  .sm\:last\:mb-56:last-child{
    margin-bottom: 14rem;
  }

  .sm\:last\:ml-56:last-child{
    margin-left: 14rem;
  }

  .sm\:last\:mt-64:last-child{
    margin-top: 16rem;
  }

  .sm\:last\:mr-64:last-child{
    margin-right: 16rem;
  }

  .sm\:last\:mb-64:last-child{
    margin-bottom: 16rem;
  }

  .sm\:last\:ml-64:last-child{
    margin-left: 16rem;
  }

  .sm\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .sm\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .sm\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .sm\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .sm\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .sm\:last\:mt-gutter:last-child{
    margin-top: var(--gutter, 1.5625rem );
  }

  .sm\:last\:mr-gutter:last-child{
    margin-right: var(--gutter, 1.5625rem );
  }

  .sm\:last\:mb-gutter:last-child{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:last\:ml-gutter:last-child{
    margin-left: var(--gutter, 1.5625rem );
  }

  .sm\:last\:mt-gutter-full:last-child{
    margin-top: calc( var(--gutter) * 2 );
  }

  .sm\:last\:mr-gutter-full:last-child{
    margin-right: calc( var(--gutter) * 2 );
  }

  .sm\:last\:mb-gutter-full:last-child{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:last\:ml-gutter-full:last-child{
    margin-left: calc( var(--gutter) * 2 );
  }

  .sm\:last\:-mt-1:last-child{
    margin-top: -0.25rem;
  }

  .sm\:last\:-mr-1:last-child{
    margin-right: -0.25rem;
  }

  .sm\:last\:-mb-1:last-child{
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-ml-1:last-child{
    margin-left: -0.25rem;
  }

  .sm\:last\:-mt-2:last-child{
    margin-top: -0.5rem;
  }

  .sm\:last\:-mr-2:last-child{
    margin-right: -0.5rem;
  }

  .sm\:last\:-mb-2:last-child{
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-ml-2:last-child{
    margin-left: -0.5rem;
  }

  .sm\:last\:-mt-3:last-child{
    margin-top: -0.75rem;
  }

  .sm\:last\:-mr-3:last-child{
    margin-right: -0.75rem;
  }

  .sm\:last\:-mb-3:last-child{
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-ml-3:last-child{
    margin-left: -0.75rem;
  }

  .sm\:last\:-mt-4:last-child{
    margin-top: -1rem;
  }

  .sm\:last\:-mr-4:last-child{
    margin-right: -1rem;
  }

  .sm\:last\:-mb-4:last-child{
    margin-bottom: -1rem;
  }

  .sm\:last\:-ml-4:last-child{
    margin-left: -1rem;
  }

  .sm\:last\:-mt-5:last-child{
    margin-top: -1.25rem;
  }

  .sm\:last\:-mr-5:last-child{
    margin-right: -1.25rem;
  }

  .sm\:last\:-mb-5:last-child{
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-ml-5:last-child{
    margin-left: -1.25rem;
  }

  .sm\:last\:-mt-6:last-child{
    margin-top: -1.5rem;
  }

  .sm\:last\:-mr-6:last-child{
    margin-right: -1.5rem;
  }

  .sm\:last\:-mb-6:last-child{
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-ml-6:last-child{
    margin-left: -1.5rem;
  }

  .sm\:last\:-mt-8:last-child{
    margin-top: -2rem;
  }

  .sm\:last\:-mr-8:last-child{
    margin-right: -2rem;
  }

  .sm\:last\:-mb-8:last-child{
    margin-bottom: -2rem;
  }

  .sm\:last\:-ml-8:last-child{
    margin-left: -2rem;
  }

  .sm\:last\:-mt-9:last-child{
    margin-top: -2.25rem;
  }

  .sm\:last\:-mr-9:last-child{
    margin-right: -2.25rem;
  }

  .sm\:last\:-mb-9:last-child{
    margin-bottom: -2.25rem;
  }

  .sm\:last\:-ml-9:last-child{
    margin-left: -2.25rem;
  }

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

  .sm\:last\:-mr-10:last-child{
    margin-right: -2.5rem;
  }

  .sm\:last\:-mb-10:last-child{
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-ml-10:last-child{
    margin-left: -2.5rem;
  }

  .sm\:last\:-mt-12:last-child{
    margin-top: -3rem;
  }

  .sm\:last\:-mr-12:last-child{
    margin-right: -3rem;
  }

  .sm\:last\:-mb-12:last-child{
    margin-bottom: -3rem;
  }

  .sm\:last\:-ml-12:last-child{
    margin-left: -3rem;
  }

  .sm\:last\:-mt-16:last-child{
    margin-top: -4rem;
  }

  .sm\:last\:-mr-16:last-child{
    margin-right: -4rem;
  }

  .sm\:last\:-mb-16:last-child{
    margin-bottom: -4rem;
  }

  .sm\:last\:-ml-16:last-child{
    margin-left: -4rem;
  }

  .sm\:last\:-mt-20:last-child{
    margin-top: -5rem;
  }

  .sm\:last\:-mr-20:last-child{
    margin-right: -5rem;
  }

  .sm\:last\:-mb-20:last-child{
    margin-bottom: -5rem;
  }

  .sm\:last\:-ml-20:last-child{
    margin-left: -5rem;
  }

  .sm\:last\:-mt-24:last-child{
    margin-top: -6rem;
  }

  .sm\:last\:-mr-24:last-child{
    margin-right: -6rem;
  }

  .sm\:last\:-mb-24:last-child{
    margin-bottom: -6rem;
  }

  .sm\:last\:-ml-24:last-child{
    margin-left: -6rem;
  }

  .sm\:last\:-mt-32:last-child{
    margin-top: -8rem;
  }

  .sm\:last\:-mr-32:last-child{
    margin-right: -8rem;
  }

  .sm\:last\:-mb-32:last-child{
    margin-bottom: -8rem;
  }

  .sm\:last\:-ml-32:last-child{
    margin-left: -8rem;
  }

  .sm\:last\:-mt-40:last-child{
    margin-top: -10rem;
  }

  .sm\:last\:-mr-40:last-child{
    margin-right: -10rem;
  }

  .sm\:last\:-mb-40:last-child{
    margin-bottom: -10rem;
  }

  .sm\:last\:-ml-40:last-child{
    margin-left: -10rem;
  }

  .sm\:last\:-mt-48:last-child{
    margin-top: -12rem;
  }

  .sm\:last\:-mr-48:last-child{
    margin-right: -12rem;
  }

  .sm\:last\:-mb-48:last-child{
    margin-bottom: -12rem;
  }

  .sm\:last\:-ml-48:last-child{
    margin-left: -12rem;
  }

  .sm\:last\:-mt-56:last-child{
    margin-top: -14rem;
  }

  .sm\:last\:-mr-56:last-child{
    margin-right: -14rem;
  }

  .sm\:last\:-mb-56:last-child{
    margin-bottom: -14rem;
  }

  .sm\:last\:-ml-56:last-child{
    margin-left: -14rem;
  }

  .sm\:last\:-mt-64:last-child{
    margin-top: -16rem;
  }

  .sm\:last\:-mr-64:last-child{
    margin-right: -16rem;
  }

  .sm\:last\:-mb-64:last-child{
    margin-bottom: -16rem;
  }

  .sm\:last\:-ml-64:last-child{
    margin-left: -16rem;
  }

  .sm\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .sm\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .sm\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .sm\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .sm\:last\:-mt-gutter:last-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:last\:-mr-gutter:last-child{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:last\:-mb-gutter:last-child{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:last\:-ml-gutter:last-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:last\:-mt-gutter-full:last-child{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .sm\:last\:-mr-gutter-full:last-child{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .sm\:last\:-mb-gutter-full:last-child{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .sm\:last\:-ml-gutter-full:last-child{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

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

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

  .sm\:max-w-none{
    max-width: none;
  }

  .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-screen-sm{
    max-width: 640px;
  }

  .sm\:max-w-screen-md{
    max-width: 768px;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl{
    max-width: 1270px;
  }

  .sm\:min-h-0{
    min-height: 0;
  }

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

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

  .sm\:min-w-0{
    min-width: 0;
  }

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

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

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

  .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

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

  .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-35{
    opacity: 0.35;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-80{
    opacity: 0.8;
  }

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

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-35:hover{
    opacity: 0.35;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

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

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-35:focus{
    opacity: 0.35;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sm\:outline-none{
    outline: 0;
  }

  .sm\:focus\:outline-none:focus{
    outline: 0;
  }

  .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\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .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-9{
    padding: 2.25rem;
  }

  .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-gutter{
    padding: var(--gutter, 1.5625rem );
  }

  .sm\:p-gutter-full{
    padding: calc( var(--gutter) * 2 );
  }

  .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-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-gutter{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:px-gutter{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .sm\:py-gutter-full{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:px-gutter-full{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .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-9{
    padding-top: 2.25rem;
  }

  .sm\:pr-9{
    padding-right: 2.25rem;
  }

  .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

  .sm\:pl-9{
    padding-left: 2.25rem;
  }

  .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-gutter{
    padding-top: var(--gutter, 1.5625rem );
  }

  .sm\:pr-gutter{
    padding-right: var(--gutter, 1.5625rem );
  }

  .sm\:pb-gutter{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:pl-gutter{
    padding-left: var(--gutter, 1.5625rem );
  }

  .sm\:pt-gutter-full{
    padding-top: calc( var(--gutter) * 2 );
  }

  .sm\:pr-gutter-full{
    padding-right: calc( var(--gutter) * 2 );
  }

  .sm\:pb-gutter-full{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:pl-gutter-full{
    padding-left: calc( var(--gutter) * 2 );
  }

  .sm\:first\:p-0:first-child{
    padding: 0;
  }

  .sm\:first\:p-1:first-child{
    padding: 0.25rem;
  }

  .sm\:first\:p-2:first-child{
    padding: 0.5rem;
  }

  .sm\:first\:p-3:first-child{
    padding: 0.75rem;
  }

  .sm\:first\:p-4:first-child{
    padding: 1rem;
  }

  .sm\:first\:p-5:first-child{
    padding: 1.25rem;
  }

  .sm\:first\:p-6:first-child{
    padding: 1.5rem;
  }

  .sm\:first\:p-8:first-child{
    padding: 2rem;
  }

  .sm\:first\:p-9:first-child{
    padding: 2.25rem;
  }

  .sm\:first\:p-10:first-child{
    padding: 2.5rem;
  }

  .sm\:first\:p-12:first-child{
    padding: 3rem;
  }

  .sm\:first\:p-16:first-child{
    padding: 4rem;
  }

  .sm\:first\:p-20:first-child{
    padding: 5rem;
  }

  .sm\:first\:p-24:first-child{
    padding: 6rem;
  }

  .sm\:first\:p-32:first-child{
    padding: 8rem;
  }

  .sm\:first\:p-40:first-child{
    padding: 10rem;
  }

  .sm\:first\:p-48:first-child{
    padding: 12rem;
  }

  .sm\:first\:p-56:first-child{
    padding: 14rem;
  }

  .sm\:first\:p-64:first-child{
    padding: 16rem;
  }

  .sm\:first\:p-px:first-child{
    padding: 1px;
  }

  .sm\:first\:p-gutter:first-child{
    padding: var(--gutter, 1.5625rem );
  }

  .sm\:first\:p-gutter-full:first-child{
    padding: calc( var(--gutter) * 2 );
  }

  .sm\:first\:py-0:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:first\:px-0:first-child{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:first\:py-1:first-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:first\:px-1:first-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:first\:py-2:first-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:first\:px-2:first-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:first\:py-3:first-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:first\:px-3:first-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:first\:py-4:first-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:first\:px-4:first-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:first\:py-5:first-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .sm\:first\:py-6:first-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:first\:px-6:first-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:first\:py-8:first-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:first\:px-8:first-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:first\:py-9:first-child{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:first\:px-9:first-child{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:first\:py-10:first-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:first\:px-10:first-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:first\:py-12:first-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:first\:px-12:first-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:first\:py-16:first-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:first\:px-16:first-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:first\:py-20:first-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:first\:px-20:first-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:first\:py-24:first-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:first\:px-24:first-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:first\:py-32:first-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:first\:px-32:first-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:first\:py-40:first-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:first\:px-40:first-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:first\:py-48:first-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:first\:px-48:first-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:first\:py-56:first-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:first\:px-56:first-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:first\:py-64:first-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:first\:px-64:first-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:first\:py-px:first-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:first\:px-px:first-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:first\:py-gutter:first-child{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:first\:px-gutter:first-child{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .sm\:first\:py-gutter-full:first-child{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:first\:px-gutter-full:first-child{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .sm\:first\:pt-0:first-child{
    padding-top: 0;
  }

  .sm\:first\:pr-0:first-child{
    padding-right: 0;
  }

  .sm\:first\:pb-0:first-child{
    padding-bottom: 0;
  }

  .sm\:first\:pl-0:first-child{
    padding-left: 0;
  }

  .sm\:first\:pt-1:first-child{
    padding-top: 0.25rem;
  }

  .sm\:first\:pr-1:first-child{
    padding-right: 0.25rem;
  }

  .sm\:first\:pb-1:first-child{
    padding-bottom: 0.25rem;
  }

  .sm\:first\:pl-1:first-child{
    padding-left: 0.25rem;
  }

  .sm\:first\:pt-2:first-child{
    padding-top: 0.5rem;
  }

  .sm\:first\:pr-2:first-child{
    padding-right: 0.5rem;
  }

  .sm\:first\:pb-2:first-child{
    padding-bottom: 0.5rem;
  }

  .sm\:first\:pl-2:first-child{
    padding-left: 0.5rem;
  }

  .sm\:first\:pt-3:first-child{
    padding-top: 0.75rem;
  }

  .sm\:first\:pr-3:first-child{
    padding-right: 0.75rem;
  }

  .sm\:first\:pb-3:first-child{
    padding-bottom: 0.75rem;
  }

  .sm\:first\:pl-3:first-child{
    padding-left: 0.75rem;
  }

  .sm\:first\:pt-4:first-child{
    padding-top: 1rem;
  }

  .sm\:first\:pr-4:first-child{
    padding-right: 1rem;
  }

  .sm\:first\:pb-4:first-child{
    padding-bottom: 1rem;
  }

  .sm\:first\:pl-4:first-child{
    padding-left: 1rem;
  }

  .sm\:first\:pt-5:first-child{
    padding-top: 1.25rem;
  }

  .sm\:first\:pr-5:first-child{
    padding-right: 1.25rem;
  }

  .sm\:first\:pb-5:first-child{
    padding-bottom: 1.25rem;
  }

  .sm\:first\:pl-5:first-child{
    padding-left: 1.25rem;
  }

  .sm\:first\:pt-6:first-child{
    padding-top: 1.5rem;
  }

  .sm\:first\:pr-6:first-child{
    padding-right: 1.5rem;
  }

  .sm\:first\:pb-6:first-child{
    padding-bottom: 1.5rem;
  }

  .sm\:first\:pl-6:first-child{
    padding-left: 1.5rem;
  }

  .sm\:first\:pt-8:first-child{
    padding-top: 2rem;
  }

  .sm\:first\:pr-8:first-child{
    padding-right: 2rem;
  }

  .sm\:first\:pb-8:first-child{
    padding-bottom: 2rem;
  }

  .sm\:first\:pl-8:first-child{
    padding-left: 2rem;
  }

  .sm\:first\:pt-9:first-child{
    padding-top: 2.25rem;
  }

  .sm\:first\:pr-9:first-child{
    padding-right: 2.25rem;
  }

  .sm\:first\:pb-9:first-child{
    padding-bottom: 2.25rem;
  }

  .sm\:first\:pl-9:first-child{
    padding-left: 2.25rem;
  }

  .sm\:first\:pt-10:first-child{
    padding-top: 2.5rem;
  }

  .sm\:first\:pr-10:first-child{
    padding-right: 2.5rem;
  }

  .sm\:first\:pb-10:first-child{
    padding-bottom: 2.5rem;
  }

  .sm\:first\:pl-10:first-child{
    padding-left: 2.5rem;
  }

  .sm\:first\:pt-12:first-child{
    padding-top: 3rem;
  }

  .sm\:first\:pr-12:first-child{
    padding-right: 3rem;
  }

  .sm\:first\:pb-12:first-child{
    padding-bottom: 3rem;
  }

  .sm\:first\:pl-12:first-child{
    padding-left: 3rem;
  }

  .sm\:first\:pt-16:first-child{
    padding-top: 4rem;
  }

  .sm\:first\:pr-16:first-child{
    padding-right: 4rem;
  }

  .sm\:first\:pb-16:first-child{
    padding-bottom: 4rem;
  }

  .sm\:first\:pl-16:first-child{
    padding-left: 4rem;
  }

  .sm\:first\:pt-20:first-child{
    padding-top: 5rem;
  }

  .sm\:first\:pr-20:first-child{
    padding-right: 5rem;
  }

  .sm\:first\:pb-20:first-child{
    padding-bottom: 5rem;
  }

  .sm\:first\:pl-20:first-child{
    padding-left: 5rem;
  }

  .sm\:first\:pt-24:first-child{
    padding-top: 6rem;
  }

  .sm\:first\:pr-24:first-child{
    padding-right: 6rem;
  }

  .sm\:first\:pb-24:first-child{
    padding-bottom: 6rem;
  }

  .sm\:first\:pl-24:first-child{
    padding-left: 6rem;
  }

  .sm\:first\:pt-32:first-child{
    padding-top: 8rem;
  }

  .sm\:first\:pr-32:first-child{
    padding-right: 8rem;
  }

  .sm\:first\:pb-32:first-child{
    padding-bottom: 8rem;
  }

  .sm\:first\:pl-32:first-child{
    padding-left: 8rem;
  }

  .sm\:first\:pt-40:first-child{
    padding-top: 10rem;
  }

  .sm\:first\:pr-40:first-child{
    padding-right: 10rem;
  }

  .sm\:first\:pb-40:first-child{
    padding-bottom: 10rem;
  }

  .sm\:first\:pl-40:first-child{
    padding-left: 10rem;
  }

  .sm\:first\:pt-48:first-child{
    padding-top: 12rem;
  }

  .sm\:first\:pr-48:first-child{
    padding-right: 12rem;
  }

  .sm\:first\:pb-48:first-child{
    padding-bottom: 12rem;
  }

  .sm\:first\:pl-48:first-child{
    padding-left: 12rem;
  }

  .sm\:first\:pt-56:first-child{
    padding-top: 14rem;
  }

  .sm\:first\:pr-56:first-child{
    padding-right: 14rem;
  }

  .sm\:first\:pb-56:first-child{
    padding-bottom: 14rem;
  }

  .sm\:first\:pl-56:first-child{
    padding-left: 14rem;
  }

  .sm\:first\:pt-64:first-child{
    padding-top: 16rem;
  }

  .sm\:first\:pr-64:first-child{
    padding-right: 16rem;
  }

  .sm\:first\:pb-64:first-child{
    padding-bottom: 16rem;
  }

  .sm\:first\:pl-64:first-child{
    padding-left: 16rem;
  }

  .sm\:first\:pt-px:first-child{
    padding-top: 1px;
  }

  .sm\:first\:pr-px:first-child{
    padding-right: 1px;
  }

  .sm\:first\:pb-px:first-child{
    padding-bottom: 1px;
  }

  .sm\:first\:pl-px:first-child{
    padding-left: 1px;
  }

  .sm\:first\:pt-gutter:first-child{
    padding-top: var(--gutter, 1.5625rem );
  }

  .sm\:first\:pr-gutter:first-child{
    padding-right: var(--gutter, 1.5625rem );
  }

  .sm\:first\:pb-gutter:first-child{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:first\:pl-gutter:first-child{
    padding-left: var(--gutter, 1.5625rem );
  }

  .sm\:first\:pt-gutter-full:first-child{
    padding-top: calc( var(--gutter) * 2 );
  }

  .sm\:first\:pr-gutter-full:first-child{
    padding-right: calc( var(--gutter) * 2 );
  }

  .sm\:first\:pb-gutter-full:first-child{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:first\:pl-gutter-full:first-child{
    padding-left: calc( var(--gutter) * 2 );
  }

  .sm\:last\:p-0:last-child{
    padding: 0;
  }

  .sm\:last\:p-1:last-child{
    padding: 0.25rem;
  }

  .sm\:last\:p-2:last-child{
    padding: 0.5rem;
  }

  .sm\:last\:p-3:last-child{
    padding: 0.75rem;
  }

  .sm\:last\:p-4:last-child{
    padding: 1rem;
  }

  .sm\:last\:p-5:last-child{
    padding: 1.25rem;
  }

  .sm\:last\:p-6:last-child{
    padding: 1.5rem;
  }

  .sm\:last\:p-8:last-child{
    padding: 2rem;
  }

  .sm\:last\:p-9:last-child{
    padding: 2.25rem;
  }

  .sm\:last\:p-10:last-child{
    padding: 2.5rem;
  }

  .sm\:last\:p-12:last-child{
    padding: 3rem;
  }

  .sm\:last\:p-16:last-child{
    padding: 4rem;
  }

  .sm\:last\:p-20:last-child{
    padding: 5rem;
  }

  .sm\:last\:p-24:last-child{
    padding: 6rem;
  }

  .sm\:last\:p-32:last-child{
    padding: 8rem;
  }

  .sm\:last\:p-40:last-child{
    padding: 10rem;
  }

  .sm\:last\:p-48:last-child{
    padding: 12rem;
  }

  .sm\:last\:p-56:last-child{
    padding: 14rem;
  }

  .sm\:last\:p-64:last-child{
    padding: 16rem;
  }

  .sm\:last\:p-px:last-child{
    padding: 1px;
  }

  .sm\:last\:p-gutter:last-child{
    padding: var(--gutter, 1.5625rem );
  }

  .sm\:last\:p-gutter-full:last-child{
    padding: calc( var(--gutter) * 2 );
  }

  .sm\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:last\:py-1:last-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:last\:px-1:last-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:last\:py-2:last-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:last\:px-2:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:last\:py-3:last-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:last\:px-3:last-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:last\:py-4:last-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:last\:px-4:last-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:last\:py-5:last-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .sm\:last\:py-6:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:last\:px-6:last-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:last\:py-8:last-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:last\:px-8:last-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:last\:py-9:last-child{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:last\:px-9:last-child{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:last\:py-10:last-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:last\:px-10:last-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:last\:py-12:last-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:last\:px-12:last-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:last\:py-16:last-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:last\:px-16:last-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:last\:py-20:last-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:last\:px-20:last-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:last\:py-24:last-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:last\:px-24:last-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:last\:py-32:last-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:last\:px-32:last-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:last\:py-40:last-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:last\:px-40:last-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:last\:py-48:last-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:last\:px-48:last-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:last\:py-56:last-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:last\:px-56:last-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:last\:py-64:last-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:last\:px-64:last-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:last\:py-px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:last\:px-px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:last\:py-gutter:last-child{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:last\:px-gutter:last-child{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .sm\:last\:py-gutter-full:last-child{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:last\:px-gutter-full:last-child{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .sm\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .sm\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .sm\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .sm\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .sm\:last\:pt-1:last-child{
    padding-top: 0.25rem;
  }

  .sm\:last\:pr-1:last-child{
    padding-right: 0.25rem;
  }

  .sm\:last\:pb-1:last-child{
    padding-bottom: 0.25rem;
  }

  .sm\:last\:pl-1:last-child{
    padding-left: 0.25rem;
  }

  .sm\:last\:pt-2:last-child{
    padding-top: 0.5rem;
  }

  .sm\:last\:pr-2:last-child{
    padding-right: 0.5rem;
  }

  .sm\:last\:pb-2:last-child{
    padding-bottom: 0.5rem;
  }

  .sm\:last\:pl-2:last-child{
    padding-left: 0.5rem;
  }

  .sm\:last\:pt-3:last-child{
    padding-top: 0.75rem;
  }

  .sm\:last\:pr-3:last-child{
    padding-right: 0.75rem;
  }

  .sm\:last\:pb-3:last-child{
    padding-bottom: 0.75rem;
  }

  .sm\:last\:pl-3:last-child{
    padding-left: 0.75rem;
  }

  .sm\:last\:pt-4:last-child{
    padding-top: 1rem;
  }

  .sm\:last\:pr-4:last-child{
    padding-right: 1rem;
  }

  .sm\:last\:pb-4:last-child{
    padding-bottom: 1rem;
  }

  .sm\:last\:pl-4:last-child{
    padding-left: 1rem;
  }

  .sm\:last\:pt-5:last-child{
    padding-top: 1.25rem;
  }

  .sm\:last\:pr-5:last-child{
    padding-right: 1.25rem;
  }

  .sm\:last\:pb-5:last-child{
    padding-bottom: 1.25rem;
  }

  .sm\:last\:pl-5:last-child{
    padding-left: 1.25rem;
  }

  .sm\:last\:pt-6:last-child{
    padding-top: 1.5rem;
  }

  .sm\:last\:pr-6:last-child{
    padding-right: 1.5rem;
  }

  .sm\:last\:pb-6:last-child{
    padding-bottom: 1.5rem;
  }

  .sm\:last\:pl-6:last-child{
    padding-left: 1.5rem;
  }

  .sm\:last\:pt-8:last-child{
    padding-top: 2rem;
  }

  .sm\:last\:pr-8:last-child{
    padding-right: 2rem;
  }

  .sm\:last\:pb-8:last-child{
    padding-bottom: 2rem;
  }

  .sm\:last\:pl-8:last-child{
    padding-left: 2rem;
  }

  .sm\:last\:pt-9:last-child{
    padding-top: 2.25rem;
  }

  .sm\:last\:pr-9:last-child{
    padding-right: 2.25rem;
  }

  .sm\:last\:pb-9:last-child{
    padding-bottom: 2.25rem;
  }

  .sm\:last\:pl-9:last-child{
    padding-left: 2.25rem;
  }

  .sm\:last\:pt-10:last-child{
    padding-top: 2.5rem;
  }

  .sm\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }

  .sm\:last\:pb-10:last-child{
    padding-bottom: 2.5rem;
  }

  .sm\:last\:pl-10:last-child{
    padding-left: 2.5rem;
  }

  .sm\:last\:pt-12:last-child{
    padding-top: 3rem;
  }

  .sm\:last\:pr-12:last-child{
    padding-right: 3rem;
  }

  .sm\:last\:pb-12:last-child{
    padding-bottom: 3rem;
  }

  .sm\:last\:pl-12:last-child{
    padding-left: 3rem;
  }

  .sm\:last\:pt-16:last-child{
    padding-top: 4rem;
  }

  .sm\:last\:pr-16:last-child{
    padding-right: 4rem;
  }

  .sm\:last\:pb-16:last-child{
    padding-bottom: 4rem;
  }

  .sm\:last\:pl-16:last-child{
    padding-left: 4rem;
  }

  .sm\:last\:pt-20:last-child{
    padding-top: 5rem;
  }

  .sm\:last\:pr-20:last-child{
    padding-right: 5rem;
  }

  .sm\:last\:pb-20:last-child{
    padding-bottom: 5rem;
  }

  .sm\:last\:pl-20:last-child{
    padding-left: 5rem;
  }

  .sm\:last\:pt-24:last-child{
    padding-top: 6rem;
  }

  .sm\:last\:pr-24:last-child{
    padding-right: 6rem;
  }

  .sm\:last\:pb-24:last-child{
    padding-bottom: 6rem;
  }

  .sm\:last\:pl-24:last-child{
    padding-left: 6rem;
  }

  .sm\:last\:pt-32:last-child{
    padding-top: 8rem;
  }

  .sm\:last\:pr-32:last-child{
    padding-right: 8rem;
  }

  .sm\:last\:pb-32:last-child{
    padding-bottom: 8rem;
  }

  .sm\:last\:pl-32:last-child{
    padding-left: 8rem;
  }

  .sm\:last\:pt-40:last-child{
    padding-top: 10rem;
  }

  .sm\:last\:pr-40:last-child{
    padding-right: 10rem;
  }

  .sm\:last\:pb-40:last-child{
    padding-bottom: 10rem;
  }

  .sm\:last\:pl-40:last-child{
    padding-left: 10rem;
  }

  .sm\:last\:pt-48:last-child{
    padding-top: 12rem;
  }

  .sm\:last\:pr-48:last-child{
    padding-right: 12rem;
  }

  .sm\:last\:pb-48:last-child{
    padding-bottom: 12rem;
  }

  .sm\:last\:pl-48:last-child{
    padding-left: 12rem;
  }

  .sm\:last\:pt-56:last-child{
    padding-top: 14rem;
  }

  .sm\:last\:pr-56:last-child{
    padding-right: 14rem;
  }

  .sm\:last\:pb-56:last-child{
    padding-bottom: 14rem;
  }

  .sm\:last\:pl-56:last-child{
    padding-left: 14rem;
  }

  .sm\:last\:pt-64:last-child{
    padding-top: 16rem;
  }

  .sm\:last\:pr-64:last-child{
    padding-right: 16rem;
  }

  .sm\:last\:pb-64:last-child{
    padding-bottom: 16rem;
  }

  .sm\:last\:pl-64:last-child{
    padding-left: 16rem;
  }

  .sm\:last\:pt-px:last-child{
    padding-top: 1px;
  }

  .sm\:last\:pr-px:last-child{
    padding-right: 1px;
  }

  .sm\:last\:pb-px:last-child{
    padding-bottom: 1px;
  }

  .sm\:last\:pl-px:last-child{
    padding-left: 1px;
  }

  .sm\:last\:pt-gutter:last-child{
    padding-top: var(--gutter, 1.5625rem );
  }

  .sm\:last\:pr-gutter:last-child{
    padding-right: var(--gutter, 1.5625rem );
  }

  .sm\:last\:pb-gutter:last-child{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .sm\:last\:pl-gutter:last-child{
    padding-left: var(--gutter, 1.5625rem );
  }

  .sm\:last\:pt-gutter-full:last-child{
    padding-top: calc( var(--gutter) * 2 );
  }

  .sm\:last\:pr-gutter-full:last-child{
    padding-right: calc( var(--gutter) * 2 );
  }

  .sm\:last\:pb-gutter-full:last-child{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .sm\:last\:pl-gutter-full:last-child{
    padding-left: calc( var(--gutter) * 2 );
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-primary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-primary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-primary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-primary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-primary::placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-secondary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-secondary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-secondary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-secondary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-secondary::placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-tertiary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-tertiary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-tertiary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-tertiary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-tertiary::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray::placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-dark-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-dark-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-dark-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-dark-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-dark-gray::placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-scrim-25::-webkit-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:placeholder-brand-scrim-25::-moz-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:placeholder-brand-scrim-25:-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:placeholder-brand-scrim-25::-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:placeholder-brand-scrim-25::placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:placeholder-brand-scrim-50::-webkit-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:placeholder-brand-scrim-50::-moz-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:placeholder-brand-scrim-50:-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:placeholder-brand-scrim-50::-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:placeholder-brand-scrim-50::placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:placeholder-brand-overlay::-webkit-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:placeholder-brand-overlay::-moz-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:placeholder-brand-overlay:-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:placeholder-brand-overlay::-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:placeholder-brand-overlay::placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-primary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-primary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-primary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-secondary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-secondary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-secondary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-secondary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-secondary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-tertiary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-tertiary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-tertiary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-tertiary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-tertiary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-dark-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-dark-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-dark-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-dark-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-dark-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-scrim-25:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:focus\:placeholder-brand-scrim-25:focus::-moz-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:focus\:placeholder-brand-scrim-25:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:focus\:placeholder-brand-scrim-25:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:focus\:placeholder-brand-scrim-25:focus::placeholder{
    color: rgba(0,0,0,0.25);
  }

  .sm\:focus\:placeholder-brand-scrim-50:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:focus\:placeholder-brand-scrim-50:focus::-moz-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:focus\:placeholder-brand-scrim-50:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:focus\:placeholder-brand-scrim-50:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:focus\:placeholder-brand-scrim-50:focus::placeholder{
    color: rgba(0,0,0,0.50);
  }

  .sm\:focus\:placeholder-brand-overlay:focus::-webkit-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:focus\:placeholder-brand-overlay:focus::-moz-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:focus\:placeholder-brand-overlay:focus:-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:focus\:placeholder-brand-overlay:focus::-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:focus\:placeholder-brand-overlay:focus::placeholder{
    color: rgba(255,255,255,0.35);
  }

  .sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-35::-webkit-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:placeholder-opacity-35::-moz-placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:placeholder-opacity-35:-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:placeholder-opacity-35::-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:placeholder-opacity-35::placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:focus\:placeholder-opacity-35:focus::-moz-placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:focus\:placeholder-opacity-35:focus::placeholder{
    --placeholder-opacity: 0.35;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .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: -webkit-sticky;
    position: sticky;
  }

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

  .sm\:inset-50{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

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

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

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-50{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-50{
    right: 50%;
    left: 50%;
  }

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

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

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

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

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

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

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

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

  .sm\:right-50{
    right: 50%;
  }

  .sm\:bottom-50{
    bottom: 50%;
  }

  .sm\:left-50{
    left: 50%;
  }

  .sm\:top-100{
    top: 100%;
  }

  .sm\:right-100{
    right: 100%;
  }

  .sm\:bottom-100{
    bottom: 100%;
  }

  .sm\:left-100{
    left: 100%;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

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

  .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\:fill-current{
    fill: currentColor;
  }

  .sm\:stroke-current{
    stroke: currentColor;
  }

  .sm\:stroke-0{
    stroke-width: 0;
  }

  .sm\:stroke-1{
    stroke-width: 1;
  }

  .sm\:stroke-2{
    stroke-width: 2;
  }

  .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-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:text-red-100{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .sm\:text-red{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .sm\:text-brand-primary{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .sm\:text-brand-secondary{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .sm\:text-brand-tertiary{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:text-brand-light-gray{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .sm\:text-brand-dark-gray{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .sm\:text-brand-scrim-25{
    color: rgba(0,0,0,0.25);
  }

  .sm\:text-brand-scrim-50{
    color: rgba(0,0,0,0.50);
  }

  .sm\:text-brand-overlay{
    color: rgba(255,255,255,0.35);
  }

  .sm\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:text-gray-200{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

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

  .sm\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .sm\:hover\:text-red:hover{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .sm\:hover\:text-brand-primary:hover{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .sm\:hover\:text-brand-secondary:hover{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .sm\:hover\:text-brand-tertiary:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:hover\:text-brand-light-gray:hover{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .sm\:hover\:text-brand-dark-gray:hover{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .sm\:hover\:text-brand-scrim-25:hover{
    color: rgba(0,0,0,0.25);
  }

  .sm\:hover\:text-brand-scrim-50:hover{
    color: rgba(0,0,0,0.50);
  }

  .sm\:hover\:text-brand-overlay:hover{
    color: rgba(255,255,255,0.35);
  }

  .sm\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .sm\:focus\:text-red:focus{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .sm\:focus\:text-brand-primary:focus{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .sm\:focus\:text-brand-secondary:focus{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .sm\:focus\:text-brand-tertiary:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:focus\:text-brand-light-gray:focus{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .sm\:focus\:text-brand-dark-gray:focus{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .sm\:focus\:text-brand-scrim-25:focus{
    color: rgba(0,0,0,0.25);
  }

  .sm\:focus\:text-brand-scrim-50:focus{
    color: rgba(0,0,0,0.50);
  }

  .sm\:focus\:text-brand-overlay:focus{
    color: rgba(255,255,255,0.35);
  }

  .sm\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:text-opacity-0{
    --text-opacity: 0;
  }

  .sm\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .sm\:text-opacity-35{
    --text-opacity: 0.35;
  }

  .sm\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .sm\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .sm\:text-opacity-80{
    --text-opacity: 0.8;
  }

  .sm\:text-opacity-100{
    --text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .sm\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-35:hover{
    --text-opacity: 0.35;
  }

  .sm\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-80:hover{
    --text-opacity: 0.8;
  }

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

  .sm\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .sm\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-35:focus{
    --text-opacity: 0.35;
  }

  .sm\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-80:focus{
    --text-opacity: 0.8;
  }

  .sm\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

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

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

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sm\:normal-nums{
    font-variant-numeric: normal;
  }

  .sm\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .sm\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .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\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-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;
  }

  .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-9{
    width: 2.25rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .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-auto{
    width: auto;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-gutter{
    width: var(--gutter, 1.5625rem );
  }

  .sm\:w-gutter-full{
    width: calc( var(--gutter) * 2 );
  }

  .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-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .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\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .sm\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:gap-9{
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .sm\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:gap-gutter{
    grid-gap: var(--gutter, 1.5625rem );
    gap: var(--gutter, 1.5625rem );
  }

  .sm\:gap-gutter-full{
    grid-gap: calc( var(--gutter) * 2 );
    gap: calc( var(--gutter) * 2 );
  }

  .sm\:col-gap-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .sm\:col-gap-1{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .sm\:col-gap-2{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .sm\:col-gap-3{
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .sm\:col-gap-4{
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .sm\:col-gap-5{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .sm\:col-gap-6{
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .sm\:col-gap-8{
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .sm\:col-gap-9{
    grid-column-gap: 2.25rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }

  .sm\:col-gap-10{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .sm\:col-gap-12{
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .sm\:col-gap-16{
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .sm\:col-gap-20{
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .sm\:col-gap-24{
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .sm\:col-gap-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .sm\:col-gap-40{
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sm\:col-gap-48{
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .sm\:col-gap-56{
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .sm\:col-gap-64{
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sm\:col-gap-px{
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .sm\:col-gap-gutter{
    grid-column-gap: var(--gutter, 1.5625rem );
    -webkit-column-gap: var(--gutter, 1.5625rem );
       -moz-column-gap: var(--gutter, 1.5625rem );
            column-gap: var(--gutter, 1.5625rem );
  }

  .sm\:col-gap-gutter-full{
    grid-column-gap: calc( var(--gutter) * 2 );
    -webkit-column-gap: calc( var(--gutter) * 2 );
       -moz-column-gap: calc( var(--gutter) * 2 );
            column-gap: calc( var(--gutter) * 2 );
  }

  .sm\:gap-x-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .sm\:gap-x-1{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .sm\:gap-x-2{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .sm\:gap-x-3{
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .sm\:gap-x-4{
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .sm\:gap-x-5{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .sm\:gap-x-6{
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .sm\:gap-x-8{
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .sm\:gap-x-9{
    grid-column-gap: 2.25rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }

  .sm\:gap-x-10{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .sm\:gap-x-12{
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .sm\:gap-x-16{
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .sm\:gap-x-20{
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .sm\:gap-x-24{
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .sm\:gap-x-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .sm\:gap-x-40{
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sm\:gap-x-48{
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .sm\:gap-x-56{
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .sm\:gap-x-64{
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sm\:gap-x-px{
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .sm\:gap-x-gutter{
    grid-column-gap: var(--gutter, 1.5625rem );
    -webkit-column-gap: var(--gutter, 1.5625rem );
       -moz-column-gap: var(--gutter, 1.5625rem );
            column-gap: var(--gutter, 1.5625rem );
  }

  .sm\:gap-x-gutter-full{
    grid-column-gap: calc( var(--gutter) * 2 );
    -webkit-column-gap: calc( var(--gutter) * 2 );
       -moz-column-gap: calc( var(--gutter) * 2 );
            column-gap: calc( var(--gutter) * 2 );
  }

  .sm\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:row-gap-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .sm\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:row-gap-gutter{
    grid-row-gap: var(--gutter, 1.5625rem );
    row-gap: var(--gutter, 1.5625rem );
  }

  .sm\:row-gap-gutter-full{
    grid-row-gap: calc( var(--gutter) * 2 );
    row-gap: calc( var(--gutter) * 2 );
  }

  .sm\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

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

  .sm\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

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

  .sm\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

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

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

  .sm\:gap-y-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

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

  .sm\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:gap-y-gutter{
    grid-row-gap: var(--gutter, 1.5625rem );
    row-gap: var(--gutter, 1.5625rem );
  }

  .sm\:gap-y-gutter-full{
    grid-row-gap: calc( var(--gutter) * 2 );
    row-gap: calc( var(--gutter) * 2 );
  }

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

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

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-none{
    grid-template-columns: none;
  }

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

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

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

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

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

  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-rows-none{
    grid-template-rows: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm\:transform-none{
    -webkit-transform: none;
            transform: none;
  }

  .sm\:origin-center{
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .sm\:origin-top{
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .sm\:origin-top-right{
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .sm\:origin-right{
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .sm\:origin-bottom-right{
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .sm\:origin-bottom{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .sm\:origin-bottom-left{
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .sm\:origin-left{
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .sm\:origin-top-left{
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .sm\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:scale-x-0{
    --transform-scale-x: 0;
  }

  .sm\:scale-x-50{
    --transform-scale-x: .5;
  }

  .sm\:scale-x-75{
    --transform-scale-x: .75;
  }

  .sm\:scale-x-90{
    --transform-scale-x: .9;
  }

  .sm\:scale-x-95{
    --transform-scale-x: .95;
  }

  .sm\:scale-x-100{
    --transform-scale-x: 1;
  }

  .sm\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .sm\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .sm\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .sm\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .sm\:scale-y-0{
    --transform-scale-y: 0;
  }

  .sm\:scale-y-50{
    --transform-scale-y: .5;
  }

  .sm\:scale-y-75{
    --transform-scale-y: .75;
  }

  .sm\:scale-y-90{
    --transform-scale-y: .9;
  }

  .sm\:scale-y-95{
    --transform-scale-y: .95;
  }

  .sm\:scale-y-100{
    --transform-scale-y: 1;
  }

  .sm\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .sm\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .sm\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .sm\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .sm\:rotate-0{
    --transform-rotate: 0;
  }

  .sm\:rotate-45{
    --transform-rotate: 45deg;
  }

  .sm\:rotate-90{
    --transform-rotate: 90deg;
  }

  .sm\:rotate-180{
    --transform-rotate: 180deg;
  }

  .sm\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .sm\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .sm\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .sm\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .sm\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .sm\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .sm\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .sm\:translate-x-0{
    --transform-translate-x: 0;
  }

  .sm\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .sm\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .sm\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .sm\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .sm\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .sm\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .sm\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .sm\:translate-x-9{
    --transform-translate-x: 2.25rem;
  }

  .sm\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .sm\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .sm\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .sm\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .sm\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .sm\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .sm\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .sm\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .sm\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .sm\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .sm\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .sm\:translate-x-gutter{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .sm\:translate-x-gutter-full{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .sm\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .sm\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .sm\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .sm\:-translate-x-9{
    --transform-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .sm\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .sm\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .sm\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .sm\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .sm\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .sm\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .sm\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .sm\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .sm\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .sm\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .sm\:-translate-x-gutter{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:-translate-x-gutter-full{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .sm\:-translate-x-full{
    --transform-translate-x: -100%;
  }

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

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

  .sm\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .sm\:translate-y-0{
    --transform-translate-y: 0;
  }

  .sm\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .sm\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .sm\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .sm\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .sm\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .sm\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .sm\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .sm\:translate-y-9{
    --transform-translate-y: 2.25rem;
  }

  .sm\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .sm\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .sm\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .sm\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .sm\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .sm\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .sm\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .sm\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .sm\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .sm\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .sm\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .sm\:translate-y-gutter{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .sm\:translate-y-gutter-full{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .sm\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .sm\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .sm\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .sm\:-translate-y-9{
    --transform-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .sm\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .sm\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .sm\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .sm\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .sm\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .sm\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .sm\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .sm\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .sm\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .sm\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .sm\:-translate-y-gutter{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:-translate-y-gutter-full{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .sm\:-translate-y-full{
    --transform-translate-y: -100%;
  }

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

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

  .sm\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .sm\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover{
    --transform-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .sm\:hover\:translate-x-gutter:hover{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .sm\:hover\:translate-x-gutter-full:hover{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .sm\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover{
    --transform-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-gutter:hover{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:hover\:-translate-x-gutter-full:hover{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .sm\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .sm\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover{
    --transform-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .sm\:hover\:translate-y-gutter:hover{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .sm\:hover\:translate-y-gutter-full:hover{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .sm\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover{
    --transform-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-gutter:hover{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:hover\:-translate-y-gutter-full:hover{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .sm\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .sm\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .sm\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-9:focus{
    --transform-translate-x: 2.25rem;
  }

  .sm\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .sm\:focus\:translate-x-gutter:focus{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .sm\:focus\:translate-x-gutter-full:focus{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .sm\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-9:focus{
    --transform-translate-x: -2.25rem;
  }

  .sm\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-gutter:focus{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:focus\:-translate-x-gutter-full:focus{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .sm\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .sm\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .sm\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-9:focus{
    --transform-translate-y: 2.25rem;
  }

  .sm\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .sm\:focus\:translate-y-gutter:focus{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .sm\:focus\:translate-y-gutter-full:focus{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .sm\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-9:focus{
    --transform-translate-y: -2.25rem;
  }

  .sm\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-gutter:focus{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .sm\:focus\:-translate-y-gutter-full:focus{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .sm\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .sm\:skew-x-0{
    --transform-skew-x: 0;
  }

  .sm\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .sm\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .sm\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .sm\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .sm\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .sm\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .sm\:skew-y-0{
    --transform-skew-y: 0;
  }

  .sm\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .sm\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .sm\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .sm\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .sm\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .sm\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .sm\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .sm\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .sm\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .sm\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .sm\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .sm\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .sm\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .sm\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .sm\:transition-none{
    transition-property: none;
  }

  .sm\:transition-all{
    transition-property: all;
  }

  .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  }

  .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity{
    transition-property: opacity;
  }

  .sm\:transition-shadow{
    transition-property: box-shadow;
  }

  .sm\:transition-transform{
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .sm\:ease-linear{
    transition-timing-function: linear;
  }

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

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

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

  .sm\:duration-75{
    transition-duration: 75ms;
  }

  .sm\:duration-100{
    transition-duration: 100ms;
  }

  .sm\:duration-150{
    transition-duration: 150ms;
  }

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

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

  .sm\:duration-500{
    transition-duration: 500ms;
  }

  .sm\:duration-700{
    transition-duration: 700ms;
  }

  .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  .sm\:delay-75{
    transition-delay: 75ms;
  }

  .sm\:delay-100{
    transition-delay: 100ms;
  }

  .sm\:delay-150{
    transition-delay: 150ms;
  }

  .sm\:delay-200{
    transition-delay: 200ms;
  }

  .sm\:delay-300{
    transition-delay: 300ms;
  }

  .sm\:delay-500{
    transition-delay: 500ms;
  }

  .sm\:delay-700{
    transition-delay: 700ms;
  }

  .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  .sm\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

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

  .sm\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

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

  .sm\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

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

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
      padding-right: calc( var(--gutter) * 2 );
      padding-left: calc( var(--gutter) * 2 );
    }
  }

  @media (min-width: 1270px){
    .md\:container{
      max-width: 1270px;
    }
  }

  .md\:offset-1 {
    margin-left: 8.33333%;
  }

  .md\:offset-2 {
    margin-left: 16.66667%;
  }

  .md\:offset-3 {
    margin-left: 25%;
  }

  .md\:offset-4 {
    margin-left: 33.33333%;
  }

  .md\:offset-5 {
    margin-left: 41.66667%;
  }

  .md\:offset-6 {
    margin-left: 50%;
  }

  .md\:offset-7 {
    margin-left: 58.33333%;
  }

  .md\:offset-8 {
    margin-left: 66.66667%;
  }

  .md\:offset-9 {
    margin-left: 75%;
  }

  .md\:offset-10 {
    margin-left: 83.33333%;
  }

  .md\:offset-11 {
    margin-left: 91.66667%;
  }

  .md\:offset-right-1 {
    margin-right: 8.33333%;
  }

  .md\:offset-right-2 {
    margin-right: 16.66667%;
  }

  .md\:offset-right-3 {
    margin-right: 25%;
  }

  .md\:offset-right-4 {
    margin-right: 33.33333%;
  }

  .md\:offset-right-5 {
    margin-right: 41.66667%;
  }

  .md\:offset-right-6 {
    margin-right: 50%;
  }

  .md\:offset-right-7 {
    margin-right: 58.33333%;
  }

  .md\:offset-right-8 {
    margin-right: 66.66667%;
  }

  .md\:offset-right-9 {
    margin-right: 75%;
  }

  .md\:offset-right-10 {
    margin-right: 83.33333%;
  }

  .md\:offset-right-11 {
    margin-right: 91.66667%;
  }

  .md\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .md\:space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-gutter > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(var(--gutter, 1.5625rem ) * var(--space-y-reverse));
  }

  .md\:space-x-gutter > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(var(--gutter, 1.5625rem ) * var(--space-x-reverse));
    margin-left: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-gutter-full > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc( var(--gutter) * 2 ) * var(--space-y-reverse));
  }

  .md\:space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc( var(--gutter) * 2 ) * var(--space-x-reverse));
    margin-left: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-gutter > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-y-reverse));
  }

  .md\:-space-x-gutter > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-x-reverse));
    margin-left: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-gutter-full > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc(var(--gutter) * 2 * -1) * var(--space-y-reverse));
  }

  .md\:-space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc(var(--gutter) * 2 * -1) * var(--space-x-reverse));
    margin-left: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .md\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .md\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--divide-opacity));
  }

  .md\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--divide-opacity));
  }

  .md\:divide-brand-primary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--divide-opacity));
  }

  .md\:divide-brand-secondary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--divide-opacity));
  }

  .md\:divide-brand-tertiary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:divide-brand-light-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--divide-opacity));
  }

  .md\:divide-brand-dark-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--divide-opacity));
  }

  .md\:divide-brand-scrim-25 > :not(template) ~ :not(template){
    border-color: rgba(0,0,0,0.25);
  }

  .md\:divide-brand-scrim-50 > :not(template) ~ :not(template){
    border-color: rgba(0,0,0,0.50);
  }

  .md\:divide-brand-overlay > :not(template) ~ :not(template){
    border-color: rgba(255,255,255,0.35);
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .md\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .md\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .md\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .md\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .md\:divide-opacity-35 > :not(template) ~ :not(template){
    --divide-opacity: 0.35;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.8;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .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{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-clip-border{
    background-clip: border-box;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  .md\:bg-clip-content{
    background-clip: content-box;
  }

  .md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

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

  .md\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:bg-red-100{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .md\:bg-red{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .md\:bg-brand-primary{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .md\:bg-brand-secondary{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .md\:bg-brand-tertiary{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:bg-brand-light-gray{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .md\:bg-brand-dark-gray{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .md\:bg-brand-scrim-25{
    background-color: rgba(0,0,0,0.25);
  }

  .md\:bg-brand-scrim-50{
    background-color: rgba(0,0,0,0.50);
  }

  .md\:bg-brand-overlay{
    background-color: rgba(255,255,255,0.35);
  }

  .md\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .md\:hover\:bg-red:hover{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .md\:hover\:bg-brand-primary:hover{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .md\:hover\:bg-brand-secondary:hover{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .md\:hover\:bg-brand-tertiary:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:hover\:bg-brand-light-gray:hover{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .md\:hover\:bg-brand-dark-gray:hover{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .md\:hover\:bg-brand-scrim-25:hover{
    background-color: rgba(0,0,0,0.25);
  }

  .md\:hover\:bg-brand-scrim-50:hover{
    background-color: rgba(0,0,0,0.50);
  }

  .md\:hover\:bg-brand-overlay:hover{
    background-color: rgba(255,255,255,0.35);
  }

  .md\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .md\:focus\:bg-red:focus{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .md\:focus\:bg-brand-primary:focus{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .md\:focus\:bg-brand-secondary:focus{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .md\:focus\:bg-brand-tertiary:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:focus\:bg-brand-light-gray:focus{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .md\:focus\:bg-brand-dark-gray:focus{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .md\:focus\:bg-brand-scrim-25:focus{
    background-color: rgba(0,0,0,0.25);
  }

  .md\:focus\:bg-brand-scrim-50:focus{
    background-color: rgba(0,0,0,0.50);
  }

  .md\:focus\:bg-brand-overlay:focus{
    background-color: rgba(255,255,255,0.35);
  }

  .md\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:bg-none{
    background-image: none;
  }

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

  .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

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

  .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

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

  .md\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:from-red-100{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .md\:from-red{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .md\:from-brand-primary{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .md\:from-brand-secondary{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .md\:from-brand-tertiary{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:from-brand-light-gray{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .md\:from-brand-dark-gray{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .md\:from-brand-scrim-25{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-brand-scrim-50{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-brand-overlay{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:from-gray-200{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:via-red-100{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .md\:via-red{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .md\:via-brand-primary{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .md\:via-brand-secondary{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .md\:via-brand-tertiary{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:via-brand-light-gray{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .md\:via-brand-dark-gray{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .md\:via-brand-scrim-25{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-brand-scrim-50{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-brand-overlay{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:via-gray-200{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:to-transparent{
    --gradient-to-color: transparent;
  }

  .md\:to-black{
    --gradient-to-color: #000;
  }

  .md\:to-white{
    --gradient-to-color: #fff;
  }

  .md\:to-red-100{
    --gradient-to-color: #ffdfdf;
  }

  .md\:to-red{
    --gradient-to-color: #e04242;
  }

  .md\:to-brand-primary{
    --gradient-to-color: #24526f;
  }

  .md\:to-brand-secondary{
    --gradient-to-color: #ffbd59;
  }

  .md\:to-brand-tertiary{
    --gradient-to-color: #f7fafc;
  }

  .md\:to-brand-light-gray{
    --gradient-to-color: #BEBEBE;
  }

  .md\:to-brand-dark-gray{
    --gradient-to-color: #8A8A8A;
  }

  .md\:to-brand-scrim-25{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .md\:to-brand-scrim-50{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .md\:to-brand-overlay{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .md\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .md\:to-gray-200{
    --gradient-to-color: #edf2f7;
  }

  .md\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .md\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .md\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .md\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .md\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .md\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .md\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .md\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-red-100:hover{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .md\:hover\:from-red:hover{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .md\:hover\:from-brand-primary:hover{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .md\:hover\:from-brand-secondary:hover{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .md\:hover\:from-brand-tertiary:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:from-brand-light-gray:hover{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .md\:hover\:from-brand-dark-gray:hover{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .md\:hover\:from-brand-scrim-25:hover{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-brand-scrim-50:hover{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-brand-overlay:hover{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-red-100:hover{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .md\:hover\:via-red:hover{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .md\:hover\:via-brand-primary:hover{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .md\:hover\:via-brand-secondary:hover{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .md\:hover\:via-brand-tertiary:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:via-brand-light-gray:hover{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .md\:hover\:via-brand-dark-gray:hover{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .md\:hover\:via-brand-scrim-25:hover{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-brand-scrim-50:hover{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-brand-overlay:hover{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .md\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .md\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .md\:hover\:to-red-100:hover{
    --gradient-to-color: #ffdfdf;
  }

  .md\:hover\:to-red:hover{
    --gradient-to-color: #e04242;
  }

  .md\:hover\:to-brand-primary:hover{
    --gradient-to-color: #24526f;
  }

  .md\:hover\:to-brand-secondary:hover{
    --gradient-to-color: #ffbd59;
  }

  .md\:hover\:to-brand-tertiary:hover{
    --gradient-to-color: #f7fafc;
  }

  .md\:hover\:to-brand-light-gray:hover{
    --gradient-to-color: #BEBEBE;
  }

  .md\:hover\:to-brand-dark-gray:hover{
    --gradient-to-color: #8A8A8A;
  }

  .md\:hover\:to-brand-scrim-25:hover{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .md\:hover\:to-brand-scrim-50:hover{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .md\:hover\:to-brand-overlay:hover{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .md\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .md\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7;
  }

  .md\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .md\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .md\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .md\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .md\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .md\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .md\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .md\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-red-100:focus{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .md\:focus\:from-red:focus{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .md\:focus\:from-brand-primary:focus{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .md\:focus\:from-brand-secondary:focus{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .md\:focus\:from-brand-tertiary:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:from-brand-light-gray:focus{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .md\:focus\:from-brand-dark-gray:focus{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .md\:focus\:from-brand-scrim-25:focus{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-brand-scrim-50:focus{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-brand-overlay:focus{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-red-100:focus{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .md\:focus\:via-red:focus{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .md\:focus\:via-brand-primary:focus{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .md\:focus\:via-brand-secondary:focus{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .md\:focus\:via-brand-tertiary:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:via-brand-light-gray:focus{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .md\:focus\:via-brand-dark-gray:focus{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .md\:focus\:via-brand-scrim-25:focus{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-brand-scrim-50:focus{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-brand-overlay:focus{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .md\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .md\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .md\:focus\:to-red-100:focus{
    --gradient-to-color: #ffdfdf;
  }

  .md\:focus\:to-red:focus{
    --gradient-to-color: #e04242;
  }

  .md\:focus\:to-brand-primary:focus{
    --gradient-to-color: #24526f;
  }

  .md\:focus\:to-brand-secondary:focus{
    --gradient-to-color: #ffbd59;
  }

  .md\:focus\:to-brand-tertiary:focus{
    --gradient-to-color: #f7fafc;
  }

  .md\:focus\:to-brand-light-gray:focus{
    --gradient-to-color: #BEBEBE;
  }

  .md\:focus\:to-brand-dark-gray:focus{
    --gradient-to-color: #8A8A8A;
  }

  .md\:focus\:to-brand-scrim-25:focus{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .md\:focus\:to-brand-scrim-50:focus{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .md\:focus\:to-brand-overlay:focus{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .md\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .md\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7;
  }

  .md\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .md\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .md\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .md\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .md\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .md\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .md\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .md\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .md\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .md\:bg-opacity-35{
    --bg-opacity: 0.35;
  }

  .md\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .md\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .md\:bg-opacity-80{
    --bg-opacity: 0.8;
  }

  .md\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-35:hover{
    --bg-opacity: 0.35;
  }

  .md\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8;
  }

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

  .md\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-35:focus{
    --bg-opacity: 0.35;
  }

  .md\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .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-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\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

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

  .md\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:border-red-100{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .md\:border-red{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .md\:border-brand-primary{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .md\:border-brand-secondary{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .md\:border-brand-tertiary{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:border-brand-light-gray{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .md\:border-brand-dark-gray{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .md\:border-brand-scrim-25{
    border-color: rgba(0,0,0,0.25);
  }

  .md\:border-brand-scrim-50{
    border-color: rgba(0,0,0,0.50);
  }

  .md\:border-brand-overlay{
    border-color: rgba(255,255,255,0.35);
  }

  .md\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:border-gray-200{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .md\:hover\:border-red:hover{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .md\:hover\:border-brand-primary:hover{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .md\:hover\:border-brand-secondary:hover{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .md\:hover\:border-brand-tertiary:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:hover\:border-brand-light-gray:hover{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .md\:hover\:border-brand-dark-gray:hover{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .md\:hover\:border-brand-scrim-25:hover{
    border-color: rgba(0,0,0,0.25);
  }

  .md\:hover\:border-brand-scrim-50:hover{
    border-color: rgba(0,0,0,0.50);
  }

  .md\:hover\:border-brand-overlay:hover{
    border-color: rgba(255,255,255,0.35);
  }

  .md\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

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

  .md\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .md\:focus\:border-red:focus{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .md\:focus\:border-brand-primary:focus{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .md\:focus\:border-brand-secondary:focus{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .md\:focus\:border-brand-tertiary:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:focus\:border-brand-light-gray:focus{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .md\:focus\:border-brand-dark-gray:focus{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .md\:focus\:border-brand-scrim-25:focus{
    border-color: rgba(0,0,0,0.25);
  }

  .md\:focus\:border-brand-scrim-50:focus{
    border-color: rgba(0,0,0,0.50);
  }

  .md\:focus\:border-brand-overlay:focus{
    border-color: rgba(255,255,255,0.35);
  }

  .md\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:border-opacity-0{
    --border-opacity: 0;
  }

  .md\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .md\:border-opacity-35{
    --border-opacity: 0.35;
  }

  .md\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .md\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .md\:border-opacity-80{
    --border-opacity: 0.8;
  }

  .md\:border-opacity-100{
    --border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .md\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-35:hover{
    --border-opacity: 0.35;
  }

  .md\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8;
  }

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

  .md\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .md\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-35:focus{
    --border-opacity: 0.35;
  }

  .md\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

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

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

  .md\:rounded{
    border-radius: 0.25rem;
  }

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

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

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

  .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-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-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-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-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\: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\: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-4{
    border-width: 4px;
  }

  .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-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-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\:box-border{
    box-sizing: border-box;
  }

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

  .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-caption{
    display: table-caption;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-column{
    display: table-column;
  }

  .md\:table-column-group{
    display: table-column-group;
  }

  .md\:table-footer-group{
    display: table-footer-group;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

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

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

  .md\:grid{
    display: grid;
  }

  .md\:inline-grid{
    display: inline-grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\: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\:place-items-auto{
    place-items: auto;
  }

  .md\:place-items-start{
    place-items: start;
  }

  .md\:place-items-end{
    place-items: end;
  }

  .md\:place-items-center{
    place-items: center;
  }

  .md\:place-items-stretch{
    place-items: stretch;
  }

  .md\:place-content-center{
    place-content: center;
  }

  .md\:place-content-start{
    place-content: start;
  }

  .md\:place-content-end{
    place-content: end;
  }

  .md\:place-content-between{
    place-content: space-between;
  }

  .md\:place-content-around{
    place-content: space-around;
  }

  .md\:place-content-evenly{
    place-content: space-evenly;
  }

  .md\:place-content-stretch{
    place-content: stretch;
  }

  .md\:place-self-auto{
    place-self: auto;
  }

  .md\:place-self-start{
    place-self: start;
  }

  .md\:place-self-end{
    place-self: end;
  }

  .md\:place-self-center{
    place-self: center;
  }

  .md\:place-self-stretch{
    place-self: stretch;
  }

  .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\: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\:content-evenly{
    align-content: space-evenly;
  }

  .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-items-auto{
    justify-items: auto;
  }

  .md\:justify-items-start{
    justify-items: start;
  }

  .md\:justify-items-end{
    justify-items: end;
  }

  .md\:justify-items-center{
    justify-items: center;
  }

  .md\:justify-items-stretch{
    justify-items: 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\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:justify-self-auto{
    justify-self: auto;
  }

  .md\:justify-self-start{
    justify-self: start;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:justify-self-center{
    justify-self: center;
  }

  .md\:justify-self-stretch{
    justify-self: stretch;
  }

  .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-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\:clear-left{
    clear: left;
  }

  .md\:clear-right{
    clear: right;
  }

  .md\:clear-both{
    clear: both;
  }

  .md\:clear-none{
    clear: none;
  }

  .md\:font-sans{
    font-family: "Merriweather", -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";
  }

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

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

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

  .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .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-9{
    height: 2.25rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .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-auto{
    height: auto;
  }

  .md\:h-px{
    height: 1px;
  }

  .md\:h-gutter{
    height: var(--gutter, 1.5625rem );
  }

  .md\:h-gutter-full{
    height: calc( var(--gutter) * 2 );
  }

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

  .md\:h-screen{
    height: 100vh;
  }

  .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\: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\: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-9{
    margin: 2.25rem;
  }

  .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-gutter{
    margin: var(--gutter, 1.5625rem );
  }

  .md\:m-gutter-full{
    margin: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin: -2.25rem;
  }

  .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-gutter{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:-m-gutter-full{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .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-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-gutter{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .md\:mx-gutter{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .md\:my-gutter-full{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .md\:mx-gutter-full{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-gutter{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:-mx-gutter{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:-my-gutter-full{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .md\:-mx-gutter-full{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .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-9{
    margin-top: 2.25rem;
  }

  .md\:mr-9{
    margin-right: 2.25rem;
  }

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  .md\:ml-9{
    margin-left: 2.25rem;
  }

  .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-gutter{
    margin-top: var(--gutter, 1.5625rem );
  }

  .md\:mr-gutter{
    margin-right: var(--gutter, 1.5625rem );
  }

  .md\:mb-gutter{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .md\:ml-gutter{
    margin-left: var(--gutter, 1.5625rem );
  }

  .md\:mt-gutter-full{
    margin-top: calc( var(--gutter) * 2 );
  }

  .md\:mr-gutter-full{
    margin-right: calc( var(--gutter) * 2 );
  }

  .md\:mb-gutter-full{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .md\:ml-gutter-full{
    margin-left: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin-top: -2.25rem;
  }

  .md\:-mr-9{
    margin-right: -2.25rem;
  }

  .md\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .md\:-ml-9{
    margin-left: -2.25rem;
  }

  .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-gutter{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:-mr-gutter{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:-mb-gutter{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:-ml-gutter{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:-mt-gutter-full{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .md\:-mr-gutter-full{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .md\:-mb-gutter-full{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .md\:-ml-gutter-full{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .md\:first\:m-0:first-child{
    margin: 0;
  }

  .md\:first\:m-1:first-child{
    margin: 0.25rem;
  }

  .md\:first\:m-2:first-child{
    margin: 0.5rem;
  }

  .md\:first\:m-3:first-child{
    margin: 0.75rem;
  }

  .md\:first\:m-4:first-child{
    margin: 1rem;
  }

  .md\:first\:m-5:first-child{
    margin: 1.25rem;
  }

  .md\:first\:m-6:first-child{
    margin: 1.5rem;
  }

  .md\:first\:m-8:first-child{
    margin: 2rem;
  }

  .md\:first\:m-9:first-child{
    margin: 2.25rem;
  }

  .md\:first\:m-10:first-child{
    margin: 2.5rem;
  }

  .md\:first\:m-12:first-child{
    margin: 3rem;
  }

  .md\:first\:m-16:first-child{
    margin: 4rem;
  }

  .md\:first\:m-20:first-child{
    margin: 5rem;
  }

  .md\:first\:m-24:first-child{
    margin: 6rem;
  }

  .md\:first\:m-32:first-child{
    margin: 8rem;
  }

  .md\:first\:m-40:first-child{
    margin: 10rem;
  }

  .md\:first\:m-48:first-child{
    margin: 12rem;
  }

  .md\:first\:m-56:first-child{
    margin: 14rem;
  }

  .md\:first\:m-64:first-child{
    margin: 16rem;
  }

  .md\:first\:m-auto:first-child{
    margin: auto;
  }

  .md\:first\:m-px:first-child{
    margin: 1px;
  }

  .md\:first\:m-gutter:first-child{
    margin: var(--gutter, 1.5625rem );
  }

  .md\:first\:m-gutter-full:first-child{
    margin: calc( var(--gutter) * 2 );
  }

  .md\:first\:-m-1:first-child{
    margin: -0.25rem;
  }

  .md\:first\:-m-2:first-child{
    margin: -0.5rem;
  }

  .md\:first\:-m-3:first-child{
    margin: -0.75rem;
  }

  .md\:first\:-m-4:first-child{
    margin: -1rem;
  }

  .md\:first\:-m-5:first-child{
    margin: -1.25rem;
  }

  .md\:first\:-m-6:first-child{
    margin: -1.5rem;
  }

  .md\:first\:-m-8:first-child{
    margin: -2rem;
  }

  .md\:first\:-m-9:first-child{
    margin: -2.25rem;
  }

  .md\:first\:-m-10:first-child{
    margin: -2.5rem;
  }

  .md\:first\:-m-12:first-child{
    margin: -3rem;
  }

  .md\:first\:-m-16:first-child{
    margin: -4rem;
  }

  .md\:first\:-m-20:first-child{
    margin: -5rem;
  }

  .md\:first\:-m-24:first-child{
    margin: -6rem;
  }

  .md\:first\:-m-32:first-child{
    margin: -8rem;
  }

  .md\:first\:-m-40:first-child{
    margin: -10rem;
  }

  .md\:first\:-m-48:first-child{
    margin: -12rem;
  }

  .md\:first\:-m-56:first-child{
    margin: -14rem;
  }

  .md\:first\:-m-64:first-child{
    margin: -16rem;
  }

  .md\:first\:-m-px:first-child{
    margin: -1px;
  }

  .md\:first\:-m-gutter:first-child{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:first\:-m-gutter-full:first-child{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .md\:first\:my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:first\:mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:first\:my-1:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:mx-1:first-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:my-2:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:mx-2:first-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:my-3:first-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:first\:mx-3:first-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:first\:my-4:first-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:first\:mx-4:first-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:first\:my-5:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:first\:mx-5:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:first\:my-6:first-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:first\:mx-6:first-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:first\:my-8:first-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:first\:mx-8:first-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:first\:my-9:first-child{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:first\:mx-9:first-child{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:first\:my-10:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:first\:mx-10:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:first\:my-12:first-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:first\:mx-12:first-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:first\:my-16:first-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:first\:mx-16:first-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:first\:my-20:first-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:first\:mx-20:first-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:first\:my-24:first-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:first\:mx-24:first-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:first\:my-32:first-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:first\:mx-32:first-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:first\:my-40:first-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:first\:mx-40:first-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:first\:my-48:first-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:first\:mx-48:first-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:first\:my-56:first-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:first\:mx-56:first-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:first\:my-64:first-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:first\:mx-64:first-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:mx-auto:first-child{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:my-px:first-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:first\:mx-px:first-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:first\:my-gutter:first-child{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .md\:first\:mx-gutter:first-child{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .md\:first\:my-gutter-full:first-child{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .md\:first\:mx-gutter-full:first-child{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .md\:first\:-my-1:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:-mx-1:first-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:-my-2:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:-mx-2:first-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:-my-3:first-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:first\:-mx-3:first-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:first\:-my-4:first-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:first\:-mx-4:first-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:first\:-my-5:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:first\:-mx-5:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:first\:-my-6:first-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:first\:-mx-6:first-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:first\:-my-8:first-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:first\:-mx-8:first-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:first\:-my-9:first-child{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:first\:-mx-9:first-child{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:first\:-my-10:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:first\:-mx-10:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:first\:-my-12:first-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:first\:-mx-12:first-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:first\:-my-16:first-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:first\:-mx-16:first-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:first\:-my-20:first-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:first\:-mx-20:first-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:first\:-my-24:first-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:first\:-mx-24:first-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:first\:-my-32:first-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:first\:-mx-32:first-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:first\:-my-40:first-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:first\:-mx-40:first-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:first\:-my-48:first-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:first\:-mx-48:first-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:first\:-my-56:first-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:first\:-mx-56:first-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:first\:-my-64:first-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:first\:-mx-64:first-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:first\:-my-px:first-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:first\:-mx-px:first-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:first\:-my-gutter:first-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:first\:-mx-gutter:first-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:first\:-my-gutter-full:first-child{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .md\:first\:-mx-gutter-full:first-child{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .md\:first\:mt-0:first-child{
    margin-top: 0;
  }

  .md\:first\:mr-0:first-child{
    margin-right: 0;
  }

  .md\:first\:mb-0:first-child{
    margin-bottom: 0;
  }

  .md\:first\:ml-0:first-child{
    margin-left: 0;
  }

  .md\:first\:mt-1:first-child{
    margin-top: 0.25rem;
  }

  .md\:first\:mr-1:first-child{
    margin-right: 0.25rem;
  }

  .md\:first\:mb-1:first-child{
    margin-bottom: 0.25rem;
  }

  .md\:first\:ml-1:first-child{
    margin-left: 0.25rem;
  }

  .md\:first\:mt-2:first-child{
    margin-top: 0.5rem;
  }

  .md\:first\:mr-2:first-child{
    margin-right: 0.5rem;
  }

  .md\:first\:mb-2:first-child{
    margin-bottom: 0.5rem;
  }

  .md\:first\:ml-2:first-child{
    margin-left: 0.5rem;
  }

  .md\:first\:mt-3:first-child{
    margin-top: 0.75rem;
  }

  .md\:first\:mr-3:first-child{
    margin-right: 0.75rem;
  }

  .md\:first\:mb-3:first-child{
    margin-bottom: 0.75rem;
  }

  .md\:first\:ml-3:first-child{
    margin-left: 0.75rem;
  }

  .md\:first\:mt-4:first-child{
    margin-top: 1rem;
  }

  .md\:first\:mr-4:first-child{
    margin-right: 1rem;
  }

  .md\:first\:mb-4:first-child{
    margin-bottom: 1rem;
  }

  .md\:first\:ml-4:first-child{
    margin-left: 1rem;
  }

  .md\:first\:mt-5:first-child{
    margin-top: 1.25rem;
  }

  .md\:first\:mr-5:first-child{
    margin-right: 1.25rem;
  }

  .md\:first\:mb-5:first-child{
    margin-bottom: 1.25rem;
  }

  .md\:first\:ml-5:first-child{
    margin-left: 1.25rem;
  }

  .md\:first\:mt-6:first-child{
    margin-top: 1.5rem;
  }

  .md\:first\:mr-6:first-child{
    margin-right: 1.5rem;
  }

  .md\:first\:mb-6:first-child{
    margin-bottom: 1.5rem;
  }

  .md\:first\:ml-6:first-child{
    margin-left: 1.5rem;
  }

  .md\:first\:mt-8:first-child{
    margin-top: 2rem;
  }

  .md\:first\:mr-8:first-child{
    margin-right: 2rem;
  }

  .md\:first\:mb-8:first-child{
    margin-bottom: 2rem;
  }

  .md\:first\:ml-8:first-child{
    margin-left: 2rem;
  }

  .md\:first\:mt-9:first-child{
    margin-top: 2.25rem;
  }

  .md\:first\:mr-9:first-child{
    margin-right: 2.25rem;
  }

  .md\:first\:mb-9:first-child{
    margin-bottom: 2.25rem;
  }

  .md\:first\:ml-9:first-child{
    margin-left: 2.25rem;
  }

  .md\:first\:mt-10:first-child{
    margin-top: 2.5rem;
  }

  .md\:first\:mr-10:first-child{
    margin-right: 2.5rem;
  }

  .md\:first\:mb-10:first-child{
    margin-bottom: 2.5rem;
  }

  .md\:first\:ml-10:first-child{
    margin-left: 2.5rem;
  }

  .md\:first\:mt-12:first-child{
    margin-top: 3rem;
  }

  .md\:first\:mr-12:first-child{
    margin-right: 3rem;
  }

  .md\:first\:mb-12:first-child{
    margin-bottom: 3rem;
  }

  .md\:first\:ml-12:first-child{
    margin-left: 3rem;
  }

  .md\:first\:mt-16:first-child{
    margin-top: 4rem;
  }

  .md\:first\:mr-16:first-child{
    margin-right: 4rem;
  }

  .md\:first\:mb-16:first-child{
    margin-bottom: 4rem;
  }

  .md\:first\:ml-16:first-child{
    margin-left: 4rem;
  }

  .md\:first\:mt-20:first-child{
    margin-top: 5rem;
  }

  .md\:first\:mr-20:first-child{
    margin-right: 5rem;
  }

  .md\:first\:mb-20:first-child{
    margin-bottom: 5rem;
  }

  .md\:first\:ml-20:first-child{
    margin-left: 5rem;
  }

  .md\:first\:mt-24:first-child{
    margin-top: 6rem;
  }

  .md\:first\:mr-24:first-child{
    margin-right: 6rem;
  }

  .md\:first\:mb-24:first-child{
    margin-bottom: 6rem;
  }

  .md\:first\:ml-24:first-child{
    margin-left: 6rem;
  }

  .md\:first\:mt-32:first-child{
    margin-top: 8rem;
  }

  .md\:first\:mr-32:first-child{
    margin-right: 8rem;
  }

  .md\:first\:mb-32:first-child{
    margin-bottom: 8rem;
  }

  .md\:first\:ml-32:first-child{
    margin-left: 8rem;
  }

  .md\:first\:mt-40:first-child{
    margin-top: 10rem;
  }

  .md\:first\:mr-40:first-child{
    margin-right: 10rem;
  }

  .md\:first\:mb-40:first-child{
    margin-bottom: 10rem;
  }

  .md\:first\:ml-40:first-child{
    margin-left: 10rem;
  }

  .md\:first\:mt-48:first-child{
    margin-top: 12rem;
  }

  .md\:first\:mr-48:first-child{
    margin-right: 12rem;
  }

  .md\:first\:mb-48:first-child{
    margin-bottom: 12rem;
  }

  .md\:first\:ml-48:first-child{
    margin-left: 12rem;
  }

  .md\:first\:mt-56:first-child{
    margin-top: 14rem;
  }

  .md\:first\:mr-56:first-child{
    margin-right: 14rem;
  }

  .md\:first\:mb-56:first-child{
    margin-bottom: 14rem;
  }

  .md\:first\:ml-56:first-child{
    margin-left: 14rem;
  }

  .md\:first\:mt-64:first-child{
    margin-top: 16rem;
  }

  .md\:first\:mr-64:first-child{
    margin-right: 16rem;
  }

  .md\:first\:mb-64:first-child{
    margin-bottom: 16rem;
  }

  .md\:first\:ml-64:first-child{
    margin-left: 16rem;
  }

  .md\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .md\:first\:mr-auto:first-child{
    margin-right: auto;
  }

  .md\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .md\:first\:ml-auto:first-child{
    margin-left: auto;
  }

  .md\:first\:mt-px:first-child{
    margin-top: 1px;
  }

  .md\:first\:mr-px:first-child{
    margin-right: 1px;
  }

  .md\:first\:mb-px:first-child{
    margin-bottom: 1px;
  }

  .md\:first\:ml-px:first-child{
    margin-left: 1px;
  }

  .md\:first\:mt-gutter:first-child{
    margin-top: var(--gutter, 1.5625rem );
  }

  .md\:first\:mr-gutter:first-child{
    margin-right: var(--gutter, 1.5625rem );
  }

  .md\:first\:mb-gutter:first-child{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .md\:first\:ml-gutter:first-child{
    margin-left: var(--gutter, 1.5625rem );
  }

  .md\:first\:mt-gutter-full:first-child{
    margin-top: calc( var(--gutter) * 2 );
  }

  .md\:first\:mr-gutter-full:first-child{
    margin-right: calc( var(--gutter) * 2 );
  }

  .md\:first\:mb-gutter-full:first-child{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .md\:first\:ml-gutter-full:first-child{
    margin-left: calc( var(--gutter) * 2 );
  }

  .md\:first\:-mt-1:first-child{
    margin-top: -0.25rem;
  }

  .md\:first\:-mr-1:first-child{
    margin-right: -0.25rem;
  }

  .md\:first\:-mb-1:first-child{
    margin-bottom: -0.25rem;
  }

  .md\:first\:-ml-1:first-child{
    margin-left: -0.25rem;
  }

  .md\:first\:-mt-2:first-child{
    margin-top: -0.5rem;
  }

  .md\:first\:-mr-2:first-child{
    margin-right: -0.5rem;
  }

  .md\:first\:-mb-2:first-child{
    margin-bottom: -0.5rem;
  }

  .md\:first\:-ml-2:first-child{
    margin-left: -0.5rem;
  }

  .md\:first\:-mt-3:first-child{
    margin-top: -0.75rem;
  }

  .md\:first\:-mr-3:first-child{
    margin-right: -0.75rem;
  }

  .md\:first\:-mb-3:first-child{
    margin-bottom: -0.75rem;
  }

  .md\:first\:-ml-3:first-child{
    margin-left: -0.75rem;
  }

  .md\:first\:-mt-4:first-child{
    margin-top: -1rem;
  }

  .md\:first\:-mr-4:first-child{
    margin-right: -1rem;
  }

  .md\:first\:-mb-4:first-child{
    margin-bottom: -1rem;
  }

  .md\:first\:-ml-4:first-child{
    margin-left: -1rem;
  }

  .md\:first\:-mt-5:first-child{
    margin-top: -1.25rem;
  }

  .md\:first\:-mr-5:first-child{
    margin-right: -1.25rem;
  }

  .md\:first\:-mb-5:first-child{
    margin-bottom: -1.25rem;
  }

  .md\:first\:-ml-5:first-child{
    margin-left: -1.25rem;
  }

  .md\:first\:-mt-6:first-child{
    margin-top: -1.5rem;
  }

  .md\:first\:-mr-6:first-child{
    margin-right: -1.5rem;
  }

  .md\:first\:-mb-6:first-child{
    margin-bottom: -1.5rem;
  }

  .md\:first\:-ml-6:first-child{
    margin-left: -1.5rem;
  }

  .md\:first\:-mt-8:first-child{
    margin-top: -2rem;
  }

  .md\:first\:-mr-8:first-child{
    margin-right: -2rem;
  }

  .md\:first\:-mb-8:first-child{
    margin-bottom: -2rem;
  }

  .md\:first\:-ml-8:first-child{
    margin-left: -2rem;
  }

  .md\:first\:-mt-9:first-child{
    margin-top: -2.25rem;
  }

  .md\:first\:-mr-9:first-child{
    margin-right: -2.25rem;
  }

  .md\:first\:-mb-9:first-child{
    margin-bottom: -2.25rem;
  }

  .md\:first\:-ml-9:first-child{
    margin-left: -2.25rem;
  }

  .md\:first\:-mt-10:first-child{
    margin-top: -2.5rem;
  }

  .md\:first\:-mr-10:first-child{
    margin-right: -2.5rem;
  }

  .md\:first\:-mb-10:first-child{
    margin-bottom: -2.5rem;
  }

  .md\:first\:-ml-10:first-child{
    margin-left: -2.5rem;
  }

  .md\:first\:-mt-12:first-child{
    margin-top: -3rem;
  }

  .md\:first\:-mr-12:first-child{
    margin-right: -3rem;
  }

  .md\:first\:-mb-12:first-child{
    margin-bottom: -3rem;
  }

  .md\:first\:-ml-12:first-child{
    margin-left: -3rem;
  }

  .md\:first\:-mt-16:first-child{
    margin-top: -4rem;
  }

  .md\:first\:-mr-16:first-child{
    margin-right: -4rem;
  }

  .md\:first\:-mb-16:first-child{
    margin-bottom: -4rem;
  }

  .md\:first\:-ml-16:first-child{
    margin-left: -4rem;
  }

  .md\:first\:-mt-20:first-child{
    margin-top: -5rem;
  }

  .md\:first\:-mr-20:first-child{
    margin-right: -5rem;
  }

  .md\:first\:-mb-20:first-child{
    margin-bottom: -5rem;
  }

  .md\:first\:-ml-20:first-child{
    margin-left: -5rem;
  }

  .md\:first\:-mt-24:first-child{
    margin-top: -6rem;
  }

  .md\:first\:-mr-24:first-child{
    margin-right: -6rem;
  }

  .md\:first\:-mb-24:first-child{
    margin-bottom: -6rem;
  }

  .md\:first\:-ml-24:first-child{
    margin-left: -6rem;
  }

  .md\:first\:-mt-32:first-child{
    margin-top: -8rem;
  }

  .md\:first\:-mr-32:first-child{
    margin-right: -8rem;
  }

  .md\:first\:-mb-32:first-child{
    margin-bottom: -8rem;
  }

  .md\:first\:-ml-32:first-child{
    margin-left: -8rem;
  }

  .md\:first\:-mt-40:first-child{
    margin-top: -10rem;
  }

  .md\:first\:-mr-40:first-child{
    margin-right: -10rem;
  }

  .md\:first\:-mb-40:first-child{
    margin-bottom: -10rem;
  }

  .md\:first\:-ml-40:first-child{
    margin-left: -10rem;
  }

  .md\:first\:-mt-48:first-child{
    margin-top: -12rem;
  }

  .md\:first\:-mr-48:first-child{
    margin-right: -12rem;
  }

  .md\:first\:-mb-48:first-child{
    margin-bottom: -12rem;
  }

  .md\:first\:-ml-48:first-child{
    margin-left: -12rem;
  }

  .md\:first\:-mt-56:first-child{
    margin-top: -14rem;
  }

  .md\:first\:-mr-56:first-child{
    margin-right: -14rem;
  }

  .md\:first\:-mb-56:first-child{
    margin-bottom: -14rem;
  }

  .md\:first\:-ml-56:first-child{
    margin-left: -14rem;
  }

  .md\:first\:-mt-64:first-child{
    margin-top: -16rem;
  }

  .md\:first\:-mr-64:first-child{
    margin-right: -16rem;
  }

  .md\:first\:-mb-64:first-child{
    margin-bottom: -16rem;
  }

  .md\:first\:-ml-64:first-child{
    margin-left: -16rem;
  }

  .md\:first\:-mt-px:first-child{
    margin-top: -1px;
  }

  .md\:first\:-mr-px:first-child{
    margin-right: -1px;
  }

  .md\:first\:-mb-px:first-child{
    margin-bottom: -1px;
  }

  .md\:first\:-ml-px:first-child{
    margin-left: -1px;
  }

  .md\:first\:-mt-gutter:first-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:first\:-mr-gutter:first-child{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:first\:-mb-gutter:first-child{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:first\:-ml-gutter:first-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:first\:-mt-gutter-full:first-child{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .md\:first\:-mr-gutter-full:first-child{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .md\:first\:-mb-gutter-full:first-child{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .md\:first\:-ml-gutter-full:first-child{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .md\:last\:m-0:last-child{
    margin: 0;
  }

  .md\:last\:m-1:last-child{
    margin: 0.25rem;
  }

  .md\:last\:m-2:last-child{
    margin: 0.5rem;
  }

  .md\:last\:m-3:last-child{
    margin: 0.75rem;
  }

  .md\:last\:m-4:last-child{
    margin: 1rem;
  }

  .md\:last\:m-5:last-child{
    margin: 1.25rem;
  }

  .md\:last\:m-6:last-child{
    margin: 1.5rem;
  }

  .md\:last\:m-8:last-child{
    margin: 2rem;
  }

  .md\:last\:m-9:last-child{
    margin: 2.25rem;
  }

  .md\:last\:m-10:last-child{
    margin: 2.5rem;
  }

  .md\:last\:m-12:last-child{
    margin: 3rem;
  }

  .md\:last\:m-16:last-child{
    margin: 4rem;
  }

  .md\:last\:m-20:last-child{
    margin: 5rem;
  }

  .md\:last\:m-24:last-child{
    margin: 6rem;
  }

  .md\:last\:m-32:last-child{
    margin: 8rem;
  }

  .md\:last\:m-40:last-child{
    margin: 10rem;
  }

  .md\:last\:m-48:last-child{
    margin: 12rem;
  }

  .md\:last\:m-56:last-child{
    margin: 14rem;
  }

  .md\:last\:m-64:last-child{
    margin: 16rem;
  }

  .md\:last\:m-auto:last-child{
    margin: auto;
  }

  .md\:last\:m-px:last-child{
    margin: 1px;
  }

  .md\:last\:m-gutter:last-child{
    margin: var(--gutter, 1.5625rem );
  }

  .md\:last\:m-gutter-full:last-child{
    margin: calc( var(--gutter) * 2 );
  }

  .md\:last\:-m-1:last-child{
    margin: -0.25rem;
  }

  .md\:last\:-m-2:last-child{
    margin: -0.5rem;
  }

  .md\:last\:-m-3:last-child{
    margin: -0.75rem;
  }

  .md\:last\:-m-4:last-child{
    margin: -1rem;
  }

  .md\:last\:-m-5:last-child{
    margin: -1.25rem;
  }

  .md\:last\:-m-6:last-child{
    margin: -1.5rem;
  }

  .md\:last\:-m-8:last-child{
    margin: -2rem;
  }

  .md\:last\:-m-9:last-child{
    margin: -2.25rem;
  }

  .md\:last\:-m-10:last-child{
    margin: -2.5rem;
  }

  .md\:last\:-m-12:last-child{
    margin: -3rem;
  }

  .md\:last\:-m-16:last-child{
    margin: -4rem;
  }

  .md\:last\:-m-20:last-child{
    margin: -5rem;
  }

  .md\:last\:-m-24:last-child{
    margin: -6rem;
  }

  .md\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .md\:last\:-m-40:last-child{
    margin: -10rem;
  }

  .md\:last\:-m-48:last-child{
    margin: -12rem;
  }

  .md\:last\:-m-56:last-child{
    margin: -14rem;
  }

  .md\:last\:-m-64:last-child{
    margin: -16rem;
  }

  .md\:last\:-m-px:last-child{
    margin: -1px;
  }

  .md\:last\:-m-gutter:last-child{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:last\:-m-gutter-full:last-child{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .md\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:my-1:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-1:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-2:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-2:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-3:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:mx-3:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:my-4:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:mx-4:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:my-5:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:mx-5:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:my-6:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:mx-6:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:my-8:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:mx-8:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:my-9:last-child{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:last\:mx-9:last-child{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:last\:my-10:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:mx-10:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:my-12:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:mx-12:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:my-16:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:mx-16:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:my-20:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:mx-20:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:my-24:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:mx-24:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:my-32:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:mx-32:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:my-40:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:mx-40:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:my-48:last-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:last\:mx-48:last-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:last\:my-56:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:mx-56:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:my-64:last-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:last\:mx-64:last-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:my-gutter:last-child{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .md\:last\:mx-gutter:last-child{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .md\:last\:my-gutter-full:last-child{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .md\:last\:mx-gutter-full:last-child{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .md\:last\:-my-1:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-1:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-2:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-2:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-3:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:-mx-3:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:-my-4:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:-mx-4:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:-my-5:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mx-5:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-my-6:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:-mx-6:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:-my-8:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:-mx-8:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:-my-9:last-child{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:last\:-mx-9:last-child{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:last\:-my-10:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mx-10:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-my-12:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:-mx-12:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:-my-16:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:-mx-16:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:-my-20:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:-mx-20:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:-my-24:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:-mx-24:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:-my-32:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:-mx-32:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:-my-40:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:-mx-40:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:-my-48:last-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:last\:-mx-48:last-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:last\:-my-56:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:-mx-56:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:-my-64:last-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:last\:-mx-64:last-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:-my-gutter:last-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:last\:-mx-gutter:last-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:last\:-my-gutter-full:last-child{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .md\:last\:-mx-gutter-full:last-child{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .md\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .md\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .md\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .md\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .md\:last\:mt-1:last-child{
    margin-top: 0.25rem;
  }

  .md\:last\:mr-1:last-child{
    margin-right: 0.25rem;
  }

  .md\:last\:mb-1:last-child{
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-1:last-child{
    margin-left: 0.25rem;
  }

  .md\:last\:mt-2:last-child{
    margin-top: 0.5rem;
  }

  .md\:last\:mr-2:last-child{
    margin-right: 0.5rem;
  }

  .md\:last\:mb-2:last-child{
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-2:last-child{
    margin-left: 0.5rem;
  }

  .md\:last\:mt-3:last-child{
    margin-top: 0.75rem;
  }

  .md\:last\:mr-3:last-child{
    margin-right: 0.75rem;
  }

  .md\:last\:mb-3:last-child{
    margin-bottom: 0.75rem;
  }

  .md\:last\:ml-3:last-child{
    margin-left: 0.75rem;
  }

  .md\:last\:mt-4:last-child{
    margin-top: 1rem;
  }

  .md\:last\:mr-4:last-child{
    margin-right: 1rem;
  }

  .md\:last\:mb-4:last-child{
    margin-bottom: 1rem;
  }

  .md\:last\:ml-4:last-child{
    margin-left: 1rem;
  }

  .md\:last\:mt-5:last-child{
    margin-top: 1.25rem;
  }

  .md\:last\:mr-5:last-child{
    margin-right: 1.25rem;
  }

  .md\:last\:mb-5:last-child{
    margin-bottom: 1.25rem;
  }

  .md\:last\:ml-5:last-child{
    margin-left: 1.25rem;
  }

  .md\:last\:mt-6:last-child{
    margin-top: 1.5rem;
  }

  .md\:last\:mr-6:last-child{
    margin-right: 1.5rem;
  }

  .md\:last\:mb-6:last-child{
    margin-bottom: 1.5rem;
  }

  .md\:last\:ml-6:last-child{
    margin-left: 1.5rem;
  }

  .md\:last\:mt-8:last-child{
    margin-top: 2rem;
  }

  .md\:last\:mr-8:last-child{
    margin-right: 2rem;
  }

  .md\:last\:mb-8:last-child{
    margin-bottom: 2rem;
  }

  .md\:last\:ml-8:last-child{
    margin-left: 2rem;
  }

  .md\:last\:mt-9:last-child{
    margin-top: 2.25rem;
  }

  .md\:last\:mr-9:last-child{
    margin-right: 2.25rem;
  }

  .md\:last\:mb-9:last-child{
    margin-bottom: 2.25rem;
  }

  .md\:last\:ml-9:last-child{
    margin-left: 2.25rem;
  }

  .md\:last\:mt-10:last-child{
    margin-top: 2.5rem;
  }

  .md\:last\:mr-10:last-child{
    margin-right: 2.5rem;
  }

  .md\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }

  .md\:last\:ml-10:last-child{
    margin-left: 2.5rem;
  }

  .md\:last\:mt-12:last-child{
    margin-top: 3rem;
  }

  .md\:last\:mr-12:last-child{
    margin-right: 3rem;
  }

  .md\:last\:mb-12:last-child{
    margin-bottom: 3rem;
  }

  .md\:last\:ml-12:last-child{
    margin-left: 3rem;
  }

  .md\:last\:mt-16:last-child{
    margin-top: 4rem;
  }

  .md\:last\:mr-16:last-child{
    margin-right: 4rem;
  }

  .md\:last\:mb-16:last-child{
    margin-bottom: 4rem;
  }

  .md\:last\:ml-16:last-child{
    margin-left: 4rem;
  }

  .md\:last\:mt-20:last-child{
    margin-top: 5rem;
  }

  .md\:last\:mr-20:last-child{
    margin-right: 5rem;
  }

  .md\:last\:mb-20:last-child{
    margin-bottom: 5rem;
  }

  .md\:last\:ml-20:last-child{
    margin-left: 5rem;
  }

  .md\:last\:mt-24:last-child{
    margin-top: 6rem;
  }

  .md\:last\:mr-24:last-child{
    margin-right: 6rem;
  }

  .md\:last\:mb-24:last-child{
    margin-bottom: 6rem;
  }

  .md\:last\:ml-24:last-child{
    margin-left: 6rem;
  }

  .md\:last\:mt-32:last-child{
    margin-top: 8rem;
  }

  .md\:last\:mr-32:last-child{
    margin-right: 8rem;
  }

  .md\:last\:mb-32:last-child{
    margin-bottom: 8rem;
  }

  .md\:last\:ml-32:last-child{
    margin-left: 8rem;
  }

  .md\:last\:mt-40:last-child{
    margin-top: 10rem;
  }

  .md\:last\:mr-40:last-child{
    margin-right: 10rem;
  }

  .md\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }

  .md\:last\:ml-40:last-child{
    margin-left: 10rem;
  }

  .md\:last\:mt-48:last-child{
    margin-top: 12rem;
  }

  .md\:last\:mr-48:last-child{
    margin-right: 12rem;
  }

  .md\:last\:mb-48:last-child{
    margin-bottom: 12rem;
  }

  .md\:last\:ml-48:last-child{
    margin-left: 12rem;
  }

  .md\:last\:mt-56:last-child{
    margin-top: 14rem;
  }

  .md\:last\:mr-56:last-child{
    margin-right: 14rem;
  }

  .md\:last\:mb-56:last-child{
    margin-bottom: 14rem;
  }

  .md\:last\:ml-56:last-child{
    margin-left: 14rem;
  }

  .md\:last\:mt-64:last-child{
    margin-top: 16rem;
  }

  .md\:last\:mr-64:last-child{
    margin-right: 16rem;
  }

  .md\:last\:mb-64:last-child{
    margin-bottom: 16rem;
  }

  .md\:last\:ml-64:last-child{
    margin-left: 16rem;
  }

  .md\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .md\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .md\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .md\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .md\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .md\:last\:mt-gutter:last-child{
    margin-top: var(--gutter, 1.5625rem );
  }

  .md\:last\:mr-gutter:last-child{
    margin-right: var(--gutter, 1.5625rem );
  }

  .md\:last\:mb-gutter:last-child{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .md\:last\:ml-gutter:last-child{
    margin-left: var(--gutter, 1.5625rem );
  }

  .md\:last\:mt-gutter-full:last-child{
    margin-top: calc( var(--gutter) * 2 );
  }

  .md\:last\:mr-gutter-full:last-child{
    margin-right: calc( var(--gutter) * 2 );
  }

  .md\:last\:mb-gutter-full:last-child{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .md\:last\:ml-gutter-full:last-child{
    margin-left: calc( var(--gutter) * 2 );
  }

  .md\:last\:-mt-1:last-child{
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-1:last-child{
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-1:last-child{
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-1:last-child{
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-2:last-child{
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-2:last-child{
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-2:last-child{
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-2:last-child{
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-3:last-child{
    margin-top: -0.75rem;
  }

  .md\:last\:-mr-3:last-child{
    margin-right: -0.75rem;
  }

  .md\:last\:-mb-3:last-child{
    margin-bottom: -0.75rem;
  }

  .md\:last\:-ml-3:last-child{
    margin-left: -0.75rem;
  }

  .md\:last\:-mt-4:last-child{
    margin-top: -1rem;
  }

  .md\:last\:-mr-4:last-child{
    margin-right: -1rem;
  }

  .md\:last\:-mb-4:last-child{
    margin-bottom: -1rem;
  }

  .md\:last\:-ml-4:last-child{
    margin-left: -1rem;
  }

  .md\:last\:-mt-5:last-child{
    margin-top: -1.25rem;
  }

  .md\:last\:-mr-5:last-child{
    margin-right: -1.25rem;
  }

  .md\:last\:-mb-5:last-child{
    margin-bottom: -1.25rem;
  }

  .md\:last\:-ml-5:last-child{
    margin-left: -1.25rem;
  }

  .md\:last\:-mt-6:last-child{
    margin-top: -1.5rem;
  }

  .md\:last\:-mr-6:last-child{
    margin-right: -1.5rem;
  }

  .md\:last\:-mb-6:last-child{
    margin-bottom: -1.5rem;
  }

  .md\:last\:-ml-6:last-child{
    margin-left: -1.5rem;
  }

  .md\:last\:-mt-8:last-child{
    margin-top: -2rem;
  }

  .md\:last\:-mr-8:last-child{
    margin-right: -2rem;
  }

  .md\:last\:-mb-8:last-child{
    margin-bottom: -2rem;
  }

  .md\:last\:-ml-8:last-child{
    margin-left: -2rem;
  }

  .md\:last\:-mt-9:last-child{
    margin-top: -2.25rem;
  }

  .md\:last\:-mr-9:last-child{
    margin-right: -2.25rem;
  }

  .md\:last\:-mb-9:last-child{
    margin-bottom: -2.25rem;
  }

  .md\:last\:-ml-9:last-child{
    margin-left: -2.25rem;
  }

  .md\:last\:-mt-10:last-child{
    margin-top: -2.5rem;
  }

  .md\:last\:-mr-10:last-child{
    margin-right: -2.5rem;
  }

  .md\:last\:-mb-10:last-child{
    margin-bottom: -2.5rem;
  }

  .md\:last\:-ml-10:last-child{
    margin-left: -2.5rem;
  }

  .md\:last\:-mt-12:last-child{
    margin-top: -3rem;
  }

  .md\:last\:-mr-12:last-child{
    margin-right: -3rem;
  }

  .md\:last\:-mb-12:last-child{
    margin-bottom: -3rem;
  }

  .md\:last\:-ml-12:last-child{
    margin-left: -3rem;
  }

  .md\:last\:-mt-16:last-child{
    margin-top: -4rem;
  }

  .md\:last\:-mr-16:last-child{
    margin-right: -4rem;
  }

  .md\:last\:-mb-16:last-child{
    margin-bottom: -4rem;
  }

  .md\:last\:-ml-16:last-child{
    margin-left: -4rem;
  }

  .md\:last\:-mt-20:last-child{
    margin-top: -5rem;
  }

  .md\:last\:-mr-20:last-child{
    margin-right: -5rem;
  }

  .md\:last\:-mb-20:last-child{
    margin-bottom: -5rem;
  }

  .md\:last\:-ml-20:last-child{
    margin-left: -5rem;
  }

  .md\:last\:-mt-24:last-child{
    margin-top: -6rem;
  }

  .md\:last\:-mr-24:last-child{
    margin-right: -6rem;
  }

  .md\:last\:-mb-24:last-child{
    margin-bottom: -6rem;
  }

  .md\:last\:-ml-24:last-child{
    margin-left: -6rem;
  }

  .md\:last\:-mt-32:last-child{
    margin-top: -8rem;
  }

  .md\:last\:-mr-32:last-child{
    margin-right: -8rem;
  }

  .md\:last\:-mb-32:last-child{
    margin-bottom: -8rem;
  }

  .md\:last\:-ml-32:last-child{
    margin-left: -8rem;
  }

  .md\:last\:-mt-40:last-child{
    margin-top: -10rem;
  }

  .md\:last\:-mr-40:last-child{
    margin-right: -10rem;
  }

  .md\:last\:-mb-40:last-child{
    margin-bottom: -10rem;
  }

  .md\:last\:-ml-40:last-child{
    margin-left: -10rem;
  }

  .md\:last\:-mt-48:last-child{
    margin-top: -12rem;
  }

  .md\:last\:-mr-48:last-child{
    margin-right: -12rem;
  }

  .md\:last\:-mb-48:last-child{
    margin-bottom: -12rem;
  }

  .md\:last\:-ml-48:last-child{
    margin-left: -12rem;
  }

  .md\:last\:-mt-56:last-child{
    margin-top: -14rem;
  }

  .md\:last\:-mr-56:last-child{
    margin-right: -14rem;
  }

  .md\:last\:-mb-56:last-child{
    margin-bottom: -14rem;
  }

  .md\:last\:-ml-56:last-child{
    margin-left: -14rem;
  }

  .md\:last\:-mt-64:last-child{
    margin-top: -16rem;
  }

  .md\:last\:-mr-64:last-child{
    margin-right: -16rem;
  }

  .md\:last\:-mb-64:last-child{
    margin-bottom: -16rem;
  }

  .md\:last\:-ml-64:last-child{
    margin-left: -16rem;
  }

  .md\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .md\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .md\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .md\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .md\:last\:-mt-gutter:last-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:last\:-mr-gutter:last-child{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:last\:-mb-gutter:last-child{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:last\:-ml-gutter:last-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:last\:-mt-gutter-full:last-child{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .md\:last\:-mr-gutter-full:last-child{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .md\:last\:-mb-gutter-full:last-child{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .md\:last\:-ml-gutter-full:last-child{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

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

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

  .md\:max-w-none{
    max-width: none;
  }

  .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-screen-sm{
    max-width: 640px;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px;
  }

  .md\:max-w-screen-xl{
    max-width: 1270px;
  }

  .md\:min-h-0{
    min-height: 0;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-w-0{
    min-width: 0;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-35{
    opacity: 0.35;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-80{
    opacity: 0.8;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-35:hover{
    opacity: 0.35;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-35:focus{
    opacity: 0.35;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .md\:outline-none{
    outline: 0;
  }

  .md\:focus\:outline-none:focus{
    outline: 0;
  }

  .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\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .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-9{
    padding: 2.25rem;
  }

  .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-gutter{
    padding: var(--gutter, 1.5625rem );
  }

  .md\:p-gutter-full{
    padding: calc( var(--gutter) * 2 );
  }

  .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-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-gutter{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .md\:px-gutter{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .md\:py-gutter-full{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .md\:px-gutter-full{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .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-9{
    padding-top: 2.25rem;
  }

  .md\:pr-9{
    padding-right: 2.25rem;
  }

  .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  .md\:pl-9{
    padding-left: 2.25rem;
  }

  .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-gutter{
    padding-top: var(--gutter, 1.5625rem );
  }

  .md\:pr-gutter{
    padding-right: var(--gutter, 1.5625rem );
  }

  .md\:pb-gutter{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .md\:pl-gutter{
    padding-left: var(--gutter, 1.5625rem );
  }

  .md\:pt-gutter-full{
    padding-top: calc( var(--gutter) * 2 );
  }

  .md\:pr-gutter-full{
    padding-right: calc( var(--gutter) * 2 );
  }

  .md\:pb-gutter-full{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .md\:pl-gutter-full{
    padding-left: calc( var(--gutter) * 2 );
  }

  .md\:first\:p-0:first-child{
    padding: 0;
  }

  .md\:first\:p-1:first-child{
    padding: 0.25rem;
  }

  .md\:first\:p-2:first-child{
    padding: 0.5rem;
  }

  .md\:first\:p-3:first-child{
    padding: 0.75rem;
  }

  .md\:first\:p-4:first-child{
    padding: 1rem;
  }

  .md\:first\:p-5:first-child{
    padding: 1.25rem;
  }

  .md\:first\:p-6:first-child{
    padding: 1.5rem;
  }

  .md\:first\:p-8:first-child{
    padding: 2rem;
  }

  .md\:first\:p-9:first-child{
    padding: 2.25rem;
  }

  .md\:first\:p-10:first-child{
    padding: 2.5rem;
  }

  .md\:first\:p-12:first-child{
    padding: 3rem;
  }

  .md\:first\:p-16:first-child{
    padding: 4rem;
  }

  .md\:first\:p-20:first-child{
    padding: 5rem;
  }

  .md\:first\:p-24:first-child{
    padding: 6rem;
  }

  .md\:first\:p-32:first-child{
    padding: 8rem;
  }

  .md\:first\:p-40:first-child{
    padding: 10rem;
  }

  .md\:first\:p-48:first-child{
    padding: 12rem;
  }

  .md\:first\:p-56:first-child{
    padding: 14rem;
  }

  .md\:first\:p-64:first-child{
    padding: 16rem;
  }

  .md\:first\:p-px:first-child{
    padding: 1px;
  }

  .md\:first\:p-gutter:first-child{
    padding: var(--gutter, 1.5625rem );
  }

  .md\:first\:p-gutter-full:first-child{
    padding: calc( var(--gutter) * 2 );
  }

  .md\:first\:py-0:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:first\:px-0:first-child{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:first\:py-1:first-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:first\:px-1:first-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:first\:py-2:first-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:first\:px-2:first-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:first\:py-3:first-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:first\:px-3:first-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:first\:py-4:first-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:first\:px-4:first-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:first\:py-5:first-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:first\:px-5:first-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:first\:py-6:first-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:first\:px-6:first-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:first\:py-8:first-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:first\:px-8:first-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:first\:py-9:first-child{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:first\:px-9:first-child{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:first\:py-10:first-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:first\:px-10:first-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:first\:py-12:first-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:first\:px-12:first-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:first\:py-16:first-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:first\:px-16:first-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:first\:py-20:first-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:first\:px-20:first-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:first\:py-24:first-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:first\:px-24:first-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:first\:py-32:first-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:first\:px-32:first-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:first\:py-40:first-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:first\:px-40:first-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:first\:py-48:first-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:first\:px-48:first-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:first\:py-56:first-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:first\:px-56:first-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:first\:py-64:first-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:first\:px-64:first-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:first\:py-px:first-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:first\:px-px:first-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:first\:py-gutter:first-child{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .md\:first\:px-gutter:first-child{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .md\:first\:py-gutter-full:first-child{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .md\:first\:px-gutter-full:first-child{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .md\:first\:pt-0:first-child{
    padding-top: 0;
  }

  .md\:first\:pr-0:first-child{
    padding-right: 0;
  }

  .md\:first\:pb-0:first-child{
    padding-bottom: 0;
  }

  .md\:first\:pl-0:first-child{
    padding-left: 0;
  }

  .md\:first\:pt-1:first-child{
    padding-top: 0.25rem;
  }

  .md\:first\:pr-1:first-child{
    padding-right: 0.25rem;
  }

  .md\:first\:pb-1:first-child{
    padding-bottom: 0.25rem;
  }

  .md\:first\:pl-1:first-child{
    padding-left: 0.25rem;
  }

  .md\:first\:pt-2:first-child{
    padding-top: 0.5rem;
  }

  .md\:first\:pr-2:first-child{
    padding-right: 0.5rem;
  }

  .md\:first\:pb-2:first-child{
    padding-bottom: 0.5rem;
  }

  .md\:first\:pl-2:first-child{
    padding-left: 0.5rem;
  }

  .md\:first\:pt-3:first-child{
    padding-top: 0.75rem;
  }

  .md\:first\:pr-3:first-child{
    padding-right: 0.75rem;
  }

  .md\:first\:pb-3:first-child{
    padding-bottom: 0.75rem;
  }

  .md\:first\:pl-3:first-child{
    padding-left: 0.75rem;
  }

  .md\:first\:pt-4:first-child{
    padding-top: 1rem;
  }

  .md\:first\:pr-4:first-child{
    padding-right: 1rem;
  }

  .md\:first\:pb-4:first-child{
    padding-bottom: 1rem;
  }

  .md\:first\:pl-4:first-child{
    padding-left: 1rem;
  }

  .md\:first\:pt-5:first-child{
    padding-top: 1.25rem;
  }

  .md\:first\:pr-5:first-child{
    padding-right: 1.25rem;
  }

  .md\:first\:pb-5:first-child{
    padding-bottom: 1.25rem;
  }

  .md\:first\:pl-5:first-child{
    padding-left: 1.25rem;
  }

  .md\:first\:pt-6:first-child{
    padding-top: 1.5rem;
  }

  .md\:first\:pr-6:first-child{
    padding-right: 1.5rem;
  }

  .md\:first\:pb-6:first-child{
    padding-bottom: 1.5rem;
  }

  .md\:first\:pl-6:first-child{
    padding-left: 1.5rem;
  }

  .md\:first\:pt-8:first-child{
    padding-top: 2rem;
  }

  .md\:first\:pr-8:first-child{
    padding-right: 2rem;
  }

  .md\:first\:pb-8:first-child{
    padding-bottom: 2rem;
  }

  .md\:first\:pl-8:first-child{
    padding-left: 2rem;
  }

  .md\:first\:pt-9:first-child{
    padding-top: 2.25rem;
  }

  .md\:first\:pr-9:first-child{
    padding-right: 2.25rem;
  }

  .md\:first\:pb-9:first-child{
    padding-bottom: 2.25rem;
  }

  .md\:first\:pl-9:first-child{
    padding-left: 2.25rem;
  }

  .md\:first\:pt-10:first-child{
    padding-top: 2.5rem;
  }

  .md\:first\:pr-10:first-child{
    padding-right: 2.5rem;
  }

  .md\:first\:pb-10:first-child{
    padding-bottom: 2.5rem;
  }

  .md\:first\:pl-10:first-child{
    padding-left: 2.5rem;
  }

  .md\:first\:pt-12:first-child{
    padding-top: 3rem;
  }

  .md\:first\:pr-12:first-child{
    padding-right: 3rem;
  }

  .md\:first\:pb-12:first-child{
    padding-bottom: 3rem;
  }

  .md\:first\:pl-12:first-child{
    padding-left: 3rem;
  }

  .md\:first\:pt-16:first-child{
    padding-top: 4rem;
  }

  .md\:first\:pr-16:first-child{
    padding-right: 4rem;
  }

  .md\:first\:pb-16:first-child{
    padding-bottom: 4rem;
  }

  .md\:first\:pl-16:first-child{
    padding-left: 4rem;
  }

  .md\:first\:pt-20:first-child{
    padding-top: 5rem;
  }

  .md\:first\:pr-20:first-child{
    padding-right: 5rem;
  }

  .md\:first\:pb-20:first-child{
    padding-bottom: 5rem;
  }

  .md\:first\:pl-20:first-child{
    padding-left: 5rem;
  }

  .md\:first\:pt-24:first-child{
    padding-top: 6rem;
  }

  .md\:first\:pr-24:first-child{
    padding-right: 6rem;
  }

  .md\:first\:pb-24:first-child{
    padding-bottom: 6rem;
  }

  .md\:first\:pl-24:first-child{
    padding-left: 6rem;
  }

  .md\:first\:pt-32:first-child{
    padding-top: 8rem;
  }

  .md\:first\:pr-32:first-child{
    padding-right: 8rem;
  }

  .md\:first\:pb-32:first-child{
    padding-bottom: 8rem;
  }

  .md\:first\:pl-32:first-child{
    padding-left: 8rem;
  }

  .md\:first\:pt-40:first-child{
    padding-top: 10rem;
  }

  .md\:first\:pr-40:first-child{
    padding-right: 10rem;
  }

  .md\:first\:pb-40:first-child{
    padding-bottom: 10rem;
  }

  .md\:first\:pl-40:first-child{
    padding-left: 10rem;
  }

  .md\:first\:pt-48:first-child{
    padding-top: 12rem;
  }

  .md\:first\:pr-48:first-child{
    padding-right: 12rem;
  }

  .md\:first\:pb-48:first-child{
    padding-bottom: 12rem;
  }

  .md\:first\:pl-48:first-child{
    padding-left: 12rem;
  }

  .md\:first\:pt-56:first-child{
    padding-top: 14rem;
  }

  .md\:first\:pr-56:first-child{
    padding-right: 14rem;
  }

  .md\:first\:pb-56:first-child{
    padding-bottom: 14rem;
  }

  .md\:first\:pl-56:first-child{
    padding-left: 14rem;
  }

  .md\:first\:pt-64:first-child{
    padding-top: 16rem;
  }

  .md\:first\:pr-64:first-child{
    padding-right: 16rem;
  }

  .md\:first\:pb-64:first-child{
    padding-bottom: 16rem;
  }

  .md\:first\:pl-64:first-child{
    padding-left: 16rem;
  }

  .md\:first\:pt-px:first-child{
    padding-top: 1px;
  }

  .md\:first\:pr-px:first-child{
    padding-right: 1px;
  }

  .md\:first\:pb-px:first-child{
    padding-bottom: 1px;
  }

  .md\:first\:pl-px:first-child{
    padding-left: 1px;
  }

  .md\:first\:pt-gutter:first-child{
    padding-top: var(--gutter, 1.5625rem );
  }

  .md\:first\:pr-gutter:first-child{
    padding-right: var(--gutter, 1.5625rem );
  }

  .md\:first\:pb-gutter:first-child{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .md\:first\:pl-gutter:first-child{
    padding-left: var(--gutter, 1.5625rem );
  }

  .md\:first\:pt-gutter-full:first-child{
    padding-top: calc( var(--gutter) * 2 );
  }

  .md\:first\:pr-gutter-full:first-child{
    padding-right: calc( var(--gutter) * 2 );
  }

  .md\:first\:pb-gutter-full:first-child{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .md\:first\:pl-gutter-full:first-child{
    padding-left: calc( var(--gutter) * 2 );
  }

  .md\:last\:p-0:last-child{
    padding: 0;
  }

  .md\:last\:p-1:last-child{
    padding: 0.25rem;
  }

  .md\:last\:p-2:last-child{
    padding: 0.5rem;
  }

  .md\:last\:p-3:last-child{
    padding: 0.75rem;
  }

  .md\:last\:p-4:last-child{
    padding: 1rem;
  }

  .md\:last\:p-5:last-child{
    padding: 1.25rem;
  }

  .md\:last\:p-6:last-child{
    padding: 1.5rem;
  }

  .md\:last\:p-8:last-child{
    padding: 2rem;
  }

  .md\:last\:p-9:last-child{
    padding: 2.25rem;
  }

  .md\:last\:p-10:last-child{
    padding: 2.5rem;
  }

  .md\:last\:p-12:last-child{
    padding: 3rem;
  }

  .md\:last\:p-16:last-child{
    padding: 4rem;
  }

  .md\:last\:p-20:last-child{
    padding: 5rem;
  }

  .md\:last\:p-24:last-child{
    padding: 6rem;
  }

  .md\:last\:p-32:last-child{
    padding: 8rem;
  }

  .md\:last\:p-40:last-child{
    padding: 10rem;
  }

  .md\:last\:p-48:last-child{
    padding: 12rem;
  }

  .md\:last\:p-56:last-child{
    padding: 14rem;
  }

  .md\:last\:p-64:last-child{
    padding: 16rem;
  }

  .md\:last\:p-px:last-child{
    padding: 1px;
  }

  .md\:last\:p-gutter:last-child{
    padding: var(--gutter, 1.5625rem );
  }

  .md\:last\:p-gutter-full:last-child{
    padding: calc( var(--gutter) * 2 );
  }

  .md\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:last\:py-1:last-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:last\:px-1:last-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:last\:py-2:last-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:last\:px-2:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:last\:py-3:last-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:last\:px-3:last-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:last\:py-4:last-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:last\:px-4:last-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:last\:py-5:last-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:last\:px-5:last-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:last\:py-6:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:last\:px-6:last-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:last\:py-8:last-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:last\:px-8:last-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:last\:py-9:last-child{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:last\:px-9:last-child{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:last\:py-10:last-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:last\:px-10:last-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:last\:py-12:last-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:last\:px-12:last-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:last\:py-16:last-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:last\:px-16:last-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:last\:py-20:last-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:last\:px-20:last-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:last\:py-24:last-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:last\:px-24:last-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:last\:py-32:last-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:last\:px-32:last-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:last\:py-40:last-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:last\:px-40:last-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:last\:py-48:last-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:last\:px-48:last-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:last\:py-56:last-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:last\:px-56:last-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:last\:py-64:last-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:last\:px-64:last-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:last\:py-px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:last\:px-px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:last\:py-gutter:last-child{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .md\:last\:px-gutter:last-child{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .md\:last\:py-gutter-full:last-child{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .md\:last\:px-gutter-full:last-child{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .md\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .md\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .md\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .md\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .md\:last\:pt-1:last-child{
    padding-top: 0.25rem;
  }

  .md\:last\:pr-1:last-child{
    padding-right: 0.25rem;
  }

  .md\:last\:pb-1:last-child{
    padding-bottom: 0.25rem;
  }

  .md\:last\:pl-1:last-child{
    padding-left: 0.25rem;
  }

  .md\:last\:pt-2:last-child{
    padding-top: 0.5rem;
  }

  .md\:last\:pr-2:last-child{
    padding-right: 0.5rem;
  }

  .md\:last\:pb-2:last-child{
    padding-bottom: 0.5rem;
  }

  .md\:last\:pl-2:last-child{
    padding-left: 0.5rem;
  }

  .md\:last\:pt-3:last-child{
    padding-top: 0.75rem;
  }

  .md\:last\:pr-3:last-child{
    padding-right: 0.75rem;
  }

  .md\:last\:pb-3:last-child{
    padding-bottom: 0.75rem;
  }

  .md\:last\:pl-3:last-child{
    padding-left: 0.75rem;
  }

  .md\:last\:pt-4:last-child{
    padding-top: 1rem;
  }

  .md\:last\:pr-4:last-child{
    padding-right: 1rem;
  }

  .md\:last\:pb-4:last-child{
    padding-bottom: 1rem;
  }

  .md\:last\:pl-4:last-child{
    padding-left: 1rem;
  }

  .md\:last\:pt-5:last-child{
    padding-top: 1.25rem;
  }

  .md\:last\:pr-5:last-child{
    padding-right: 1.25rem;
  }

  .md\:last\:pb-5:last-child{
    padding-bottom: 1.25rem;
  }

  .md\:last\:pl-5:last-child{
    padding-left: 1.25rem;
  }

  .md\:last\:pt-6:last-child{
    padding-top: 1.5rem;
  }

  .md\:last\:pr-6:last-child{
    padding-right: 1.5rem;
  }

  .md\:last\:pb-6:last-child{
    padding-bottom: 1.5rem;
  }

  .md\:last\:pl-6:last-child{
    padding-left: 1.5rem;
  }

  .md\:last\:pt-8:last-child{
    padding-top: 2rem;
  }

  .md\:last\:pr-8:last-child{
    padding-right: 2rem;
  }

  .md\:last\:pb-8:last-child{
    padding-bottom: 2rem;
  }

  .md\:last\:pl-8:last-child{
    padding-left: 2rem;
  }

  .md\:last\:pt-9:last-child{
    padding-top: 2.25rem;
  }

  .md\:last\:pr-9:last-child{
    padding-right: 2.25rem;
  }

  .md\:last\:pb-9:last-child{
    padding-bottom: 2.25rem;
  }

  .md\:last\:pl-9:last-child{
    padding-left: 2.25rem;
  }

  .md\:last\:pt-10:last-child{
    padding-top: 2.5rem;
  }

  .md\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }

  .md\:last\:pb-10:last-child{
    padding-bottom: 2.5rem;
  }

  .md\:last\:pl-10:last-child{
    padding-left: 2.5rem;
  }

  .md\:last\:pt-12:last-child{
    padding-top: 3rem;
  }

  .md\:last\:pr-12:last-child{
    padding-right: 3rem;
  }

  .md\:last\:pb-12:last-child{
    padding-bottom: 3rem;
  }

  .md\:last\:pl-12:last-child{
    padding-left: 3rem;
  }

  .md\:last\:pt-16:last-child{
    padding-top: 4rem;
  }

  .md\:last\:pr-16:last-child{
    padding-right: 4rem;
  }

  .md\:last\:pb-16:last-child{
    padding-bottom: 4rem;
  }

  .md\:last\:pl-16:last-child{
    padding-left: 4rem;
  }

  .md\:last\:pt-20:last-child{
    padding-top: 5rem;
  }

  .md\:last\:pr-20:last-child{
    padding-right: 5rem;
  }

  .md\:last\:pb-20:last-child{
    padding-bottom: 5rem;
  }

  .md\:last\:pl-20:last-child{
    padding-left: 5rem;
  }

  .md\:last\:pt-24:last-child{
    padding-top: 6rem;
  }

  .md\:last\:pr-24:last-child{
    padding-right: 6rem;
  }

  .md\:last\:pb-24:last-child{
    padding-bottom: 6rem;
  }

  .md\:last\:pl-24:last-child{
    padding-left: 6rem;
  }

  .md\:last\:pt-32:last-child{
    padding-top: 8rem;
  }

  .md\:last\:pr-32:last-child{
    padding-right: 8rem;
  }

  .md\:last\:pb-32:last-child{
    padding-bottom: 8rem;
  }

  .md\:last\:pl-32:last-child{
    padding-left: 8rem;
  }

  .md\:last\:pt-40:last-child{
    padding-top: 10rem;
  }

  .md\:last\:pr-40:last-child{
    padding-right: 10rem;
  }

  .md\:last\:pb-40:last-child{
    padding-bottom: 10rem;
  }

  .md\:last\:pl-40:last-child{
    padding-left: 10rem;
  }

  .md\:last\:pt-48:last-child{
    padding-top: 12rem;
  }

  .md\:last\:pr-48:last-child{
    padding-right: 12rem;
  }

  .md\:last\:pb-48:last-child{
    padding-bottom: 12rem;
  }

  .md\:last\:pl-48:last-child{
    padding-left: 12rem;
  }

  .md\:last\:pt-56:last-child{
    padding-top: 14rem;
  }

  .md\:last\:pr-56:last-child{
    padding-right: 14rem;
  }

  .md\:last\:pb-56:last-child{
    padding-bottom: 14rem;
  }

  .md\:last\:pl-56:last-child{
    padding-left: 14rem;
  }

  .md\:last\:pt-64:last-child{
    padding-top: 16rem;
  }

  .md\:last\:pr-64:last-child{
    padding-right: 16rem;
  }

  .md\:last\:pb-64:last-child{
    padding-bottom: 16rem;
  }

  .md\:last\:pl-64:last-child{
    padding-left: 16rem;
  }

  .md\:last\:pt-px:last-child{
    padding-top: 1px;
  }

  .md\:last\:pr-px:last-child{
    padding-right: 1px;
  }

  .md\:last\:pb-px:last-child{
    padding-bottom: 1px;
  }

  .md\:last\:pl-px:last-child{
    padding-left: 1px;
  }

  .md\:last\:pt-gutter:last-child{
    padding-top: var(--gutter, 1.5625rem );
  }

  .md\:last\:pr-gutter:last-child{
    padding-right: var(--gutter, 1.5625rem );
  }

  .md\:last\:pb-gutter:last-child{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .md\:last\:pl-gutter:last-child{
    padding-left: var(--gutter, 1.5625rem );
  }

  .md\:last\:pt-gutter-full:last-child{
    padding-top: calc( var(--gutter) * 2 );
  }

  .md\:last\:pr-gutter-full:last-child{
    padding-right: calc( var(--gutter) * 2 );
  }

  .md\:last\:pb-gutter-full:last-child{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .md\:last\:pl-gutter-full:last-child{
    padding-left: calc( var(--gutter) * 2 );
  }

  .md\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-red::placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-primary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-primary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-primary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-primary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-primary::placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-secondary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-secondary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-secondary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-secondary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-secondary::placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-tertiary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-tertiary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-tertiary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-tertiary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-tertiary::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray::placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-dark-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-dark-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-dark-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-dark-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-dark-gray::placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-scrim-25::-webkit-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:placeholder-brand-scrim-25::-moz-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:placeholder-brand-scrim-25:-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:placeholder-brand-scrim-25::-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:placeholder-brand-scrim-25::placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:placeholder-brand-scrim-50::-webkit-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:placeholder-brand-scrim-50::-moz-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:placeholder-brand-scrim-50:-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:placeholder-brand-scrim-50::-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:placeholder-brand-scrim-50::placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:placeholder-brand-overlay::-webkit-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:placeholder-brand-overlay::-moz-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:placeholder-brand-overlay:-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:placeholder-brand-overlay::-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:placeholder-brand-overlay::placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-primary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-primary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-primary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-secondary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-secondary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-secondary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-secondary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-secondary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-tertiary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-tertiary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-tertiary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-tertiary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-tertiary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-dark-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-dark-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-dark-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-dark-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-dark-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-scrim-25:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:focus\:placeholder-brand-scrim-25:focus::-moz-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:focus\:placeholder-brand-scrim-25:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:focus\:placeholder-brand-scrim-25:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:focus\:placeholder-brand-scrim-25:focus::placeholder{
    color: rgba(0,0,0,0.25);
  }

  .md\:focus\:placeholder-brand-scrim-50:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:focus\:placeholder-brand-scrim-50:focus::-moz-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:focus\:placeholder-brand-scrim-50:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:focus\:placeholder-brand-scrim-50:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:focus\:placeholder-brand-scrim-50:focus::placeholder{
    color: rgba(0,0,0,0.50);
  }

  .md\:focus\:placeholder-brand-overlay:focus::-webkit-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:focus\:placeholder-brand-overlay:focus::-moz-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:focus\:placeholder-brand-overlay:focus:-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:focus\:placeholder-brand-overlay:focus::-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:focus\:placeholder-brand-overlay:focus::placeholder{
    color: rgba(255,255,255,0.35);
  }

  .md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-35::-webkit-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-35::-moz-placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-35:-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-35::-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-35::placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-35:focus::-moz-placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-35:focus::placeholder{
    --placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .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: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-50{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-100{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-50{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-50{
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-100{
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-100{
    right: 100%;
    left: 100%;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-50{
    top: 50%;
  }

  .md\:right-50{
    right: 50%;
  }

  .md\:bottom-50{
    bottom: 50%;
  }

  .md\:left-50{
    left: 50%;
  }

  .md\:top-100{
    top: 100%;
  }

  .md\:right-100{
    right: 100%;
  }

  .md\:bottom-100{
    bottom: 100%;
  }

  .md\:left-100{
    left: 100%;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .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\:fill-current{
    fill: currentColor;
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:stroke-0{
    stroke-width: 0;
  }

  .md\:stroke-1{
    stroke-width: 1;
  }

  .md\:stroke-2{
    stroke-width: 2;
  }

  .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-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:text-red-100{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .md\:text-red{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .md\:text-brand-primary{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .md\:text-brand-secondary{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .md\:text-brand-tertiary{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:text-brand-light-gray{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .md\:text-brand-dark-gray{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .md\:text-brand-scrim-25{
    color: rgba(0,0,0,0.25);
  }

  .md\:text-brand-scrim-50{
    color: rgba(0,0,0,0.50);
  }

  .md\:text-brand-overlay{
    color: rgba(255,255,255,0.35);
  }

  .md\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:text-gray-200{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .md\:hover\:text-red:hover{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .md\:hover\:text-brand-primary:hover{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .md\:hover\:text-brand-secondary:hover{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .md\:hover\:text-brand-tertiary:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:hover\:text-brand-light-gray:hover{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .md\:hover\:text-brand-dark-gray:hover{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .md\:hover\:text-brand-scrim-25:hover{
    color: rgba(0,0,0,0.25);
  }

  .md\:hover\:text-brand-scrim-50:hover{
    color: rgba(0,0,0,0.50);
  }

  .md\:hover\:text-brand-overlay:hover{
    color: rgba(255,255,255,0.35);
  }

  .md\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .md\:focus\:text-red:focus{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .md\:focus\:text-brand-primary:focus{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .md\:focus\:text-brand-secondary:focus{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .md\:focus\:text-brand-tertiary:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:focus\:text-brand-light-gray:focus{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .md\:focus\:text-brand-dark-gray:focus{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .md\:focus\:text-brand-scrim-25:focus{
    color: rgba(0,0,0,0.25);
  }

  .md\:focus\:text-brand-scrim-50:focus{
    color: rgba(0,0,0,0.50);
  }

  .md\:focus\:text-brand-overlay:focus{
    color: rgba(255,255,255,0.35);
  }

  .md\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:text-opacity-0{
    --text-opacity: 0;
  }

  .md\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .md\:text-opacity-35{
    --text-opacity: 0.35;
  }

  .md\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .md\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .md\:text-opacity-80{
    --text-opacity: 0.8;
  }

  .md\:text-opacity-100{
    --text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .md\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-35:hover{
    --text-opacity: 0.35;
  }

  .md\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover{
    --text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .md\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-35:focus{
    --text-opacity: 0.35;
  }

  .md\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus{
    --text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .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;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:normal-nums{
    font-variant-numeric: normal;
  }

  .md\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .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\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-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;
  }

  .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-9{
    width: 2.25rem;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .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-auto{
    width: auto;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:w-gutter{
    width: var(--gutter, 1.5625rem );
  }

  .md\:w-gutter-full{
    width: calc( var(--gutter) * 2 );
  }

  .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-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .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\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .md\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-9{
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .md\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:gap-gutter{
    grid-gap: var(--gutter, 1.5625rem );
    gap: var(--gutter, 1.5625rem );
  }

  .md\:gap-gutter-full{
    grid-gap: calc( var(--gutter) * 2 );
    gap: calc( var(--gutter) * 2 );
  }

  .md\:col-gap-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .md\:col-gap-1{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .md\:col-gap-2{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .md\:col-gap-3{
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .md\:col-gap-4{
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .md\:col-gap-5{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .md\:col-gap-6{
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .md\:col-gap-8{
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .md\:col-gap-9{
    grid-column-gap: 2.25rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }

  .md\:col-gap-10{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .md\:col-gap-12{
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .md\:col-gap-16{
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .md\:col-gap-20{
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .md\:col-gap-24{
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .md\:col-gap-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .md\:col-gap-40{
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .md\:col-gap-48{
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .md\:col-gap-56{
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .md\:col-gap-64{
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .md\:col-gap-px{
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .md\:col-gap-gutter{
    grid-column-gap: var(--gutter, 1.5625rem );
    -webkit-column-gap: var(--gutter, 1.5625rem );
       -moz-column-gap: var(--gutter, 1.5625rem );
            column-gap: var(--gutter, 1.5625rem );
  }

  .md\:col-gap-gutter-full{
    grid-column-gap: calc( var(--gutter) * 2 );
    -webkit-column-gap: calc( var(--gutter) * 2 );
       -moz-column-gap: calc( var(--gutter) * 2 );
            column-gap: calc( var(--gutter) * 2 );
  }

  .md\:gap-x-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .md\:gap-x-1{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .md\:gap-x-2{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .md\:gap-x-3{
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .md\:gap-x-4{
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .md\:gap-x-5{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .md\:gap-x-6{
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .md\:gap-x-8{
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .md\:gap-x-9{
    grid-column-gap: 2.25rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }

  .md\:gap-x-10{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .md\:gap-x-12{
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .md\:gap-x-16{
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .md\:gap-x-20{
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .md\:gap-x-24{
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .md\:gap-x-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .md\:gap-x-40{
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .md\:gap-x-48{
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .md\:gap-x-56{
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .md\:gap-x-64{
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .md\:gap-x-px{
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .md\:gap-x-gutter{
    grid-column-gap: var(--gutter, 1.5625rem );
    -webkit-column-gap: var(--gutter, 1.5625rem );
       -moz-column-gap: var(--gutter, 1.5625rem );
            column-gap: var(--gutter, 1.5625rem );
  }

  .md\:gap-x-gutter-full{
    grid-column-gap: calc( var(--gutter) * 2 );
    -webkit-column-gap: calc( var(--gutter) * 2 );
       -moz-column-gap: calc( var(--gutter) * 2 );
            column-gap: calc( var(--gutter) * 2 );
  }

  .md\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:row-gap-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:row-gap-gutter{
    grid-row-gap: var(--gutter, 1.5625rem );
    row-gap: var(--gutter, 1.5625rem );
  }

  .md\:row-gap-gutter-full{
    grid-row-gap: calc( var(--gutter) * 2 );
    row-gap: calc( var(--gutter) * 2 );
  }

  .md\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:gap-y-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:gap-y-gutter{
    grid-row-gap: var(--gutter, 1.5625rem );
    row-gap: var(--gutter, 1.5625rem );
  }

  .md\:gap-y-gutter-full{
    grid-row-gap: calc( var(--gutter) * 2 );
    row-gap: calc( var(--gutter) * 2 );
  }

  .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none{
    grid-template-columns: none;
  }

  .md\:col-auto{
    grid-column: auto;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-start-6{
    grid-column-start: 6;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-9{
    grid-column-start: 9;
  }

  .md\:col-start-10{
    grid-column-start: 10;
  }

  .md\:col-start-11{
    grid-column-start: 11;
  }

  .md\:col-start-12{
    grid-column-start: 12;
  }

  .md\:col-start-13{
    grid-column-start: 13;
  }

  .md\:col-start-auto{
    grid-column-start: auto;
  }

  .md\:col-end-1{
    grid-column-end: 1;
  }

  .md\:col-end-2{
    grid-column-end: 2;
  }

  .md\:col-end-3{
    grid-column-end: 3;
  }

  .md\:col-end-4{
    grid-column-end: 4;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:col-end-6{
    grid-column-end: 6;
  }

  .md\:col-end-7{
    grid-column-end: 7;
  }

  .md\:col-end-8{
    grid-column-end: 8;
  }

  .md\:col-end-9{
    grid-column-end: 9;
  }

  .md\:col-end-10{
    grid-column-end: 10;
  }

  .md\:col-end-11{
    grid-column-end: 11;
  }

  .md\:col-end-12{
    grid-column-end: 12;
  }

  .md\:col-end-13{
    grid-column-end: 13;
  }

  .md\:col-end-auto{
    grid-column-end: auto;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none{
    grid-template-rows: none;
  }

  .md\:row-auto{
    grid-row: auto;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:row-start-2{
    grid-row-start: 2;
  }

  .md\:row-start-3{
    grid-row-start: 3;
  }

  .md\:row-start-4{
    grid-row-start: 4;
  }

  .md\:row-start-5{
    grid-row-start: 5;
  }

  .md\:row-start-6{
    grid-row-start: 6;
  }

  .md\:row-start-7{
    grid-row-start: 7;
  }

  .md\:row-start-auto{
    grid-row-start: auto;
  }

  .md\:row-end-1{
    grid-row-end: 1;
  }

  .md\:row-end-2{
    grid-row-end: 2;
  }

  .md\:row-end-3{
    grid-row-end: 3;
  }

  .md\:row-end-4{
    grid-row-end: 4;
  }

  .md\:row-end-5{
    grid-row-end: 5;
  }

  .md\:row-end-6{
    grid-row-end: 6;
  }

  .md\:row-end-7{
    grid-row-end: 7;
  }

  .md\:row-end-auto{
    grid-row-end: auto;
  }

  .md\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none{
    -webkit-transform: none;
            transform: none;
  }

  .md\:origin-center{
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .md\:origin-top{
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .md\:origin-top-right{
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .md\:origin-right{
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .md\:origin-bottom-right{
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .md\:origin-bottom{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .md\:origin-bottom-left{
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .md\:origin-left{
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .md\:origin-top-left{
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .md\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0{
    --transform-scale-x: 0;
  }

  .md\:scale-x-50{
    --transform-scale-x: .5;
  }

  .md\:scale-x-75{
    --transform-scale-x: .75;
  }

  .md\:scale-x-90{
    --transform-scale-x: .9;
  }

  .md\:scale-x-95{
    --transform-scale-x: .95;
  }

  .md\:scale-x-100{
    --transform-scale-x: 1;
  }

  .md\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0{
    --transform-scale-y: 0;
  }

  .md\:scale-y-50{
    --transform-scale-y: .5;
  }

  .md\:scale-y-75{
    --transform-scale-y: .75;
  }

  .md\:scale-y-90{
    --transform-scale-y: .9;
  }

  .md\:scale-y-95{
    --transform-scale-y: .95;
  }

  .md\:scale-y-100{
    --transform-scale-y: 1;
  }

  .md\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0{
    --transform-rotate: 0;
  }

  .md\:rotate-45{
    --transform-rotate: 45deg;
  }

  .md\:rotate-90{
    --transform-rotate: 90deg;
  }

  .md\:rotate-180{
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .md\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .md\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .md\:translate-x-0{
    --transform-translate-x: 0;
  }

  .md\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .md\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .md\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .md\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .md\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .md\:translate-x-9{
    --transform-translate-x: 2.25rem;
  }

  .md\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .md\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .md\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .md\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .md\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .md\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .md\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .md\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .md\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .md\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .md\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .md\:translate-x-gutter{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .md\:translate-x-gutter-full{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .md\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .md\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .md\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .md\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .md\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .md\:-translate-x-9{
    --transform-translate-x: -2.25rem;
  }

  .md\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .md\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .md\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .md\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .md\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .md\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .md\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .md\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .md\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .md\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .md\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .md\:-translate-x-gutter{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:-translate-x-gutter-full{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .md\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .md\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .md\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .md\:translate-y-0{
    --transform-translate-y: 0;
  }

  .md\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .md\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .md\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .md\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .md\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .md\:translate-y-9{
    --transform-translate-y: 2.25rem;
  }

  .md\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .md\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .md\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .md\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .md\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .md\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .md\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .md\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .md\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .md\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .md\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .md\:translate-y-gutter{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .md\:translate-y-gutter-full{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .md\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .md\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .md\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .md\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .md\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .md\:-translate-y-9{
    --transform-translate-y: -2.25rem;
  }

  .md\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .md\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .md\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .md\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .md\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .md\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .md\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .md\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .md\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .md\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .md\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .md\:-translate-y-gutter{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:-translate-y-gutter-full{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .md\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .md\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .md\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover{
    --transform-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .md\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .md\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .md\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .md\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .md\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .md\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .md\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .md\:hover\:translate-x-gutter:hover{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .md\:hover\:translate-x-gutter-full:hover{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .md\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover{
    --transform-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .md\:hover\:-translate-x-gutter:hover{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:hover\:-translate-x-gutter-full:hover{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .md\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover{
    --transform-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .md\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .md\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .md\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .md\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .md\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .md\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .md\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .md\:hover\:translate-y-gutter:hover{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .md\:hover\:translate-y-gutter-full:hover{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .md\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover{
    --transform-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .md\:hover\:-translate-y-gutter:hover{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:hover\:-translate-y-gutter-full:hover{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .md\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .md\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .md\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .md\:focus\:translate-x-9:focus{
    --transform-translate-x: 2.25rem;
  }

  .md\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .md\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .md\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .md\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .md\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .md\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .md\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .md\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .md\:focus\:translate-x-gutter:focus{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .md\:focus\:translate-x-gutter-full:focus{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .md\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-9:focus{
    --transform-translate-x: -2.25rem;
  }

  .md\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .md\:focus\:-translate-x-gutter:focus{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:focus\:-translate-x-gutter-full:focus{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .md\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .md\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .md\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .md\:focus\:translate-y-9:focus{
    --transform-translate-y: 2.25rem;
  }

  .md\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .md\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .md\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .md\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .md\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .md\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .md\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .md\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .md\:focus\:translate-y-gutter:focus{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .md\:focus\:translate-y-gutter-full:focus{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .md\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-9:focus{
    --transform-translate-y: -2.25rem;
  }

  .md\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .md\:focus\:-translate-y-gutter:focus{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .md\:focus\:-translate-y-gutter-full:focus{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .md\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .md\:skew-x-0{
    --transform-skew-x: 0;
  }

  .md\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .md\:skew-y-0{
    --transform-skew-y: 0;
  }

  .md\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .md\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .md\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .md\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .md\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .md\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .md\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .md\:transition-none{
    transition-property: none;
  }

  .md\:transition-all{
    transition-property: all;
  }

  .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity{
    transition-property: opacity;
  }

  .md\:transition-shadow{
    transition-property: box-shadow;
  }

  .md\:transition-transform{
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .md\:ease-linear{
    transition-timing-function: linear;
  }

  .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75{
    transition-duration: 75ms;
  }

  .md\:duration-100{
    transition-duration: 100ms;
  }

  .md\:duration-150{
    transition-duration: 150ms;
  }

  .md\:duration-200{
    transition-duration: 200ms;
  }

  .md\:duration-300{
    transition-duration: 300ms;
  }

  .md\:duration-500{
    transition-duration: 500ms;
  }

  .md\:duration-700{
    transition-duration: 700ms;
  }

  .md\:duration-1000{
    transition-duration: 1000ms;
  }

  .md\:delay-75{
    transition-delay: 75ms;
  }

  .md\:delay-100{
    transition-delay: 100ms;
  }

  .md\:delay-150{
    transition-delay: 150ms;
  }

  .md\:delay-200{
    transition-delay: 200ms;
  }

  .md\:delay-300{
    transition-delay: 300ms;
  }

  .md\:delay-500{
    transition-delay: 500ms;
  }

  .md\:delay-700{
    transition-delay: 700ms;
  }

  .md\:delay-1000{
    transition-delay: 1000ms;
  }

  .md\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
      padding-right: calc( var(--gutter) * 2 );
      padding-left: calc( var(--gutter) * 2 );
    }
  }

  @media (min-width: 1270px){
    .lg\:container{
      max-width: 1270px;
    }
  }

  .lg\:offset-1 {
    margin-left: 8.33333%;
  }

  .lg\:offset-2 {
    margin-left: 16.66667%;
  }

  .lg\:offset-3 {
    margin-left: 25%;
  }

  .lg\:offset-4 {
    margin-left: 33.33333%;
  }

  .lg\:offset-5 {
    margin-left: 41.66667%;
  }

  .lg\:offset-6 {
    margin-left: 50%;
  }

  .lg\:offset-7 {
    margin-left: 58.33333%;
  }

  .lg\:offset-8 {
    margin-left: 66.66667%;
  }

  .lg\:offset-9 {
    margin-left: 75%;
  }

  .lg\:offset-10 {
    margin-left: 83.33333%;
  }

  .lg\:offset-11 {
    margin-left: 91.66667%;
  }

  .lg\:offset-right-1 {
    margin-right: 8.33333%;
  }

  .lg\:offset-right-2 {
    margin-right: 16.66667%;
  }

  .lg\:offset-right-3 {
    margin-right: 25%;
  }

  .lg\:offset-right-4 {
    margin-right: 33.33333%;
  }

  .lg\:offset-right-5 {
    margin-right: 41.66667%;
  }

  .lg\:offset-right-6 {
    margin-right: 50%;
  }

  .lg\:offset-right-7 {
    margin-right: 58.33333%;
  }

  .lg\:offset-right-8 {
    margin-right: 66.66667%;
  }

  .lg\:offset-right-9 {
    margin-right: 75%;
  }

  .lg\:offset-right-10 {
    margin-right: 83.33333%;
  }

  .lg\:offset-right-11 {
    margin-right: 91.66667%;
  }

  .lg\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-gutter > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(var(--gutter, 1.5625rem ) * var(--space-y-reverse));
  }

  .lg\:space-x-gutter > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(var(--gutter, 1.5625rem ) * var(--space-x-reverse));
    margin-left: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-gutter-full > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc( var(--gutter) * 2 ) * var(--space-y-reverse));
  }

  .lg\:space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc( var(--gutter) * 2 ) * var(--space-x-reverse));
    margin-left: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-gutter > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-y-reverse));
  }

  .lg\:-space-x-gutter > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-x-reverse));
    margin-left: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-gutter-full > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc(var(--gutter) * 2 * -1) * var(--space-y-reverse));
  }

  .lg\:-space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc(var(--gutter) * 2 * -1) * var(--space-x-reverse));
    margin-left: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .lg\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .lg\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--divide-opacity));
  }

  .lg\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--divide-opacity));
  }

  .lg\:divide-brand-primary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--divide-opacity));
  }

  .lg\:divide-brand-secondary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--divide-opacity));
  }

  .lg\:divide-brand-tertiary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:divide-brand-light-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--divide-opacity));
  }

  .lg\:divide-brand-dark-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--divide-opacity));
  }

  .lg\:divide-brand-scrim-25 > :not(template) ~ :not(template){
    border-color: rgba(0,0,0,0.25);
  }

  .lg\:divide-brand-scrim-50 > :not(template) ~ :not(template){
    border-color: rgba(0,0,0,0.50);
  }

  .lg\:divide-brand-overlay > :not(template) ~ :not(template){
    border-color: rgba(255,255,255,0.35);
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .lg\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .lg\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .lg\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .lg\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .lg\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .lg\:divide-opacity-35 > :not(template) ~ :not(template){
    --divide-opacity: 0.35;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.8;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .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{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-clip-border{
    background-clip: border-box;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  .lg\:bg-clip-content{
    background-clip: content-box;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:bg-red-100{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .lg\:bg-red{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .lg\:bg-brand-primary{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .lg\:bg-brand-secondary{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .lg\:bg-brand-tertiary{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:bg-brand-light-gray{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .lg\:bg-brand-dark-gray{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .lg\:bg-brand-scrim-25{
    background-color: rgba(0,0,0,0.25);
  }

  .lg\:bg-brand-scrim-50{
    background-color: rgba(0,0,0,0.50);
  }

  .lg\:bg-brand-overlay{
    background-color: rgba(255,255,255,0.35);
  }

  .lg\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .lg\:hover\:bg-red:hover{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .lg\:hover\:bg-brand-primary:hover{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .lg\:hover\:bg-brand-secondary:hover{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .lg\:hover\:bg-brand-tertiary:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:hover\:bg-brand-light-gray:hover{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .lg\:hover\:bg-brand-dark-gray:hover{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .lg\:hover\:bg-brand-scrim-25:hover{
    background-color: rgba(0,0,0,0.25);
  }

  .lg\:hover\:bg-brand-scrim-50:hover{
    background-color: rgba(0,0,0,0.50);
  }

  .lg\:hover\:bg-brand-overlay:hover{
    background-color: rgba(255,255,255,0.35);
  }

  .lg\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .lg\:focus\:bg-red:focus{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .lg\:focus\:bg-brand-primary:focus{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .lg\:focus\:bg-brand-secondary:focus{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .lg\:focus\:bg-brand-tertiary:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:focus\:bg-brand-light-gray:focus{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .lg\:focus\:bg-brand-dark-gray:focus{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .lg\:focus\:bg-brand-scrim-25:focus{
    background-color: rgba(0,0,0,0.25);
  }

  .lg\:focus\:bg-brand-scrim-50:focus{
    background-color: rgba(0,0,0,0.50);
  }

  .lg\:focus\:bg-brand-overlay:focus{
    background-color: rgba(255,255,255,0.35);
  }

  .lg\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:bg-none{
    background-image: none;
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:from-red-100{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .lg\:from-red{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .lg\:from-brand-primary{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .lg\:from-brand-secondary{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .lg\:from-brand-tertiary{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:from-brand-light-gray{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .lg\:from-brand-dark-gray{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .lg\:from-brand-scrim-25{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-brand-scrim-50{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-brand-overlay{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:from-gray-200{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:via-red-100{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .lg\:via-red{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .lg\:via-brand-primary{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .lg\:via-brand-secondary{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .lg\:via-brand-tertiary{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:via-brand-light-gray{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .lg\:via-brand-dark-gray{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .lg\:via-brand-scrim-25{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-brand-scrim-50{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-brand-overlay{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:via-gray-200{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:to-transparent{
    --gradient-to-color: transparent;
  }

  .lg\:to-black{
    --gradient-to-color: #000;
  }

  .lg\:to-white{
    --gradient-to-color: #fff;
  }

  .lg\:to-red-100{
    --gradient-to-color: #ffdfdf;
  }

  .lg\:to-red{
    --gradient-to-color: #e04242;
  }

  .lg\:to-brand-primary{
    --gradient-to-color: #24526f;
  }

  .lg\:to-brand-secondary{
    --gradient-to-color: #ffbd59;
  }

  .lg\:to-brand-tertiary{
    --gradient-to-color: #f7fafc;
  }

  .lg\:to-brand-light-gray{
    --gradient-to-color: #BEBEBE;
  }

  .lg\:to-brand-dark-gray{
    --gradient-to-color: #8A8A8A;
  }

  .lg\:to-brand-scrim-25{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .lg\:to-brand-scrim-50{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .lg\:to-brand-overlay{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .lg\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .lg\:to-gray-200{
    --gradient-to-color: #edf2f7;
  }

  .lg\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .lg\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .lg\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .lg\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .lg\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .lg\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .lg\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .lg\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-red-100:hover{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .lg\:hover\:from-red:hover{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .lg\:hover\:from-brand-primary:hover{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .lg\:hover\:from-brand-secondary:hover{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .lg\:hover\:from-brand-tertiary:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:from-brand-light-gray:hover{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .lg\:hover\:from-brand-dark-gray:hover{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .lg\:hover\:from-brand-scrim-25:hover{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-brand-scrim-50:hover{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-brand-overlay:hover{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-red-100:hover{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .lg\:hover\:via-red:hover{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .lg\:hover\:via-brand-primary:hover{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .lg\:hover\:via-brand-secondary:hover{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .lg\:hover\:via-brand-tertiary:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:via-brand-light-gray:hover{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .lg\:hover\:via-brand-dark-gray:hover{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .lg\:hover\:via-brand-scrim-25:hover{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-brand-scrim-50:hover{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-brand-overlay:hover{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .lg\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .lg\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .lg\:hover\:to-red-100:hover{
    --gradient-to-color: #ffdfdf;
  }

  .lg\:hover\:to-red:hover{
    --gradient-to-color: #e04242;
  }

  .lg\:hover\:to-brand-primary:hover{
    --gradient-to-color: #24526f;
  }

  .lg\:hover\:to-brand-secondary:hover{
    --gradient-to-color: #ffbd59;
  }

  .lg\:hover\:to-brand-tertiary:hover{
    --gradient-to-color: #f7fafc;
  }

  .lg\:hover\:to-brand-light-gray:hover{
    --gradient-to-color: #BEBEBE;
  }

  .lg\:hover\:to-brand-dark-gray:hover{
    --gradient-to-color: #8A8A8A;
  }

  .lg\:hover\:to-brand-scrim-25:hover{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .lg\:hover\:to-brand-scrim-50:hover{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .lg\:hover\:to-brand-overlay:hover{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .lg\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .lg\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7;
  }

  .lg\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .lg\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .lg\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .lg\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .lg\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .lg\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .lg\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .lg\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-red-100:focus{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .lg\:focus\:from-red:focus{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .lg\:focus\:from-brand-primary:focus{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .lg\:focus\:from-brand-secondary:focus{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .lg\:focus\:from-brand-tertiary:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:from-brand-light-gray:focus{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .lg\:focus\:from-brand-dark-gray:focus{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .lg\:focus\:from-brand-scrim-25:focus{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-brand-scrim-50:focus{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-brand-overlay:focus{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-red-100:focus{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .lg\:focus\:via-red:focus{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .lg\:focus\:via-brand-primary:focus{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .lg\:focus\:via-brand-secondary:focus{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .lg\:focus\:via-brand-tertiary:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:via-brand-light-gray:focus{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .lg\:focus\:via-brand-dark-gray:focus{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .lg\:focus\:via-brand-scrim-25:focus{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-brand-scrim-50:focus{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-brand-overlay:focus{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .lg\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .lg\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .lg\:focus\:to-red-100:focus{
    --gradient-to-color: #ffdfdf;
  }

  .lg\:focus\:to-red:focus{
    --gradient-to-color: #e04242;
  }

  .lg\:focus\:to-brand-primary:focus{
    --gradient-to-color: #24526f;
  }

  .lg\:focus\:to-brand-secondary:focus{
    --gradient-to-color: #ffbd59;
  }

  .lg\:focus\:to-brand-tertiary:focus{
    --gradient-to-color: #f7fafc;
  }

  .lg\:focus\:to-brand-light-gray:focus{
    --gradient-to-color: #BEBEBE;
  }

  .lg\:focus\:to-brand-dark-gray:focus{
    --gradient-to-color: #8A8A8A;
  }

  .lg\:focus\:to-brand-scrim-25:focus{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .lg\:focus\:to-brand-scrim-50:focus{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .lg\:focus\:to-brand-overlay:focus{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .lg\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .lg\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7;
  }

  .lg\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .lg\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .lg\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .lg\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .lg\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .lg\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .lg\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .lg\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .lg\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .lg\:bg-opacity-35{
    --bg-opacity: 0.35;
  }

  .lg\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .lg\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80{
    --bg-opacity: 0.8;
  }

  .lg\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-35:hover{
    --bg-opacity: 0.35;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-35:focus{
    --bg-opacity: 0.35;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .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-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\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:border-red-100{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .lg\:border-red{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .lg\:border-brand-primary{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .lg\:border-brand-secondary{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .lg\:border-brand-tertiary{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:border-brand-light-gray{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .lg\:border-brand-dark-gray{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .lg\:border-brand-scrim-25{
    border-color: rgba(0,0,0,0.25);
  }

  .lg\:border-brand-scrim-50{
    border-color: rgba(0,0,0,0.50);
  }

  .lg\:border-brand-overlay{
    border-color: rgba(255,255,255,0.35);
  }

  .lg\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:border-gray-200{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .lg\:hover\:border-red:hover{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .lg\:hover\:border-brand-primary:hover{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .lg\:hover\:border-brand-secondary:hover{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .lg\:hover\:border-brand-tertiary:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:hover\:border-brand-light-gray:hover{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .lg\:hover\:border-brand-dark-gray:hover{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .lg\:hover\:border-brand-scrim-25:hover{
    border-color: rgba(0,0,0,0.25);
  }

  .lg\:hover\:border-brand-scrim-50:hover{
    border-color: rgba(0,0,0,0.50);
  }

  .lg\:hover\:border-brand-overlay:hover{
    border-color: rgba(255,255,255,0.35);
  }

  .lg\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .lg\:focus\:border-red:focus{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .lg\:focus\:border-brand-primary:focus{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .lg\:focus\:border-brand-secondary:focus{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .lg\:focus\:border-brand-tertiary:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:focus\:border-brand-light-gray:focus{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .lg\:focus\:border-brand-dark-gray:focus{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .lg\:focus\:border-brand-scrim-25:focus{
    border-color: rgba(0,0,0,0.25);
  }

  .lg\:focus\:border-brand-scrim-50:focus{
    border-color: rgba(0,0,0,0.50);
  }

  .lg\:focus\:border-brand-overlay:focus{
    border-color: rgba(255,255,255,0.35);
  }

  .lg\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:border-opacity-0{
    --border-opacity: 0;
  }

  .lg\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .lg\:border-opacity-35{
    --border-opacity: 0.35;
  }

  .lg\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .lg\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .lg\:border-opacity-80{
    --border-opacity: 0.8;
  }

  .lg\:border-opacity-100{
    --border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .lg\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-35:hover{
    --border-opacity: 0.35;
  }

  .lg\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .lg\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-35:focus{
    --border-opacity: 0.35;
  }

  .lg\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .lg\:rounded-none{
    border-radius: 0;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .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-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-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-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-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\: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\: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-4{
    border-width: 4px;
  }

  .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-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-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\:box-border{
    box-sizing: border-box;
  }

  .lg\:box-content{
    box-sizing: content-box;
  }

  .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-caption{
    display: table-caption;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-column{
    display: table-column;
  }

  .lg\:table-column-group{
    display: table-column-group;
  }

  .lg\:table-footer-group{
    display: table-footer-group;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row-group{
    display: table-row-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:flow-root{
    display: flow-root;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:inline-grid{
    display: inline-grid;
  }

  .lg\:contents{
    display: contents;
  }

  .lg\: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\:place-items-auto{
    place-items: auto;
  }

  .lg\:place-items-start{
    place-items: start;
  }

  .lg\:place-items-end{
    place-items: end;
  }

  .lg\:place-items-center{
    place-items: center;
  }

  .lg\:place-items-stretch{
    place-items: stretch;
  }

  .lg\:place-content-center{
    place-content: center;
  }

  .lg\:place-content-start{
    place-content: start;
  }

  .lg\:place-content-end{
    place-content: end;
  }

  .lg\:place-content-between{
    place-content: space-between;
  }

  .lg\:place-content-around{
    place-content: space-around;
  }

  .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  .lg\:place-content-stretch{
    place-content: stretch;
  }

  .lg\:place-self-auto{
    place-self: auto;
  }

  .lg\:place-self-start{
    place-self: start;
  }

  .lg\:place-self-end{
    place-self: end;
  }

  .lg\:place-self-center{
    place-self: center;
  }

  .lg\:place-self-stretch{
    place-self: stretch;
  }

  .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\: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\:content-evenly{
    align-content: space-evenly;
  }

  .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-items-auto{
    justify-items: auto;
  }

  .lg\:justify-items-start{
    justify-items: start;
  }

  .lg\:justify-items-end{
    justify-items: end;
  }

  .lg\:justify-items-center{
    justify-items: center;
  }

  .lg\:justify-items-stretch{
    justify-items: 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\:justify-evenly{
    justify-content: space-evenly;
  }

  .lg\:justify-self-auto{
    justify-self: auto;
  }

  .lg\:justify-self-start{
    justify-self: start;
  }

  .lg\:justify-self-end{
    justify-self: end;
  }

  .lg\:justify-self-center{
    justify-self: center;
  }

  .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  .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-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\:clear-left{
    clear: left;
  }

  .lg\:clear-right{
    clear: right;
  }

  .lg\:clear-both{
    clear: both;
  }

  .lg\:clear-none{
    clear: none;
  }

  .lg\:font-sans{
    font-family: "Merriweather", -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";
  }

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .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-9{
    height: 2.25rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .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-auto{
    height: auto;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:h-gutter{
    height: var(--gutter, 1.5625rem );
  }

  .lg\:h-gutter-full{
    height: calc( var(--gutter) * 2 );
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .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\: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\: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-9{
    margin: 2.25rem;
  }

  .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-gutter{
    margin: var(--gutter, 1.5625rem );
  }

  .lg\:m-gutter-full{
    margin: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin: -2.25rem;
  }

  .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-gutter{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:-m-gutter-full{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .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-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-gutter{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:mx-gutter{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .lg\:my-gutter-full{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:mx-gutter-full{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-gutter{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:-mx-gutter{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:-my-gutter-full{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .lg\:-mx-gutter-full{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .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-9{
    margin-top: 2.25rem;
  }

  .lg\:mr-9{
    margin-right: 2.25rem;
  }

  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  .lg\:ml-9{
    margin-left: 2.25rem;
  }

  .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-gutter{
    margin-top: var(--gutter, 1.5625rem );
  }

  .lg\:mr-gutter{
    margin-right: var(--gutter, 1.5625rem );
  }

  .lg\:mb-gutter{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:ml-gutter{
    margin-left: var(--gutter, 1.5625rem );
  }

  .lg\:mt-gutter-full{
    margin-top: calc( var(--gutter) * 2 );
  }

  .lg\:mr-gutter-full{
    margin-right: calc( var(--gutter) * 2 );
  }

  .lg\:mb-gutter-full{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:ml-gutter-full{
    margin-left: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin-top: -2.25rem;
  }

  .lg\:-mr-9{
    margin-right: -2.25rem;
  }

  .lg\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .lg\:-ml-9{
    margin-left: -2.25rem;
  }

  .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-gutter{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:-mr-gutter{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:-mb-gutter{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:-ml-gutter{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:-mt-gutter-full{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .lg\:-mr-gutter-full{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .lg\:-mb-gutter-full{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .lg\:-ml-gutter-full{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .lg\:first\:m-0:first-child{
    margin: 0;
  }

  .lg\:first\:m-1:first-child{
    margin: 0.25rem;
  }

  .lg\:first\:m-2:first-child{
    margin: 0.5rem;
  }

  .lg\:first\:m-3:first-child{
    margin: 0.75rem;
  }

  .lg\:first\:m-4:first-child{
    margin: 1rem;
  }

  .lg\:first\:m-5:first-child{
    margin: 1.25rem;
  }

  .lg\:first\:m-6:first-child{
    margin: 1.5rem;
  }

  .lg\:first\:m-8:first-child{
    margin: 2rem;
  }

  .lg\:first\:m-9:first-child{
    margin: 2.25rem;
  }

  .lg\:first\:m-10:first-child{
    margin: 2.5rem;
  }

  .lg\:first\:m-12:first-child{
    margin: 3rem;
  }

  .lg\:first\:m-16:first-child{
    margin: 4rem;
  }

  .lg\:first\:m-20:first-child{
    margin: 5rem;
  }

  .lg\:first\:m-24:first-child{
    margin: 6rem;
  }

  .lg\:first\:m-32:first-child{
    margin: 8rem;
  }

  .lg\:first\:m-40:first-child{
    margin: 10rem;
  }

  .lg\:first\:m-48:first-child{
    margin: 12rem;
  }

  .lg\:first\:m-56:first-child{
    margin: 14rem;
  }

  .lg\:first\:m-64:first-child{
    margin: 16rem;
  }

  .lg\:first\:m-auto:first-child{
    margin: auto;
  }

  .lg\:first\:m-px:first-child{
    margin: 1px;
  }

  .lg\:first\:m-gutter:first-child{
    margin: var(--gutter, 1.5625rem );
  }

  .lg\:first\:m-gutter-full:first-child{
    margin: calc( var(--gutter) * 2 );
  }

  .lg\:first\:-m-1:first-child{
    margin: -0.25rem;
  }

  .lg\:first\:-m-2:first-child{
    margin: -0.5rem;
  }

  .lg\:first\:-m-3:first-child{
    margin: -0.75rem;
  }

  .lg\:first\:-m-4:first-child{
    margin: -1rem;
  }

  .lg\:first\:-m-5:first-child{
    margin: -1.25rem;
  }

  .lg\:first\:-m-6:first-child{
    margin: -1.5rem;
  }

  .lg\:first\:-m-8:first-child{
    margin: -2rem;
  }

  .lg\:first\:-m-9:first-child{
    margin: -2.25rem;
  }

  .lg\:first\:-m-10:first-child{
    margin: -2.5rem;
  }

  .lg\:first\:-m-12:first-child{
    margin: -3rem;
  }

  .lg\:first\:-m-16:first-child{
    margin: -4rem;
  }

  .lg\:first\:-m-20:first-child{
    margin: -5rem;
  }

  .lg\:first\:-m-24:first-child{
    margin: -6rem;
  }

  .lg\:first\:-m-32:first-child{
    margin: -8rem;
  }

  .lg\:first\:-m-40:first-child{
    margin: -10rem;
  }

  .lg\:first\:-m-48:first-child{
    margin: -12rem;
  }

  .lg\:first\:-m-56:first-child{
    margin: -14rem;
  }

  .lg\:first\:-m-64:first-child{
    margin: -16rem;
  }

  .lg\:first\:-m-px:first-child{
    margin: -1px;
  }

  .lg\:first\:-m-gutter:first-child{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:first\:-m-gutter-full:first-child{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .lg\:first\:my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:first\:mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:first\:my-1:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:mx-1:first-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:first\:my-2:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:mx-2:first-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:first\:my-3:first-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:first\:mx-3:first-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:first\:my-4:first-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:first\:mx-4:first-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:first\:my-5:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:first\:mx-5:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:first\:my-6:first-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:first\:mx-6:first-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:first\:my-8:first-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:first\:mx-8:first-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:first\:my-9:first-child{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:first\:mx-9:first-child{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:first\:my-10:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:first\:mx-10:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:first\:my-12:first-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:first\:mx-12:first-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:first\:my-16:first-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:first\:mx-16:first-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:first\:my-20:first-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:first\:mx-20:first-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:first\:my-24:first-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:first\:mx-24:first-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:first\:my-32:first-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:first\:mx-32:first-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:first\:my-40:first-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:first\:mx-40:first-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:first\:my-48:first-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:first\:mx-48:first-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:first\:my-56:first-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:first\:mx-56:first-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:first\:my-64:first-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:first\:mx-64:first-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:mx-auto:first-child{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:first\:my-px:first-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:first\:mx-px:first-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:first\:my-gutter:first-child{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:first\:mx-gutter:first-child{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .lg\:first\:my-gutter-full:first-child{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:first\:mx-gutter-full:first-child{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .lg\:first\:-my-1:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-mx-1:first-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:first\:-my-2:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-mx-2:first-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:first\:-my-3:first-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-mx-3:first-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:first\:-my-4:first-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:first\:-mx-4:first-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:first\:-my-5:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-mx-5:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:first\:-my-6:first-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-mx-6:first-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:first\:-my-8:first-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:first\:-mx-8:first-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:first\:-my-9:first-child{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:first\:-mx-9:first-child{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:first\:-my-10:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-mx-10:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:first\:-my-12:first-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:first\:-mx-12:first-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:first\:-my-16:first-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:first\:-mx-16:first-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:first\:-my-20:first-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:first\:-mx-20:first-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:first\:-my-24:first-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:first\:-mx-24:first-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:first\:-my-32:first-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:first\:-mx-32:first-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:first\:-my-40:first-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:first\:-mx-40:first-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:first\:-my-48:first-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:first\:-mx-48:first-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:first\:-my-56:first-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:first\:-mx-56:first-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:first\:-my-64:first-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:first\:-mx-64:first-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:first\:-my-px:first-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:first\:-mx-px:first-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:first\:-my-gutter:first-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:first\:-mx-gutter:first-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:first\:-my-gutter-full:first-child{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .lg\:first\:-mx-gutter-full:first-child{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .lg\:first\:mt-0:first-child{
    margin-top: 0;
  }

  .lg\:first\:mr-0:first-child{
    margin-right: 0;
  }

  .lg\:first\:mb-0:first-child{
    margin-bottom: 0;
  }

  .lg\:first\:ml-0:first-child{
    margin-left: 0;
  }

  .lg\:first\:mt-1:first-child{
    margin-top: 0.25rem;
  }

  .lg\:first\:mr-1:first-child{
    margin-right: 0.25rem;
  }

  .lg\:first\:mb-1:first-child{
    margin-bottom: 0.25rem;
  }

  .lg\:first\:ml-1:first-child{
    margin-left: 0.25rem;
  }

  .lg\:first\:mt-2:first-child{
    margin-top: 0.5rem;
  }

  .lg\:first\:mr-2:first-child{
    margin-right: 0.5rem;
  }

  .lg\:first\:mb-2:first-child{
    margin-bottom: 0.5rem;
  }

  .lg\:first\:ml-2:first-child{
    margin-left: 0.5rem;
  }

  .lg\:first\:mt-3:first-child{
    margin-top: 0.75rem;
  }

  .lg\:first\:mr-3:first-child{
    margin-right: 0.75rem;
  }

  .lg\:first\:mb-3:first-child{
    margin-bottom: 0.75rem;
  }

  .lg\:first\:ml-3:first-child{
    margin-left: 0.75rem;
  }

  .lg\:first\:mt-4:first-child{
    margin-top: 1rem;
  }

  .lg\:first\:mr-4:first-child{
    margin-right: 1rem;
  }

  .lg\:first\:mb-4:first-child{
    margin-bottom: 1rem;
  }

  .lg\:first\:ml-4:first-child{
    margin-left: 1rem;
  }

  .lg\:first\:mt-5:first-child{
    margin-top: 1.25rem;
  }

  .lg\:first\:mr-5:first-child{
    margin-right: 1.25rem;
  }

  .lg\:first\:mb-5:first-child{
    margin-bottom: 1.25rem;
  }

  .lg\:first\:ml-5:first-child{
    margin-left: 1.25rem;
  }

  .lg\:first\:mt-6:first-child{
    margin-top: 1.5rem;
  }

  .lg\:first\:mr-6:first-child{
    margin-right: 1.5rem;
  }

  .lg\:first\:mb-6:first-child{
    margin-bottom: 1.5rem;
  }

  .lg\:first\:ml-6:first-child{
    margin-left: 1.5rem;
  }

  .lg\:first\:mt-8:first-child{
    margin-top: 2rem;
  }

  .lg\:first\:mr-8:first-child{
    margin-right: 2rem;
  }

  .lg\:first\:mb-8:first-child{
    margin-bottom: 2rem;
  }

  .lg\:first\:ml-8:first-child{
    margin-left: 2rem;
  }

  .lg\:first\:mt-9:first-child{
    margin-top: 2.25rem;
  }

  .lg\:first\:mr-9:first-child{
    margin-right: 2.25rem;
  }

  .lg\:first\:mb-9:first-child{
    margin-bottom: 2.25rem;
  }

  .lg\:first\:ml-9:first-child{
    margin-left: 2.25rem;
  }

  .lg\:first\:mt-10:first-child{
    margin-top: 2.5rem;
  }

  .lg\:first\:mr-10:first-child{
    margin-right: 2.5rem;
  }

  .lg\:first\:mb-10:first-child{
    margin-bottom: 2.5rem;
  }

  .lg\:first\:ml-10:first-child{
    margin-left: 2.5rem;
  }

  .lg\:first\:mt-12:first-child{
    margin-top: 3rem;
  }

  .lg\:first\:mr-12:first-child{
    margin-right: 3rem;
  }

  .lg\:first\:mb-12:first-child{
    margin-bottom: 3rem;
  }

  .lg\:first\:ml-12:first-child{
    margin-left: 3rem;
  }

  .lg\:first\:mt-16:first-child{
    margin-top: 4rem;
  }

  .lg\:first\:mr-16:first-child{
    margin-right: 4rem;
  }

  .lg\:first\:mb-16:first-child{
    margin-bottom: 4rem;
  }

  .lg\:first\:ml-16:first-child{
    margin-left: 4rem;
  }

  .lg\:first\:mt-20:first-child{
    margin-top: 5rem;
  }

  .lg\:first\:mr-20:first-child{
    margin-right: 5rem;
  }

  .lg\:first\:mb-20:first-child{
    margin-bottom: 5rem;
  }

  .lg\:first\:ml-20:first-child{
    margin-left: 5rem;
  }

  .lg\:first\:mt-24:first-child{
    margin-top: 6rem;
  }

  .lg\:first\:mr-24:first-child{
    margin-right: 6rem;
  }

  .lg\:first\:mb-24:first-child{
    margin-bottom: 6rem;
  }

  .lg\:first\:ml-24:first-child{
    margin-left: 6rem;
  }

  .lg\:first\:mt-32:first-child{
    margin-top: 8rem;
  }

  .lg\:first\:mr-32:first-child{
    margin-right: 8rem;
  }

  .lg\:first\:mb-32:first-child{
    margin-bottom: 8rem;
  }

  .lg\:first\:ml-32:first-child{
    margin-left: 8rem;
  }

  .lg\:first\:mt-40:first-child{
    margin-top: 10rem;
  }

  .lg\:first\:mr-40:first-child{
    margin-right: 10rem;
  }

  .lg\:first\:mb-40:first-child{
    margin-bottom: 10rem;
  }

  .lg\:first\:ml-40:first-child{
    margin-left: 10rem;
  }

  .lg\:first\:mt-48:first-child{
    margin-top: 12rem;
  }

  .lg\:first\:mr-48:first-child{
    margin-right: 12rem;
  }

  .lg\:first\:mb-48:first-child{
    margin-bottom: 12rem;
  }

  .lg\:first\:ml-48:first-child{
    margin-left: 12rem;
  }

  .lg\:first\:mt-56:first-child{
    margin-top: 14rem;
  }

  .lg\:first\:mr-56:first-child{
    margin-right: 14rem;
  }

  .lg\:first\:mb-56:first-child{
    margin-bottom: 14rem;
  }

  .lg\:first\:ml-56:first-child{
    margin-left: 14rem;
  }

  .lg\:first\:mt-64:first-child{
    margin-top: 16rem;
  }

  .lg\:first\:mr-64:first-child{
    margin-right: 16rem;
  }

  .lg\:first\:mb-64:first-child{
    margin-bottom: 16rem;
  }

  .lg\:first\:ml-64:first-child{
    margin-left: 16rem;
  }

  .lg\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .lg\:first\:mr-auto:first-child{
    margin-right: auto;
  }

  .lg\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .lg\:first\:ml-auto:first-child{
    margin-left: auto;
  }

  .lg\:first\:mt-px:first-child{
    margin-top: 1px;
  }

  .lg\:first\:mr-px:first-child{
    margin-right: 1px;
  }

  .lg\:first\:mb-px:first-child{
    margin-bottom: 1px;
  }

  .lg\:first\:ml-px:first-child{
    margin-left: 1px;
  }

  .lg\:first\:mt-gutter:first-child{
    margin-top: var(--gutter, 1.5625rem );
  }

  .lg\:first\:mr-gutter:first-child{
    margin-right: var(--gutter, 1.5625rem );
  }

  .lg\:first\:mb-gutter:first-child{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:first\:ml-gutter:first-child{
    margin-left: var(--gutter, 1.5625rem );
  }

  .lg\:first\:mt-gutter-full:first-child{
    margin-top: calc( var(--gutter) * 2 );
  }

  .lg\:first\:mr-gutter-full:first-child{
    margin-right: calc( var(--gutter) * 2 );
  }

  .lg\:first\:mb-gutter-full:first-child{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:first\:ml-gutter-full:first-child{
    margin-left: calc( var(--gutter) * 2 );
  }

  .lg\:first\:-mt-1:first-child{
    margin-top: -0.25rem;
  }

  .lg\:first\:-mr-1:first-child{
    margin-right: -0.25rem;
  }

  .lg\:first\:-mb-1:first-child{
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-ml-1:first-child{
    margin-left: -0.25rem;
  }

  .lg\:first\:-mt-2:first-child{
    margin-top: -0.5rem;
  }

  .lg\:first\:-mr-2:first-child{
    margin-right: -0.5rem;
  }

  .lg\:first\:-mb-2:first-child{
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-ml-2:first-child{
    margin-left: -0.5rem;
  }

  .lg\:first\:-mt-3:first-child{
    margin-top: -0.75rem;
  }

  .lg\:first\:-mr-3:first-child{
    margin-right: -0.75rem;
  }

  .lg\:first\:-mb-3:first-child{
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-ml-3:first-child{
    margin-left: -0.75rem;
  }

  .lg\:first\:-mt-4:first-child{
    margin-top: -1rem;
  }

  .lg\:first\:-mr-4:first-child{
    margin-right: -1rem;
  }

  .lg\:first\:-mb-4:first-child{
    margin-bottom: -1rem;
  }

  .lg\:first\:-ml-4:first-child{
    margin-left: -1rem;
  }

  .lg\:first\:-mt-5:first-child{
    margin-top: -1.25rem;
  }

  .lg\:first\:-mr-5:first-child{
    margin-right: -1.25rem;
  }

  .lg\:first\:-mb-5:first-child{
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-ml-5:first-child{
    margin-left: -1.25rem;
  }

  .lg\:first\:-mt-6:first-child{
    margin-top: -1.5rem;
  }

  .lg\:first\:-mr-6:first-child{
    margin-right: -1.5rem;
  }

  .lg\:first\:-mb-6:first-child{
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-ml-6:first-child{
    margin-left: -1.5rem;
  }

  .lg\:first\:-mt-8:first-child{
    margin-top: -2rem;
  }

  .lg\:first\:-mr-8:first-child{
    margin-right: -2rem;
  }

  .lg\:first\:-mb-8:first-child{
    margin-bottom: -2rem;
  }

  .lg\:first\:-ml-8:first-child{
    margin-left: -2rem;
  }

  .lg\:first\:-mt-9:first-child{
    margin-top: -2.25rem;
  }

  .lg\:first\:-mr-9:first-child{
    margin-right: -2.25rem;
  }

  .lg\:first\:-mb-9:first-child{
    margin-bottom: -2.25rem;
  }

  .lg\:first\:-ml-9:first-child{
    margin-left: -2.25rem;
  }

  .lg\:first\:-mt-10:first-child{
    margin-top: -2.5rem;
  }

  .lg\:first\:-mr-10:first-child{
    margin-right: -2.5rem;
  }

  .lg\:first\:-mb-10:first-child{
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-ml-10:first-child{
    margin-left: -2.5rem;
  }

  .lg\:first\:-mt-12:first-child{
    margin-top: -3rem;
  }

  .lg\:first\:-mr-12:first-child{
    margin-right: -3rem;
  }

  .lg\:first\:-mb-12:first-child{
    margin-bottom: -3rem;
  }

  .lg\:first\:-ml-12:first-child{
    margin-left: -3rem;
  }

  .lg\:first\:-mt-16:first-child{
    margin-top: -4rem;
  }

  .lg\:first\:-mr-16:first-child{
    margin-right: -4rem;
  }

  .lg\:first\:-mb-16:first-child{
    margin-bottom: -4rem;
  }

  .lg\:first\:-ml-16:first-child{
    margin-left: -4rem;
  }

  .lg\:first\:-mt-20:first-child{
    margin-top: -5rem;
  }

  .lg\:first\:-mr-20:first-child{
    margin-right: -5rem;
  }

  .lg\:first\:-mb-20:first-child{
    margin-bottom: -5rem;
  }

  .lg\:first\:-ml-20:first-child{
    margin-left: -5rem;
  }

  .lg\:first\:-mt-24:first-child{
    margin-top: -6rem;
  }

  .lg\:first\:-mr-24:first-child{
    margin-right: -6rem;
  }

  .lg\:first\:-mb-24:first-child{
    margin-bottom: -6rem;
  }

  .lg\:first\:-ml-24:first-child{
    margin-left: -6rem;
  }

  .lg\:first\:-mt-32:first-child{
    margin-top: -8rem;
  }

  .lg\:first\:-mr-32:first-child{
    margin-right: -8rem;
  }

  .lg\:first\:-mb-32:first-child{
    margin-bottom: -8rem;
  }

  .lg\:first\:-ml-32:first-child{
    margin-left: -8rem;
  }

  .lg\:first\:-mt-40:first-child{
    margin-top: -10rem;
  }

  .lg\:first\:-mr-40:first-child{
    margin-right: -10rem;
  }

  .lg\:first\:-mb-40:first-child{
    margin-bottom: -10rem;
  }

  .lg\:first\:-ml-40:first-child{
    margin-left: -10rem;
  }

  .lg\:first\:-mt-48:first-child{
    margin-top: -12rem;
  }

  .lg\:first\:-mr-48:first-child{
    margin-right: -12rem;
  }

  .lg\:first\:-mb-48:first-child{
    margin-bottom: -12rem;
  }

  .lg\:first\:-ml-48:first-child{
    margin-left: -12rem;
  }

  .lg\:first\:-mt-56:first-child{
    margin-top: -14rem;
  }

  .lg\:first\:-mr-56:first-child{
    margin-right: -14rem;
  }

  .lg\:first\:-mb-56:first-child{
    margin-bottom: -14rem;
  }

  .lg\:first\:-ml-56:first-child{
    margin-left: -14rem;
  }

  .lg\:first\:-mt-64:first-child{
    margin-top: -16rem;
  }

  .lg\:first\:-mr-64:first-child{
    margin-right: -16rem;
  }

  .lg\:first\:-mb-64:first-child{
    margin-bottom: -16rem;
  }

  .lg\:first\:-ml-64:first-child{
    margin-left: -16rem;
  }

  .lg\:first\:-mt-px:first-child{
    margin-top: -1px;
  }

  .lg\:first\:-mr-px:first-child{
    margin-right: -1px;
  }

  .lg\:first\:-mb-px:first-child{
    margin-bottom: -1px;
  }

  .lg\:first\:-ml-px:first-child{
    margin-left: -1px;
  }

  .lg\:first\:-mt-gutter:first-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:first\:-mr-gutter:first-child{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:first\:-mb-gutter:first-child{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:first\:-ml-gutter:first-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:first\:-mt-gutter-full:first-child{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .lg\:first\:-mr-gutter-full:first-child{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .lg\:first\:-mb-gutter-full:first-child{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .lg\:first\:-ml-gutter-full:first-child{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .lg\:last\:m-0:last-child{
    margin: 0;
  }

  .lg\:last\:m-1:last-child{
    margin: 0.25rem;
  }

  .lg\:last\:m-2:last-child{
    margin: 0.5rem;
  }

  .lg\:last\:m-3:last-child{
    margin: 0.75rem;
  }

  .lg\:last\:m-4:last-child{
    margin: 1rem;
  }

  .lg\:last\:m-5:last-child{
    margin: 1.25rem;
  }

  .lg\:last\:m-6:last-child{
    margin: 1.5rem;
  }

  .lg\:last\:m-8:last-child{
    margin: 2rem;
  }

  .lg\:last\:m-9:last-child{
    margin: 2.25rem;
  }

  .lg\:last\:m-10:last-child{
    margin: 2.5rem;
  }

  .lg\:last\:m-12:last-child{
    margin: 3rem;
  }

  .lg\:last\:m-16:last-child{
    margin: 4rem;
  }

  .lg\:last\:m-20:last-child{
    margin: 5rem;
  }

  .lg\:last\:m-24:last-child{
    margin: 6rem;
  }

  .lg\:last\:m-32:last-child{
    margin: 8rem;
  }

  .lg\:last\:m-40:last-child{
    margin: 10rem;
  }

  .lg\:last\:m-48:last-child{
    margin: 12rem;
  }

  .lg\:last\:m-56:last-child{
    margin: 14rem;
  }

  .lg\:last\:m-64:last-child{
    margin: 16rem;
  }

  .lg\:last\:m-auto:last-child{
    margin: auto;
  }

  .lg\:last\:m-px:last-child{
    margin: 1px;
  }

  .lg\:last\:m-gutter:last-child{
    margin: var(--gutter, 1.5625rem );
  }

  .lg\:last\:m-gutter-full:last-child{
    margin: calc( var(--gutter) * 2 );
  }

  .lg\:last\:-m-1:last-child{
    margin: -0.25rem;
  }

  .lg\:last\:-m-2:last-child{
    margin: -0.5rem;
  }

  .lg\:last\:-m-3:last-child{
    margin: -0.75rem;
  }

  .lg\:last\:-m-4:last-child{
    margin: -1rem;
  }

  .lg\:last\:-m-5:last-child{
    margin: -1.25rem;
  }

  .lg\:last\:-m-6:last-child{
    margin: -1.5rem;
  }

  .lg\:last\:-m-8:last-child{
    margin: -2rem;
  }

  .lg\:last\:-m-9:last-child{
    margin: -2.25rem;
  }

  .lg\:last\:-m-10:last-child{
    margin: -2.5rem;
  }

  .lg\:last\:-m-12:last-child{
    margin: -3rem;
  }

  .lg\:last\:-m-16:last-child{
    margin: -4rem;
  }

  .lg\:last\:-m-20:last-child{
    margin: -5rem;
  }

  .lg\:last\:-m-24:last-child{
    margin: -6rem;
  }

  .lg\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .lg\:last\:-m-40:last-child{
    margin: -10rem;
  }

  .lg\:last\:-m-48:last-child{
    margin: -12rem;
  }

  .lg\:last\:-m-56:last-child{
    margin: -14rem;
  }

  .lg\:last\:-m-64:last-child{
    margin: -16rem;
  }

  .lg\:last\:-m-px:last-child{
    margin: -1px;
  }

  .lg\:last\:-m-gutter:last-child{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:last\:-m-gutter-full:last-child{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .lg\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:my-1:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-1:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-2:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-2:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-3:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:mx-3:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:my-4:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:mx-4:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:my-5:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mx-5:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:my-6:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:mx-6:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:my-8:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:mx-8:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:my-9:last-child{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:last\:mx-9:last-child{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:last\:my-10:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mx-10:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:my-12:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:mx-12:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:my-16:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:mx-16:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:my-20:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:mx-20:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:my-24:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:mx-24:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:my-32:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:mx-32:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:my-40:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:mx-40:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:my-48:last-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:last\:mx-48:last-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:last\:my-56:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:mx-56:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:my-64:last-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:last\:mx-64:last-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:my-gutter:last-child{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:last\:mx-gutter:last-child{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .lg\:last\:my-gutter-full:last-child{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:last\:mx-gutter-full:last-child{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .lg\:last\:-my-1:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-1:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-2:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-2:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-3:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-mx-3:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:-my-4:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:-mx-4:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:-my-5:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mx-5:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-my-6:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-mx-6:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:-my-8:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:-mx-8:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:-my-9:last-child{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:last\:-mx-9:last-child{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:last\:-my-10:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mx-10:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-my-12:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:-mx-12:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:-my-16:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:-mx-16:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:-my-20:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:-mx-20:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:-my-24:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:-mx-24:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:-my-32:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:-mx-32:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:-my-40:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:-mx-40:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:-my-48:last-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:last\:-mx-48:last-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:last\:-my-56:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:-mx-56:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:-my-64:last-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:last\:-mx-64:last-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:-my-gutter:last-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:last\:-mx-gutter:last-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:last\:-my-gutter-full:last-child{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .lg\:last\:-mx-gutter-full:last-child{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .lg\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .lg\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .lg\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .lg\:last\:mt-1:last-child{
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-1:last-child{
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-1:last-child{
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-1:last-child{
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-2:last-child{
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-2:last-child{
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-2:last-child{
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-2:last-child{
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-3:last-child{
    margin-top: 0.75rem;
  }

  .lg\:last\:mr-3:last-child{
    margin-right: 0.75rem;
  }

  .lg\:last\:mb-3:last-child{
    margin-bottom: 0.75rem;
  }

  .lg\:last\:ml-3:last-child{
    margin-left: 0.75rem;
  }

  .lg\:last\:mt-4:last-child{
    margin-top: 1rem;
  }

  .lg\:last\:mr-4:last-child{
    margin-right: 1rem;
  }

  .lg\:last\:mb-4:last-child{
    margin-bottom: 1rem;
  }

  .lg\:last\:ml-4:last-child{
    margin-left: 1rem;
  }

  .lg\:last\:mt-5:last-child{
    margin-top: 1.25rem;
  }

  .lg\:last\:mr-5:last-child{
    margin-right: 1.25rem;
  }

  .lg\:last\:mb-5:last-child{
    margin-bottom: 1.25rem;
  }

  .lg\:last\:ml-5:last-child{
    margin-left: 1.25rem;
  }

  .lg\:last\:mt-6:last-child{
    margin-top: 1.5rem;
  }

  .lg\:last\:mr-6:last-child{
    margin-right: 1.5rem;
  }

  .lg\:last\:mb-6:last-child{
    margin-bottom: 1.5rem;
  }

  .lg\:last\:ml-6:last-child{
    margin-left: 1.5rem;
  }

  .lg\:last\:mt-8:last-child{
    margin-top: 2rem;
  }

  .lg\:last\:mr-8:last-child{
    margin-right: 2rem;
  }

  .lg\:last\:mb-8:last-child{
    margin-bottom: 2rem;
  }

  .lg\:last\:ml-8:last-child{
    margin-left: 2rem;
  }

  .lg\:last\:mt-9:last-child{
    margin-top: 2.25rem;
  }

  .lg\:last\:mr-9:last-child{
    margin-right: 2.25rem;
  }

  .lg\:last\:mb-9:last-child{
    margin-bottom: 2.25rem;
  }

  .lg\:last\:ml-9:last-child{
    margin-left: 2.25rem;
  }

  .lg\:last\:mt-10:last-child{
    margin-top: 2.5rem;
  }

  .lg\:last\:mr-10:last-child{
    margin-right: 2.5rem;
  }

  .lg\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }

  .lg\:last\:ml-10:last-child{
    margin-left: 2.5rem;
  }

  .lg\:last\:mt-12:last-child{
    margin-top: 3rem;
  }

  .lg\:last\:mr-12:last-child{
    margin-right: 3rem;
  }

  .lg\:last\:mb-12:last-child{
    margin-bottom: 3rem;
  }

  .lg\:last\:ml-12:last-child{
    margin-left: 3rem;
  }

  .lg\:last\:mt-16:last-child{
    margin-top: 4rem;
  }

  .lg\:last\:mr-16:last-child{
    margin-right: 4rem;
  }

  .lg\:last\:mb-16:last-child{
    margin-bottom: 4rem;
  }

  .lg\:last\:ml-16:last-child{
    margin-left: 4rem;
  }

  .lg\:last\:mt-20:last-child{
    margin-top: 5rem;
  }

  .lg\:last\:mr-20:last-child{
    margin-right: 5rem;
  }

  .lg\:last\:mb-20:last-child{
    margin-bottom: 5rem;
  }

  .lg\:last\:ml-20:last-child{
    margin-left: 5rem;
  }

  .lg\:last\:mt-24:last-child{
    margin-top: 6rem;
  }

  .lg\:last\:mr-24:last-child{
    margin-right: 6rem;
  }

  .lg\:last\:mb-24:last-child{
    margin-bottom: 6rem;
  }

  .lg\:last\:ml-24:last-child{
    margin-left: 6rem;
  }

  .lg\:last\:mt-32:last-child{
    margin-top: 8rem;
  }

  .lg\:last\:mr-32:last-child{
    margin-right: 8rem;
  }

  .lg\:last\:mb-32:last-child{
    margin-bottom: 8rem;
  }

  .lg\:last\:ml-32:last-child{
    margin-left: 8rem;
  }

  .lg\:last\:mt-40:last-child{
    margin-top: 10rem;
  }

  .lg\:last\:mr-40:last-child{
    margin-right: 10rem;
  }

  .lg\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }

  .lg\:last\:ml-40:last-child{
    margin-left: 10rem;
  }

  .lg\:last\:mt-48:last-child{
    margin-top: 12rem;
  }

  .lg\:last\:mr-48:last-child{
    margin-right: 12rem;
  }

  .lg\:last\:mb-48:last-child{
    margin-bottom: 12rem;
  }

  .lg\:last\:ml-48:last-child{
    margin-left: 12rem;
  }

  .lg\:last\:mt-56:last-child{
    margin-top: 14rem;
  }

  .lg\:last\:mr-56:last-child{
    margin-right: 14rem;
  }

  .lg\:last\:mb-56:last-child{
    margin-bottom: 14rem;
  }

  .lg\:last\:ml-56:last-child{
    margin-left: 14rem;
  }

  .lg\:last\:mt-64:last-child{
    margin-top: 16rem;
  }

  .lg\:last\:mr-64:last-child{
    margin-right: 16rem;
  }

  .lg\:last\:mb-64:last-child{
    margin-bottom: 16rem;
  }

  .lg\:last\:ml-64:last-child{
    margin-left: 16rem;
  }

  .lg\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .lg\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .lg\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .lg\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .lg\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .lg\:last\:mt-gutter:last-child{
    margin-top: var(--gutter, 1.5625rem );
  }

  .lg\:last\:mr-gutter:last-child{
    margin-right: var(--gutter, 1.5625rem );
  }

  .lg\:last\:mb-gutter:last-child{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:last\:ml-gutter:last-child{
    margin-left: var(--gutter, 1.5625rem );
  }

  .lg\:last\:mt-gutter-full:last-child{
    margin-top: calc( var(--gutter) * 2 );
  }

  .lg\:last\:mr-gutter-full:last-child{
    margin-right: calc( var(--gutter) * 2 );
  }

  .lg\:last\:mb-gutter-full:last-child{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:last\:ml-gutter-full:last-child{
    margin-left: calc( var(--gutter) * 2 );
  }

  .lg\:last\:-mt-1:last-child{
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-1:last-child{
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-1:last-child{
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-1:last-child{
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-2:last-child{
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-2:last-child{
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-2:last-child{
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-2:last-child{
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-3:last-child{
    margin-top: -0.75rem;
  }

  .lg\:last\:-mr-3:last-child{
    margin-right: -0.75rem;
  }

  .lg\:last\:-mb-3:last-child{
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-ml-3:last-child{
    margin-left: -0.75rem;
  }

  .lg\:last\:-mt-4:last-child{
    margin-top: -1rem;
  }

  .lg\:last\:-mr-4:last-child{
    margin-right: -1rem;
  }

  .lg\:last\:-mb-4:last-child{
    margin-bottom: -1rem;
  }

  .lg\:last\:-ml-4:last-child{
    margin-left: -1rem;
  }

  .lg\:last\:-mt-5:last-child{
    margin-top: -1.25rem;
  }

  .lg\:last\:-mr-5:last-child{
    margin-right: -1.25rem;
  }

  .lg\:last\:-mb-5:last-child{
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-ml-5:last-child{
    margin-left: -1.25rem;
  }

  .lg\:last\:-mt-6:last-child{
    margin-top: -1.5rem;
  }

  .lg\:last\:-mr-6:last-child{
    margin-right: -1.5rem;
  }

  .lg\:last\:-mb-6:last-child{
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-ml-6:last-child{
    margin-left: -1.5rem;
  }

  .lg\:last\:-mt-8:last-child{
    margin-top: -2rem;
  }

  .lg\:last\:-mr-8:last-child{
    margin-right: -2rem;
  }

  .lg\:last\:-mb-8:last-child{
    margin-bottom: -2rem;
  }

  .lg\:last\:-ml-8:last-child{
    margin-left: -2rem;
  }

  .lg\:last\:-mt-9:last-child{
    margin-top: -2.25rem;
  }

  .lg\:last\:-mr-9:last-child{
    margin-right: -2.25rem;
  }

  .lg\:last\:-mb-9:last-child{
    margin-bottom: -2.25rem;
  }

  .lg\:last\:-ml-9:last-child{
    margin-left: -2.25rem;
  }

  .lg\:last\:-mt-10:last-child{
    margin-top: -2.5rem;
  }

  .lg\:last\:-mr-10:last-child{
    margin-right: -2.5rem;
  }

  .lg\:last\:-mb-10:last-child{
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-ml-10:last-child{
    margin-left: -2.5rem;
  }

  .lg\:last\:-mt-12:last-child{
    margin-top: -3rem;
  }

  .lg\:last\:-mr-12:last-child{
    margin-right: -3rem;
  }

  .lg\:last\:-mb-12:last-child{
    margin-bottom: -3rem;
  }

  .lg\:last\:-ml-12:last-child{
    margin-left: -3rem;
  }

  .lg\:last\:-mt-16:last-child{
    margin-top: -4rem;
  }

  .lg\:last\:-mr-16:last-child{
    margin-right: -4rem;
  }

  .lg\:last\:-mb-16:last-child{
    margin-bottom: -4rem;
  }

  .lg\:last\:-ml-16:last-child{
    margin-left: -4rem;
  }

  .lg\:last\:-mt-20:last-child{
    margin-top: -5rem;
  }

  .lg\:last\:-mr-20:last-child{
    margin-right: -5rem;
  }

  .lg\:last\:-mb-20:last-child{
    margin-bottom: -5rem;
  }

  .lg\:last\:-ml-20:last-child{
    margin-left: -5rem;
  }

  .lg\:last\:-mt-24:last-child{
    margin-top: -6rem;
  }

  .lg\:last\:-mr-24:last-child{
    margin-right: -6rem;
  }

  .lg\:last\:-mb-24:last-child{
    margin-bottom: -6rem;
  }

  .lg\:last\:-ml-24:last-child{
    margin-left: -6rem;
  }

  .lg\:last\:-mt-32:last-child{
    margin-top: -8rem;
  }

  .lg\:last\:-mr-32:last-child{
    margin-right: -8rem;
  }

  .lg\:last\:-mb-32:last-child{
    margin-bottom: -8rem;
  }

  .lg\:last\:-ml-32:last-child{
    margin-left: -8rem;
  }

  .lg\:last\:-mt-40:last-child{
    margin-top: -10rem;
  }

  .lg\:last\:-mr-40:last-child{
    margin-right: -10rem;
  }

  .lg\:last\:-mb-40:last-child{
    margin-bottom: -10rem;
  }

  .lg\:last\:-ml-40:last-child{
    margin-left: -10rem;
  }

  .lg\:last\:-mt-48:last-child{
    margin-top: -12rem;
  }

  .lg\:last\:-mr-48:last-child{
    margin-right: -12rem;
  }

  .lg\:last\:-mb-48:last-child{
    margin-bottom: -12rem;
  }

  .lg\:last\:-ml-48:last-child{
    margin-left: -12rem;
  }

  .lg\:last\:-mt-56:last-child{
    margin-top: -14rem;
  }

  .lg\:last\:-mr-56:last-child{
    margin-right: -14rem;
  }

  .lg\:last\:-mb-56:last-child{
    margin-bottom: -14rem;
  }

  .lg\:last\:-ml-56:last-child{
    margin-left: -14rem;
  }

  .lg\:last\:-mt-64:last-child{
    margin-top: -16rem;
  }

  .lg\:last\:-mr-64:last-child{
    margin-right: -16rem;
  }

  .lg\:last\:-mb-64:last-child{
    margin-bottom: -16rem;
  }

  .lg\:last\:-ml-64:last-child{
    margin-left: -16rem;
  }

  .lg\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .lg\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .lg\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .lg\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .lg\:last\:-mt-gutter:last-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:last\:-mr-gutter:last-child{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:last\:-mb-gutter:last-child{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:last\:-ml-gutter:last-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:last\:-mt-gutter-full:last-child{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .lg\:last\:-mr-gutter-full:last-child{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .lg\:last\:-mb-gutter-full:last-child{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .lg\:last\:-ml-gutter-full:last-child{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .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-screen-sm{
    max-width: 640px;
  }

  .lg\:max-w-screen-md{
    max-width: 768px;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl{
    max-width: 1270px;
  }

  .lg\:min-h-0{
    min-height: 0;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-w-0{
    min-width: 0;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-35{
    opacity: 0.35;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-80{
    opacity: 0.8;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-35:hover{
    opacity: 0.35;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-35:focus{
    opacity: 0.35;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .lg\:outline-none{
    outline: 0;
  }

  .lg\:focus\:outline-none:focus{
    outline: 0;
  }

  .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\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .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-9{
    padding: 2.25rem;
  }

  .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-gutter{
    padding: var(--gutter, 1.5625rem );
  }

  .lg\:p-gutter-full{
    padding: calc( var(--gutter) * 2 );
  }

  .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-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-gutter{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:px-gutter{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .lg\:py-gutter-full{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:px-gutter-full{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .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-9{
    padding-top: 2.25rem;
  }

  .lg\:pr-9{
    padding-right: 2.25rem;
  }

  .lg\:pb-9{
    padding-bottom: 2.25rem;
  }

  .lg\:pl-9{
    padding-left: 2.25rem;
  }

  .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-gutter{
    padding-top: var(--gutter, 1.5625rem );
  }

  .lg\:pr-gutter{
    padding-right: var(--gutter, 1.5625rem );
  }

  .lg\:pb-gutter{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:pl-gutter{
    padding-left: var(--gutter, 1.5625rem );
  }

  .lg\:pt-gutter-full{
    padding-top: calc( var(--gutter) * 2 );
  }

  .lg\:pr-gutter-full{
    padding-right: calc( var(--gutter) * 2 );
  }

  .lg\:pb-gutter-full{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:pl-gutter-full{
    padding-left: calc( var(--gutter) * 2 );
  }

  .lg\:first\:p-0:first-child{
    padding: 0;
  }

  .lg\:first\:p-1:first-child{
    padding: 0.25rem;
  }

  .lg\:first\:p-2:first-child{
    padding: 0.5rem;
  }

  .lg\:first\:p-3:first-child{
    padding: 0.75rem;
  }

  .lg\:first\:p-4:first-child{
    padding: 1rem;
  }

  .lg\:first\:p-5:first-child{
    padding: 1.25rem;
  }

  .lg\:first\:p-6:first-child{
    padding: 1.5rem;
  }

  .lg\:first\:p-8:first-child{
    padding: 2rem;
  }

  .lg\:first\:p-9:first-child{
    padding: 2.25rem;
  }

  .lg\:first\:p-10:first-child{
    padding: 2.5rem;
  }

  .lg\:first\:p-12:first-child{
    padding: 3rem;
  }

  .lg\:first\:p-16:first-child{
    padding: 4rem;
  }

  .lg\:first\:p-20:first-child{
    padding: 5rem;
  }

  .lg\:first\:p-24:first-child{
    padding: 6rem;
  }

  .lg\:first\:p-32:first-child{
    padding: 8rem;
  }

  .lg\:first\:p-40:first-child{
    padding: 10rem;
  }

  .lg\:first\:p-48:first-child{
    padding: 12rem;
  }

  .lg\:first\:p-56:first-child{
    padding: 14rem;
  }

  .lg\:first\:p-64:first-child{
    padding: 16rem;
  }

  .lg\:first\:p-px:first-child{
    padding: 1px;
  }

  .lg\:first\:p-gutter:first-child{
    padding: var(--gutter, 1.5625rem );
  }

  .lg\:first\:p-gutter-full:first-child{
    padding: calc( var(--gutter) * 2 );
  }

  .lg\:first\:py-0:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:first\:px-0:first-child{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:first\:py-1:first-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:first\:px-1:first-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:first\:py-2:first-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:first\:px-2:first-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:first\:py-3:first-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:first\:px-3:first-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:first\:py-4:first-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:first\:px-4:first-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:first\:py-5:first-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:first\:px-5:first-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:first\:py-6:first-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:first\:px-6:first-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:first\:py-8:first-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:first\:px-8:first-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:first\:py-9:first-child{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:first\:px-9:first-child{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:first\:py-10:first-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:first\:px-10:first-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:first\:py-12:first-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:first\:px-12:first-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:first\:py-16:first-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:first\:px-16:first-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:first\:py-20:first-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:first\:px-20:first-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:first\:py-24:first-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:first\:px-24:first-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:first\:py-32:first-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:first\:px-32:first-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:first\:py-40:first-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:first\:px-40:first-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:first\:py-48:first-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:first\:px-48:first-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:first\:py-56:first-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:first\:px-56:first-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:first\:py-64:first-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:first\:px-64:first-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:first\:py-px:first-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:first\:px-px:first-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:first\:py-gutter:first-child{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:first\:px-gutter:first-child{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .lg\:first\:py-gutter-full:first-child{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:first\:px-gutter-full:first-child{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .lg\:first\:pt-0:first-child{
    padding-top: 0;
  }

  .lg\:first\:pr-0:first-child{
    padding-right: 0;
  }

  .lg\:first\:pb-0:first-child{
    padding-bottom: 0;
  }

  .lg\:first\:pl-0:first-child{
    padding-left: 0;
  }

  .lg\:first\:pt-1:first-child{
    padding-top: 0.25rem;
  }

  .lg\:first\:pr-1:first-child{
    padding-right: 0.25rem;
  }

  .lg\:first\:pb-1:first-child{
    padding-bottom: 0.25rem;
  }

  .lg\:first\:pl-1:first-child{
    padding-left: 0.25rem;
  }

  .lg\:first\:pt-2:first-child{
    padding-top: 0.5rem;
  }

  .lg\:first\:pr-2:first-child{
    padding-right: 0.5rem;
  }

  .lg\:first\:pb-2:first-child{
    padding-bottom: 0.5rem;
  }

  .lg\:first\:pl-2:first-child{
    padding-left: 0.5rem;
  }

  .lg\:first\:pt-3:first-child{
    padding-top: 0.75rem;
  }

  .lg\:first\:pr-3:first-child{
    padding-right: 0.75rem;
  }

  .lg\:first\:pb-3:first-child{
    padding-bottom: 0.75rem;
  }

  .lg\:first\:pl-3:first-child{
    padding-left: 0.75rem;
  }

  .lg\:first\:pt-4:first-child{
    padding-top: 1rem;
  }

  .lg\:first\:pr-4:first-child{
    padding-right: 1rem;
  }

  .lg\:first\:pb-4:first-child{
    padding-bottom: 1rem;
  }

  .lg\:first\:pl-4:first-child{
    padding-left: 1rem;
  }

  .lg\:first\:pt-5:first-child{
    padding-top: 1.25rem;
  }

  .lg\:first\:pr-5:first-child{
    padding-right: 1.25rem;
  }

  .lg\:first\:pb-5:first-child{
    padding-bottom: 1.25rem;
  }

  .lg\:first\:pl-5:first-child{
    padding-left: 1.25rem;
  }

  .lg\:first\:pt-6:first-child{
    padding-top: 1.5rem;
  }

  .lg\:first\:pr-6:first-child{
    padding-right: 1.5rem;
  }

  .lg\:first\:pb-6:first-child{
    padding-bottom: 1.5rem;
  }

  .lg\:first\:pl-6:first-child{
    padding-left: 1.5rem;
  }

  .lg\:first\:pt-8:first-child{
    padding-top: 2rem;
  }

  .lg\:first\:pr-8:first-child{
    padding-right: 2rem;
  }

  .lg\:first\:pb-8:first-child{
    padding-bottom: 2rem;
  }

  .lg\:first\:pl-8:first-child{
    padding-left: 2rem;
  }

  .lg\:first\:pt-9:first-child{
    padding-top: 2.25rem;
  }

  .lg\:first\:pr-9:first-child{
    padding-right: 2.25rem;
  }

  .lg\:first\:pb-9:first-child{
    padding-bottom: 2.25rem;
  }

  .lg\:first\:pl-9:first-child{
    padding-left: 2.25rem;
  }

  .lg\:first\:pt-10:first-child{
    padding-top: 2.5rem;
  }

  .lg\:first\:pr-10:first-child{
    padding-right: 2.5rem;
  }

  .lg\:first\:pb-10:first-child{
    padding-bottom: 2.5rem;
  }

  .lg\:first\:pl-10:first-child{
    padding-left: 2.5rem;
  }

  .lg\:first\:pt-12:first-child{
    padding-top: 3rem;
  }

  .lg\:first\:pr-12:first-child{
    padding-right: 3rem;
  }

  .lg\:first\:pb-12:first-child{
    padding-bottom: 3rem;
  }

  .lg\:first\:pl-12:first-child{
    padding-left: 3rem;
  }

  .lg\:first\:pt-16:first-child{
    padding-top: 4rem;
  }

  .lg\:first\:pr-16:first-child{
    padding-right: 4rem;
  }

  .lg\:first\:pb-16:first-child{
    padding-bottom: 4rem;
  }

  .lg\:first\:pl-16:first-child{
    padding-left: 4rem;
  }

  .lg\:first\:pt-20:first-child{
    padding-top: 5rem;
  }

  .lg\:first\:pr-20:first-child{
    padding-right: 5rem;
  }

  .lg\:first\:pb-20:first-child{
    padding-bottom: 5rem;
  }

  .lg\:first\:pl-20:first-child{
    padding-left: 5rem;
  }

  .lg\:first\:pt-24:first-child{
    padding-top: 6rem;
  }

  .lg\:first\:pr-24:first-child{
    padding-right: 6rem;
  }

  .lg\:first\:pb-24:first-child{
    padding-bottom: 6rem;
  }

  .lg\:first\:pl-24:first-child{
    padding-left: 6rem;
  }

  .lg\:first\:pt-32:first-child{
    padding-top: 8rem;
  }

  .lg\:first\:pr-32:first-child{
    padding-right: 8rem;
  }

  .lg\:first\:pb-32:first-child{
    padding-bottom: 8rem;
  }

  .lg\:first\:pl-32:first-child{
    padding-left: 8rem;
  }

  .lg\:first\:pt-40:first-child{
    padding-top: 10rem;
  }

  .lg\:first\:pr-40:first-child{
    padding-right: 10rem;
  }

  .lg\:first\:pb-40:first-child{
    padding-bottom: 10rem;
  }

  .lg\:first\:pl-40:first-child{
    padding-left: 10rem;
  }

  .lg\:first\:pt-48:first-child{
    padding-top: 12rem;
  }

  .lg\:first\:pr-48:first-child{
    padding-right: 12rem;
  }

  .lg\:first\:pb-48:first-child{
    padding-bottom: 12rem;
  }

  .lg\:first\:pl-48:first-child{
    padding-left: 12rem;
  }

  .lg\:first\:pt-56:first-child{
    padding-top: 14rem;
  }

  .lg\:first\:pr-56:first-child{
    padding-right: 14rem;
  }

  .lg\:first\:pb-56:first-child{
    padding-bottom: 14rem;
  }

  .lg\:first\:pl-56:first-child{
    padding-left: 14rem;
  }

  .lg\:first\:pt-64:first-child{
    padding-top: 16rem;
  }

  .lg\:first\:pr-64:first-child{
    padding-right: 16rem;
  }

  .lg\:first\:pb-64:first-child{
    padding-bottom: 16rem;
  }

  .lg\:first\:pl-64:first-child{
    padding-left: 16rem;
  }

  .lg\:first\:pt-px:first-child{
    padding-top: 1px;
  }

  .lg\:first\:pr-px:first-child{
    padding-right: 1px;
  }

  .lg\:first\:pb-px:first-child{
    padding-bottom: 1px;
  }

  .lg\:first\:pl-px:first-child{
    padding-left: 1px;
  }

  .lg\:first\:pt-gutter:first-child{
    padding-top: var(--gutter, 1.5625rem );
  }

  .lg\:first\:pr-gutter:first-child{
    padding-right: var(--gutter, 1.5625rem );
  }

  .lg\:first\:pb-gutter:first-child{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:first\:pl-gutter:first-child{
    padding-left: var(--gutter, 1.5625rem );
  }

  .lg\:first\:pt-gutter-full:first-child{
    padding-top: calc( var(--gutter) * 2 );
  }

  .lg\:first\:pr-gutter-full:first-child{
    padding-right: calc( var(--gutter) * 2 );
  }

  .lg\:first\:pb-gutter-full:first-child{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:first\:pl-gutter-full:first-child{
    padding-left: calc( var(--gutter) * 2 );
  }

  .lg\:last\:p-0:last-child{
    padding: 0;
  }

  .lg\:last\:p-1:last-child{
    padding: 0.25rem;
  }

  .lg\:last\:p-2:last-child{
    padding: 0.5rem;
  }

  .lg\:last\:p-3:last-child{
    padding: 0.75rem;
  }

  .lg\:last\:p-4:last-child{
    padding: 1rem;
  }

  .lg\:last\:p-5:last-child{
    padding: 1.25rem;
  }

  .lg\:last\:p-6:last-child{
    padding: 1.5rem;
  }

  .lg\:last\:p-8:last-child{
    padding: 2rem;
  }

  .lg\:last\:p-9:last-child{
    padding: 2.25rem;
  }

  .lg\:last\:p-10:last-child{
    padding: 2.5rem;
  }

  .lg\:last\:p-12:last-child{
    padding: 3rem;
  }

  .lg\:last\:p-16:last-child{
    padding: 4rem;
  }

  .lg\:last\:p-20:last-child{
    padding: 5rem;
  }

  .lg\:last\:p-24:last-child{
    padding: 6rem;
  }

  .lg\:last\:p-32:last-child{
    padding: 8rem;
  }

  .lg\:last\:p-40:last-child{
    padding: 10rem;
  }

  .lg\:last\:p-48:last-child{
    padding: 12rem;
  }

  .lg\:last\:p-56:last-child{
    padding: 14rem;
  }

  .lg\:last\:p-64:last-child{
    padding: 16rem;
  }

  .lg\:last\:p-px:last-child{
    padding: 1px;
  }

  .lg\:last\:p-gutter:last-child{
    padding: var(--gutter, 1.5625rem );
  }

  .lg\:last\:p-gutter-full:last-child{
    padding: calc( var(--gutter) * 2 );
  }

  .lg\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:last\:py-1:last-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:last\:px-1:last-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:last\:py-2:last-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:last\:px-2:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:last\:py-3:last-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:last\:px-3:last-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:last\:py-4:last-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:last\:px-4:last-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:last\:py-5:last-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:last\:px-5:last-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:last\:py-6:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:last\:px-6:last-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:last\:py-8:last-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:last\:px-8:last-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:last\:py-9:last-child{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:last\:px-9:last-child{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:last\:py-10:last-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:last\:px-10:last-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:last\:py-12:last-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:last\:px-12:last-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:last\:py-16:last-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:last\:px-16:last-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:last\:py-20:last-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:last\:px-20:last-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:last\:py-24:last-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:last\:px-24:last-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:last\:py-32:last-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:last\:px-32:last-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:last\:py-40:last-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:last\:px-40:last-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:last\:py-48:last-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:last\:px-48:last-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:last\:py-56:last-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:last\:px-56:last-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:last\:py-64:last-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:last\:px-64:last-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:last\:py-px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:last\:px-px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:last\:py-gutter:last-child{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:last\:px-gutter:last-child{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .lg\:last\:py-gutter-full:last-child{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:last\:px-gutter-full:last-child{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .lg\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .lg\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .lg\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .lg\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .lg\:last\:pt-1:last-child{
    padding-top: 0.25rem;
  }

  .lg\:last\:pr-1:last-child{
    padding-right: 0.25rem;
  }

  .lg\:last\:pb-1:last-child{
    padding-bottom: 0.25rem;
  }

  .lg\:last\:pl-1:last-child{
    padding-left: 0.25rem;
  }

  .lg\:last\:pt-2:last-child{
    padding-top: 0.5rem;
  }

  .lg\:last\:pr-2:last-child{
    padding-right: 0.5rem;
  }

  .lg\:last\:pb-2:last-child{
    padding-bottom: 0.5rem;
  }

  .lg\:last\:pl-2:last-child{
    padding-left: 0.5rem;
  }

  .lg\:last\:pt-3:last-child{
    padding-top: 0.75rem;
  }

  .lg\:last\:pr-3:last-child{
    padding-right: 0.75rem;
  }

  .lg\:last\:pb-3:last-child{
    padding-bottom: 0.75rem;
  }

  .lg\:last\:pl-3:last-child{
    padding-left: 0.75rem;
  }

  .lg\:last\:pt-4:last-child{
    padding-top: 1rem;
  }

  .lg\:last\:pr-4:last-child{
    padding-right: 1rem;
  }

  .lg\:last\:pb-4:last-child{
    padding-bottom: 1rem;
  }

  .lg\:last\:pl-4:last-child{
    padding-left: 1rem;
  }

  .lg\:last\:pt-5:last-child{
    padding-top: 1.25rem;
  }

  .lg\:last\:pr-5:last-child{
    padding-right: 1.25rem;
  }

  .lg\:last\:pb-5:last-child{
    padding-bottom: 1.25rem;
  }

  .lg\:last\:pl-5:last-child{
    padding-left: 1.25rem;
  }

  .lg\:last\:pt-6:last-child{
    padding-top: 1.5rem;
  }

  .lg\:last\:pr-6:last-child{
    padding-right: 1.5rem;
  }

  .lg\:last\:pb-6:last-child{
    padding-bottom: 1.5rem;
  }

  .lg\:last\:pl-6:last-child{
    padding-left: 1.5rem;
  }

  .lg\:last\:pt-8:last-child{
    padding-top: 2rem;
  }

  .lg\:last\:pr-8:last-child{
    padding-right: 2rem;
  }

  .lg\:last\:pb-8:last-child{
    padding-bottom: 2rem;
  }

  .lg\:last\:pl-8:last-child{
    padding-left: 2rem;
  }

  .lg\:last\:pt-9:last-child{
    padding-top: 2.25rem;
  }

  .lg\:last\:pr-9:last-child{
    padding-right: 2.25rem;
  }

  .lg\:last\:pb-9:last-child{
    padding-bottom: 2.25rem;
  }

  .lg\:last\:pl-9:last-child{
    padding-left: 2.25rem;
  }

  .lg\:last\:pt-10:last-child{
    padding-top: 2.5rem;
  }

  .lg\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }

  .lg\:last\:pb-10:last-child{
    padding-bottom: 2.5rem;
  }

  .lg\:last\:pl-10:last-child{
    padding-left: 2.5rem;
  }

  .lg\:last\:pt-12:last-child{
    padding-top: 3rem;
  }

  .lg\:last\:pr-12:last-child{
    padding-right: 3rem;
  }

  .lg\:last\:pb-12:last-child{
    padding-bottom: 3rem;
  }

  .lg\:last\:pl-12:last-child{
    padding-left: 3rem;
  }

  .lg\:last\:pt-16:last-child{
    padding-top: 4rem;
  }

  .lg\:last\:pr-16:last-child{
    padding-right: 4rem;
  }

  .lg\:last\:pb-16:last-child{
    padding-bottom: 4rem;
  }

  .lg\:last\:pl-16:last-child{
    padding-left: 4rem;
  }

  .lg\:last\:pt-20:last-child{
    padding-top: 5rem;
  }

  .lg\:last\:pr-20:last-child{
    padding-right: 5rem;
  }

  .lg\:last\:pb-20:last-child{
    padding-bottom: 5rem;
  }

  .lg\:last\:pl-20:last-child{
    padding-left: 5rem;
  }

  .lg\:last\:pt-24:last-child{
    padding-top: 6rem;
  }

  .lg\:last\:pr-24:last-child{
    padding-right: 6rem;
  }

  .lg\:last\:pb-24:last-child{
    padding-bottom: 6rem;
  }

  .lg\:last\:pl-24:last-child{
    padding-left: 6rem;
  }

  .lg\:last\:pt-32:last-child{
    padding-top: 8rem;
  }

  .lg\:last\:pr-32:last-child{
    padding-right: 8rem;
  }

  .lg\:last\:pb-32:last-child{
    padding-bottom: 8rem;
  }

  .lg\:last\:pl-32:last-child{
    padding-left: 8rem;
  }

  .lg\:last\:pt-40:last-child{
    padding-top: 10rem;
  }

  .lg\:last\:pr-40:last-child{
    padding-right: 10rem;
  }

  .lg\:last\:pb-40:last-child{
    padding-bottom: 10rem;
  }

  .lg\:last\:pl-40:last-child{
    padding-left: 10rem;
  }

  .lg\:last\:pt-48:last-child{
    padding-top: 12rem;
  }

  .lg\:last\:pr-48:last-child{
    padding-right: 12rem;
  }

  .lg\:last\:pb-48:last-child{
    padding-bottom: 12rem;
  }

  .lg\:last\:pl-48:last-child{
    padding-left: 12rem;
  }

  .lg\:last\:pt-56:last-child{
    padding-top: 14rem;
  }

  .lg\:last\:pr-56:last-child{
    padding-right: 14rem;
  }

  .lg\:last\:pb-56:last-child{
    padding-bottom: 14rem;
  }

  .lg\:last\:pl-56:last-child{
    padding-left: 14rem;
  }

  .lg\:last\:pt-64:last-child{
    padding-top: 16rem;
  }

  .lg\:last\:pr-64:last-child{
    padding-right: 16rem;
  }

  .lg\:last\:pb-64:last-child{
    padding-bottom: 16rem;
  }

  .lg\:last\:pl-64:last-child{
    padding-left: 16rem;
  }

  .lg\:last\:pt-px:last-child{
    padding-top: 1px;
  }

  .lg\:last\:pr-px:last-child{
    padding-right: 1px;
  }

  .lg\:last\:pb-px:last-child{
    padding-bottom: 1px;
  }

  .lg\:last\:pl-px:last-child{
    padding-left: 1px;
  }

  .lg\:last\:pt-gutter:last-child{
    padding-top: var(--gutter, 1.5625rem );
  }

  .lg\:last\:pr-gutter:last-child{
    padding-right: var(--gutter, 1.5625rem );
  }

  .lg\:last\:pb-gutter:last-child{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .lg\:last\:pl-gutter:last-child{
    padding-left: var(--gutter, 1.5625rem );
  }

  .lg\:last\:pt-gutter-full:last-child{
    padding-top: calc( var(--gutter) * 2 );
  }

  .lg\:last\:pr-gutter-full:last-child{
    padding-right: calc( var(--gutter) * 2 );
  }

  .lg\:last\:pb-gutter-full:last-child{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .lg\:last\:pl-gutter-full:last-child{
    padding-left: calc( var(--gutter) * 2 );
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-primary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-primary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-primary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-primary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-primary::placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-secondary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-secondary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-secondary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-secondary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-secondary::placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-tertiary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-tertiary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-tertiary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-tertiary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-tertiary::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray::placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-dark-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-dark-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-dark-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-dark-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-dark-gray::placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-scrim-25::-webkit-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:placeholder-brand-scrim-25::-moz-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:placeholder-brand-scrim-25:-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:placeholder-brand-scrim-25::-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:placeholder-brand-scrim-25::placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:placeholder-brand-scrim-50::-webkit-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:placeholder-brand-scrim-50::-moz-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:placeholder-brand-scrim-50:-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:placeholder-brand-scrim-50::-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:placeholder-brand-scrim-50::placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:placeholder-brand-overlay::-webkit-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:placeholder-brand-overlay::-moz-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:placeholder-brand-overlay:-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:placeholder-brand-overlay::-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:placeholder-brand-overlay::placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-primary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-primary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-primary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-secondary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-secondary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-secondary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-secondary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-secondary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-tertiary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-tertiary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-tertiary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-tertiary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-tertiary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-dark-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-dark-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-dark-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-dark-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-dark-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-scrim-25:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:focus\:placeholder-brand-scrim-25:focus::-moz-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:focus\:placeholder-brand-scrim-25:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:focus\:placeholder-brand-scrim-25:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:focus\:placeholder-brand-scrim-25:focus::placeholder{
    color: rgba(0,0,0,0.25);
  }

  .lg\:focus\:placeholder-brand-scrim-50:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:focus\:placeholder-brand-scrim-50:focus::-moz-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:focus\:placeholder-brand-scrim-50:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:focus\:placeholder-brand-scrim-50:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:focus\:placeholder-brand-scrim-50:focus::placeholder{
    color: rgba(0,0,0,0.50);
  }

  .lg\:focus\:placeholder-brand-overlay:focus::-webkit-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:focus\:placeholder-brand-overlay:focus::-moz-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:focus\:placeholder-brand-overlay:focus:-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:focus\:placeholder-brand-overlay:focus::-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:focus\:placeholder-brand-overlay:focus::placeholder{
    color: rgba(255,255,255,0.35);
  }

  .lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-35::-webkit-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-35::-moz-placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-35:-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-35::-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-35::placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-35:focus::-moz-placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-35:focus::placeholder{
    --placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .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: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-50{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-100{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-50{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-50{
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-100{
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-100{
    right: 100%;
    left: 100%;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-50{
    top: 50%;
  }

  .lg\:right-50{
    right: 50%;
  }

  .lg\:bottom-50{
    bottom: 50%;
  }

  .lg\:left-50{
    left: 50%;
  }

  .lg\:top-100{
    top: 100%;
  }

  .lg\:right-100{
    right: 100%;
  }

  .lg\:bottom-100{
    bottom: 100%;
  }

  .lg\:left-100{
    left: 100%;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .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\:fill-current{
    fill: currentColor;
  }

  .lg\:stroke-current{
    stroke: currentColor;
  }

  .lg\:stroke-0{
    stroke-width: 0;
  }

  .lg\:stroke-1{
    stroke-width: 1;
  }

  .lg\:stroke-2{
    stroke-width: 2;
  }

  .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-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:text-red-100{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .lg\:text-red{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .lg\:text-brand-primary{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .lg\:text-brand-secondary{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .lg\:text-brand-tertiary{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:text-brand-light-gray{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .lg\:text-brand-dark-gray{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .lg\:text-brand-scrim-25{
    color: rgba(0,0,0,0.25);
  }

  .lg\:text-brand-scrim-50{
    color: rgba(0,0,0,0.50);
  }

  .lg\:text-brand-overlay{
    color: rgba(255,255,255,0.35);
  }

  .lg\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:text-gray-200{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .lg\:hover\:text-red:hover{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .lg\:hover\:text-brand-primary:hover{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .lg\:hover\:text-brand-secondary:hover{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .lg\:hover\:text-brand-tertiary:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:hover\:text-brand-light-gray:hover{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .lg\:hover\:text-brand-dark-gray:hover{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .lg\:hover\:text-brand-scrim-25:hover{
    color: rgba(0,0,0,0.25);
  }

  .lg\:hover\:text-brand-scrim-50:hover{
    color: rgba(0,0,0,0.50);
  }

  .lg\:hover\:text-brand-overlay:hover{
    color: rgba(255,255,255,0.35);
  }

  .lg\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .lg\:focus\:text-red:focus{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .lg\:focus\:text-brand-primary:focus{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .lg\:focus\:text-brand-secondary:focus{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .lg\:focus\:text-brand-tertiary:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:focus\:text-brand-light-gray:focus{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .lg\:focus\:text-brand-dark-gray:focus{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .lg\:focus\:text-brand-scrim-25:focus{
    color: rgba(0,0,0,0.25);
  }

  .lg\:focus\:text-brand-scrim-50:focus{
    color: rgba(0,0,0,0.50);
  }

  .lg\:focus\:text-brand-overlay:focus{
    color: rgba(255,255,255,0.35);
  }

  .lg\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:text-opacity-0{
    --text-opacity: 0;
  }

  .lg\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .lg\:text-opacity-35{
    --text-opacity: 0.35;
  }

  .lg\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .lg\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .lg\:text-opacity-80{
    --text-opacity: 0.8;
  }

  .lg\:text-opacity-100{
    --text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .lg\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-35:hover{
    --text-opacity: 0.35;
  }

  .lg\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover{
    --text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .lg\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-35:focus{
    --text-opacity: 0.35;
  }

  .lg\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus{
    --text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .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;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  .lg\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .lg\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .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\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-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;
  }

  .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-9{
    width: 2.25rem;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .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-auto{
    width: auto;
  }

  .lg\:w-px{
    width: 1px;
  }

  .lg\:w-gutter{
    width: var(--gutter, 1.5625rem );
  }

  .lg\:w-gutter-full{
    width: calc( var(--gutter) * 2 );
  }

  .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-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .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\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .lg\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:gap-9{
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .lg\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:gap-gutter{
    grid-gap: var(--gutter, 1.5625rem );
    gap: var(--gutter, 1.5625rem );
  }

  .lg\:gap-gutter-full{
    grid-gap: calc( var(--gutter) * 2 );
    gap: calc( var(--gutter) * 2 );
  }

  .lg\:col-gap-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .lg\:col-gap-1{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .lg\:col-gap-2{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .lg\:col-gap-3{
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .lg\:col-gap-4{
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .lg\:col-gap-5{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .lg\:col-gap-6{
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .lg\:col-gap-8{
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .lg\:col-gap-9{
    grid-column-gap: 2.25rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }

  .lg\:col-gap-10{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .lg\:col-gap-12{
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .lg\:col-gap-16{
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .lg\:col-gap-20{
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .lg\:col-gap-24{
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .lg\:col-gap-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .lg\:col-gap-40{
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .lg\:col-gap-48{
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .lg\:col-gap-56{
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .lg\:col-gap-64{
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .lg\:col-gap-px{
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .lg\:col-gap-gutter{
    grid-column-gap: var(--gutter, 1.5625rem );
    -webkit-column-gap: var(--gutter, 1.5625rem );
       -moz-column-gap: var(--gutter, 1.5625rem );
            column-gap: var(--gutter, 1.5625rem );
  }

  .lg\:col-gap-gutter-full{
    grid-column-gap: calc( var(--gutter) * 2 );
    -webkit-column-gap: calc( var(--gutter) * 2 );
       -moz-column-gap: calc( var(--gutter) * 2 );
            column-gap: calc( var(--gutter) * 2 );
  }

  .lg\:gap-x-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .lg\:gap-x-1{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .lg\:gap-x-2{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .lg\:gap-x-3{
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .lg\:gap-x-4{
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .lg\:gap-x-5{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .lg\:gap-x-6{
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .lg\:gap-x-8{
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .lg\:gap-x-9{
    grid-column-gap: 2.25rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }

  .lg\:gap-x-10{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .lg\:gap-x-12{
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .lg\:gap-x-16{
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .lg\:gap-x-20{
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .lg\:gap-x-24{
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .lg\:gap-x-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .lg\:gap-x-40{
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .lg\:gap-x-48{
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .lg\:gap-x-56{
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .lg\:gap-x-64{
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .lg\:gap-x-px{
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .lg\:gap-x-gutter{
    grid-column-gap: var(--gutter, 1.5625rem );
    -webkit-column-gap: var(--gutter, 1.5625rem );
       -moz-column-gap: var(--gutter, 1.5625rem );
            column-gap: var(--gutter, 1.5625rem );
  }

  .lg\:gap-x-gutter-full{
    grid-column-gap: calc( var(--gutter) * 2 );
    -webkit-column-gap: calc( var(--gutter) * 2 );
       -moz-column-gap: calc( var(--gutter) * 2 );
            column-gap: calc( var(--gutter) * 2 );
  }

  .lg\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:row-gap-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:row-gap-gutter{
    grid-row-gap: var(--gutter, 1.5625rem );
    row-gap: var(--gutter, 1.5625rem );
  }

  .lg\:row-gap-gutter-full{
    grid-row-gap: calc( var(--gutter) * 2 );
    row-gap: calc( var(--gutter) * 2 );
  }

  .lg\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:gap-y-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:gap-y-gutter{
    grid-row-gap: var(--gutter, 1.5625rem );
    row-gap: var(--gutter, 1.5625rem );
  }

  .lg\:gap-y-gutter-full{
    grid-row-gap: calc( var(--gutter) * 2 );
    row-gap: calc( var(--gutter) * 2 );
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  .lg\:col-auto{
    grid-column: auto;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:col-start-4{
    grid-column-start: 4;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-start-10{
    grid-column-start: 10;
  }

  .lg\:col-start-11{
    grid-column-start: 11;
  }

  .lg\:col-start-12{
    grid-column-start: 12;
  }

  .lg\:col-start-13{
    grid-column-start: 13;
  }

  .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .lg\:col-end-1{
    grid-column-end: 1;
  }

  .lg\:col-end-2{
    grid-column-end: 2;
  }

  .lg\:col-end-3{
    grid-column-end: 3;
  }

  .lg\:col-end-4{
    grid-column-end: 4;
  }

  .lg\:col-end-5{
    grid-column-end: 5;
  }

  .lg\:col-end-6{
    grid-column-end: 6;
  }

  .lg\:col-end-7{
    grid-column-end: 7;
  }

  .lg\:col-end-8{
    grid-column-end: 8;
  }

  .lg\:col-end-9{
    grid-column-end: 9;
  }

  .lg\:col-end-10{
    grid-column-end: 10;
  }

  .lg\:col-end-11{
    grid-column-end: 11;
  }

  .lg\:col-end-12{
    grid-column-end: 12;
  }

  .lg\:col-end-13{
    grid-column-end: 13;
  }

  .lg\:col-end-auto{
    grid-column-end: auto;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  .lg\:row-auto{
    grid-row: auto;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-start-4{
    grid-row-start: 4;
  }

  .lg\:row-start-5{
    grid-row-start: 5;
  }

  .lg\:row-start-6{
    grid-row-start: 6;
  }

  .lg\:row-start-7{
    grid-row-start: 7;
  }

  .lg\:row-start-auto{
    grid-row-start: auto;
  }

  .lg\:row-end-1{
    grid-row-end: 1;
  }

  .lg\:row-end-2{
    grid-row-end: 2;
  }

  .lg\:row-end-3{
    grid-row-end: 3;
  }

  .lg\:row-end-4{
    grid-row-end: 4;
  }

  .lg\:row-end-5{
    grid-row-end: 5;
  }

  .lg\:row-end-6{
    grid-row-end: 6;
  }

  .lg\:row-end-7{
    grid-row-end: 7;
  }

  .lg\:row-end-auto{
    grid-row-end: auto;
  }

  .lg\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:transform-none{
    -webkit-transform: none;
            transform: none;
  }

  .lg\:origin-center{
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .lg\:origin-top{
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .lg\:origin-top-right{
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .lg\:origin-right{
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .lg\:origin-bottom-right{
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .lg\:origin-bottom{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .lg\:origin-bottom-left{
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .lg\:origin-left{
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .lg\:origin-top-left{
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .lg\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0{
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50{
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75{
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90{
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95{
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100{
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0{
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50{
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75{
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90{
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95{
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100{
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .lg\:rotate-0{
    --transform-rotate: 0;
  }

  .lg\:rotate-45{
    --transform-rotate: 45deg;
  }

  .lg\:rotate-90{
    --transform-rotate: 90deg;
  }

  .lg\:rotate-180{
    --transform-rotate: 180deg;
  }

  .lg\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .lg\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .lg\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .lg\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .lg\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .lg\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .lg\:translate-x-0{
    --transform-translate-x: 0;
  }

  .lg\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .lg\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .lg\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .lg\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .lg\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .lg\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .lg\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .lg\:translate-x-9{
    --transform-translate-x: 2.25rem;
  }

  .lg\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .lg\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .lg\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .lg\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .lg\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .lg\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .lg\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .lg\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .lg\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .lg\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .lg\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .lg\:translate-x-gutter{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .lg\:translate-x-gutter-full{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .lg\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .lg\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .lg\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .lg\:-translate-x-9{
    --transform-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .lg\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .lg\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .lg\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .lg\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .lg\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .lg\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .lg\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .lg\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .lg\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .lg\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .lg\:-translate-x-gutter{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:-translate-x-gutter-full{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .lg\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .lg\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .lg\:translate-y-0{
    --transform-translate-y: 0;
  }

  .lg\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .lg\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .lg\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .lg\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .lg\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .lg\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .lg\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .lg\:translate-y-9{
    --transform-translate-y: 2.25rem;
  }

  .lg\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .lg\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .lg\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .lg\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .lg\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .lg\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .lg\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .lg\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .lg\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .lg\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .lg\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .lg\:translate-y-gutter{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .lg\:translate-y-gutter-full{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .lg\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .lg\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .lg\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .lg\:-translate-y-9{
    --transform-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .lg\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .lg\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .lg\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .lg\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .lg\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .lg\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .lg\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .lg\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .lg\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .lg\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .lg\:-translate-y-gutter{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:-translate-y-gutter-full{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .lg\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .lg\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .lg\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover{
    --transform-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .lg\:hover\:translate-x-gutter:hover{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .lg\:hover\:translate-x-gutter-full:hover{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .lg\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover{
    --transform-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-gutter:hover{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:hover\:-translate-x-gutter-full:hover{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .lg\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .lg\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover{
    --transform-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .lg\:hover\:translate-y-gutter:hover{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .lg\:hover\:translate-y-gutter-full:hover{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .lg\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover{
    --transform-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-gutter:hover{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:hover\:-translate-y-gutter-full:hover{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .lg\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .lg\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .lg\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-9:focus{
    --transform-translate-x: 2.25rem;
  }

  .lg\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .lg\:focus\:translate-x-gutter:focus{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .lg\:focus\:translate-x-gutter-full:focus{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .lg\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-9:focus{
    --transform-translate-x: -2.25rem;
  }

  .lg\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-gutter:focus{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:focus\:-translate-x-gutter-full:focus{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .lg\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .lg\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .lg\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-9:focus{
    --transform-translate-y: 2.25rem;
  }

  .lg\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .lg\:focus\:translate-y-gutter:focus{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .lg\:focus\:translate-y-gutter-full:focus{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .lg\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-9:focus{
    --transform-translate-y: -2.25rem;
  }

  .lg\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-gutter:focus{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .lg\:focus\:-translate-y-gutter-full:focus{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .lg\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .lg\:skew-x-0{
    --transform-skew-x: 0;
  }

  .lg\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .lg\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .lg\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .lg\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .lg\:skew-y-0{
    --transform-skew-y: 0;
  }

  .lg\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .lg\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .lg\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .lg\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .lg\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .lg\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .lg\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .lg\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .lg\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .lg\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .lg\:transition-none{
    transition-property: none;
  }

  .lg\:transition-all{
    transition-property: all;
  }

  .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity{
    transition-property: opacity;
  }

  .lg\:transition-shadow{
    transition-property: box-shadow;
  }

  .lg\:transition-transform{
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .lg\:ease-linear{
    transition-timing-function: linear;
  }

  .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75{
    transition-duration: 75ms;
  }

  .lg\:duration-100{
    transition-duration: 100ms;
  }

  .lg\:duration-150{
    transition-duration: 150ms;
  }

  .lg\:duration-200{
    transition-duration: 200ms;
  }

  .lg\:duration-300{
    transition-duration: 300ms;
  }

  .lg\:duration-500{
    transition-duration: 500ms;
  }

  .lg\:duration-700{
    transition-duration: 700ms;
  }

  .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  .lg\:delay-75{
    transition-delay: 75ms;
  }

  .lg\:delay-100{
    transition-delay: 100ms;
  }

  .lg\:delay-150{
    transition-delay: 150ms;
  }

  .lg\:delay-200{
    transition-delay: 200ms;
  }

  .lg\:delay-300{
    transition-delay: 300ms;
  }

  .lg\:delay-500{
    transition-delay: 500ms;
  }

  .lg\:delay-700{
    transition-delay: 700ms;
  }

  .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  .lg\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1270px){
  .xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
      padding-right: calc( var(--gutter) * 2 );
      padding-left: calc( var(--gutter) * 2 );
    }
  }

  @media (min-width: 1270px){
    .xl\:container{
      max-width: 1270px;
    }
  }

  .xl\:offset-1 {
    margin-left: 8.33333%;
  }

  .xl\:offset-2 {
    margin-left: 16.66667%;
  }

  .xl\:offset-3 {
    margin-left: 25%;
  }

  .xl\:offset-4 {
    margin-left: 33.33333%;
  }

  .xl\:offset-5 {
    margin-left: 41.66667%;
  }

  .xl\:offset-6 {
    margin-left: 50%;
  }

  .xl\:offset-7 {
    margin-left: 58.33333%;
  }

  .xl\:offset-8 {
    margin-left: 66.66667%;
  }

  .xl\:offset-9 {
    margin-left: 75%;
  }

  .xl\:offset-10 {
    margin-left: 83.33333%;
  }

  .xl\:offset-11 {
    margin-left: 91.66667%;
  }

  .xl\:offset-right-1 {
    margin-right: 8.33333%;
  }

  .xl\:offset-right-2 {
    margin-right: 16.66667%;
  }

  .xl\:offset-right-3 {
    margin-right: 25%;
  }

  .xl\:offset-right-4 {
    margin-right: 33.33333%;
  }

  .xl\:offset-right-5 {
    margin-right: 41.66667%;
  }

  .xl\:offset-right-6 {
    margin-right: 50%;
  }

  .xl\:offset-right-7 {
    margin-right: 58.33333%;
  }

  .xl\:offset-right-8 {
    margin-right: 66.66667%;
  }

  .xl\:offset-right-9 {
    margin-right: 75%;
  }

  .xl\:offset-right-10 {
    margin-right: 83.33333%;
  }

  .xl\:offset-right-11 {
    margin-right: 91.66667%;
  }

  .xl\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-gutter > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(var(--gutter, 1.5625rem ) * var(--space-y-reverse));
  }

  .xl\:space-x-gutter > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(var(--gutter, 1.5625rem ) * var(--space-x-reverse));
    margin-left: calc(var(--gutter, 1.5625rem ) * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-gutter-full > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc( var(--gutter) * 2 ) * var(--space-y-reverse));
  }

  .xl\:space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc( var(--gutter) * 2 ) * var(--space-x-reverse));
    margin-left: calc(calc( var(--gutter) * 2 ) * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-gutter > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-y-reverse));
  }

  .xl\:-space-x-gutter > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc(var(--gutter, 1.5625rem ) * -1) * var(--space-x-reverse));
    margin-left: calc(calc(var(--gutter, 1.5625rem ) * -1) * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-gutter-full > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(calc(var(--gutter) * 2 * -1) * var(--space-y-reverse));
  }

  .xl\:-space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(calc(var(--gutter) * 2 * -1) * var(--space-x-reverse));
    margin-left: calc(calc(var(--gutter) * 2 * -1) * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .xl\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .xl\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--divide-opacity));
  }

  .xl\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--divide-opacity));
  }

  .xl\:divide-brand-primary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--divide-opacity));
  }

  .xl\:divide-brand-secondary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--divide-opacity));
  }

  .xl\:divide-brand-tertiary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:divide-brand-light-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--divide-opacity));
  }

  .xl\:divide-brand-dark-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--divide-opacity));
  }

  .xl\:divide-brand-scrim-25 > :not(template) ~ :not(template){
    border-color: rgba(0,0,0,0.25);
  }

  .xl\:divide-brand-scrim-50 > :not(template) ~ :not(template){
    border-color: rgba(0,0,0,0.50);
  }

  .xl\:divide-brand-overlay > :not(template) ~ :not(template){
    border-color: rgba(255,255,255,0.35);
  }

  .xl\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xl\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xl\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xl\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xl\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xl\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .xl\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .xl\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .xl\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .xl\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .xl\:divide-opacity-35 > :not(template) ~ :not(template){
    --divide-opacity: 0.35;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .xl\:divide-opacity-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.8;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .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{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-clip-border{
    background-clip: border-box;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xl\:bg-clip-content{
    background-clip: content-box;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:bg-red-100{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .xl\:bg-red{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .xl\:bg-brand-primary{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .xl\:bg-brand-secondary{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .xl\:bg-brand-tertiary{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:bg-brand-light-gray{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .xl\:bg-brand-dark-gray{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .xl\:bg-brand-scrim-25{
    background-color: rgba(0,0,0,0.25);
  }

  .xl\:bg-brand-scrim-50{
    background-color: rgba(0,0,0,0.50);
  }

  .xl\:bg-brand-overlay{
    background-color: rgba(255,255,255,0.35);
  }

  .xl\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .xl\:hover\:bg-red:hover{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .xl\:hover\:bg-brand-primary:hover{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .xl\:hover\:bg-brand-secondary:hover{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .xl\:hover\:bg-brand-tertiary:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:hover\:bg-brand-light-gray:hover{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .xl\:hover\:bg-brand-dark-gray:hover{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .xl\:hover\:bg-brand-scrim-25:hover{
    background-color: rgba(0,0,0,0.25);
  }

  .xl\:hover\:bg-brand-scrim-50:hover{
    background-color: rgba(0,0,0,0.50);
  }

  .xl\:hover\:bg-brand-overlay:hover{
    background-color: rgba(255,255,255,0.35);
  }

  .xl\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #ffdfdf;
    background-color: rgba(255, 223, 223, var(--bg-opacity));
  }

  .xl\:focus\:bg-red:focus{
    --bg-opacity: 1;
    background-color: #e04242;
    background-color: rgba(224, 66, 66, var(--bg-opacity));
  }

  .xl\:focus\:bg-brand-primary:focus{
    --bg-opacity: 1;
    background-color: #24526f;
    background-color: rgba(36, 82, 111, var(--bg-opacity));
  }

  .xl\:focus\:bg-brand-secondary:focus{
    --bg-opacity: 1;
    background-color: #ffbd59;
    background-color: rgba(255, 189, 89, var(--bg-opacity));
  }

  .xl\:focus\:bg-brand-tertiary:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:focus\:bg-brand-light-gray:focus{
    --bg-opacity: 1;
    background-color: #BEBEBE;
    background-color: rgba(190, 190, 190, var(--bg-opacity));
  }

  .xl\:focus\:bg-brand-dark-gray:focus{
    --bg-opacity: 1;
    background-color: #8A8A8A;
    background-color: rgba(138, 138, 138, var(--bg-opacity));
  }

  .xl\:focus\:bg-brand-scrim-25:focus{
    background-color: rgba(0,0,0,0.25);
  }

  .xl\:focus\:bg-brand-scrim-50:focus{
    background-color: rgba(0,0,0,0.50);
  }

  .xl\:focus\:bg-brand-overlay:focus{
    background-color: rgba(255,255,255,0.35);
  }

  .xl\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:bg-none{
    background-image: none;
  }

  .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xl\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:from-red-100{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .xl\:from-red{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .xl\:from-brand-primary{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .xl\:from-brand-secondary{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .xl\:from-brand-tertiary{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:from-brand-light-gray{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .xl\:from-brand-dark-gray{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .xl\:from-brand-scrim-25{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-brand-scrim-50{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-brand-overlay{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:from-gray-200{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:via-red-100{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .xl\:via-red{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .xl\:via-brand-primary{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .xl\:via-brand-secondary{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .xl\:via-brand-tertiary{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:via-brand-light-gray{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .xl\:via-brand-dark-gray{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .xl\:via-brand-scrim-25{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-brand-scrim-50{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-brand-overlay{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:via-gray-200{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:to-transparent{
    --gradient-to-color: transparent;
  }

  .xl\:to-black{
    --gradient-to-color: #000;
  }

  .xl\:to-white{
    --gradient-to-color: #fff;
  }

  .xl\:to-red-100{
    --gradient-to-color: #ffdfdf;
  }

  .xl\:to-red{
    --gradient-to-color: #e04242;
  }

  .xl\:to-brand-primary{
    --gradient-to-color: #24526f;
  }

  .xl\:to-brand-secondary{
    --gradient-to-color: #ffbd59;
  }

  .xl\:to-brand-tertiary{
    --gradient-to-color: #f7fafc;
  }

  .xl\:to-brand-light-gray{
    --gradient-to-color: #BEBEBE;
  }

  .xl\:to-brand-dark-gray{
    --gradient-to-color: #8A8A8A;
  }

  .xl\:to-brand-scrim-25{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .xl\:to-brand-scrim-50{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .xl\:to-brand-overlay{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .xl\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .xl\:to-gray-200{
    --gradient-to-color: #edf2f7;
  }

  .xl\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .xl\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .xl\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .xl\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .xl\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .xl\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .xl\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .xl\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-red-100:hover{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .xl\:hover\:from-red:hover{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .xl\:hover\:from-brand-primary:hover{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .xl\:hover\:from-brand-secondary:hover{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .xl\:hover\:from-brand-tertiary:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:hover\:from-brand-light-gray:hover{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .xl\:hover\:from-brand-dark-gray:hover{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .xl\:hover\:from-brand-scrim-25:hover{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-brand-scrim-50:hover{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-brand-overlay:hover{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-red-100:hover{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .xl\:hover\:via-red:hover{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .xl\:hover\:via-brand-primary:hover{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .xl\:hover\:via-brand-secondary:hover{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .xl\:hover\:via-brand-tertiary:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:hover\:via-brand-light-gray:hover{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .xl\:hover\:via-brand-dark-gray:hover{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .xl\:hover\:via-brand-scrim-25:hover{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-brand-scrim-50:hover{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-brand-overlay:hover{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .xl\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .xl\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .xl\:hover\:to-red-100:hover{
    --gradient-to-color: #ffdfdf;
  }

  .xl\:hover\:to-red:hover{
    --gradient-to-color: #e04242;
  }

  .xl\:hover\:to-brand-primary:hover{
    --gradient-to-color: #24526f;
  }

  .xl\:hover\:to-brand-secondary:hover{
    --gradient-to-color: #ffbd59;
  }

  .xl\:hover\:to-brand-tertiary:hover{
    --gradient-to-color: #f7fafc;
  }

  .xl\:hover\:to-brand-light-gray:hover{
    --gradient-to-color: #BEBEBE;
  }

  .xl\:hover\:to-brand-dark-gray:hover{
    --gradient-to-color: #8A8A8A;
  }

  .xl\:hover\:to-brand-scrim-25:hover{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .xl\:hover\:to-brand-scrim-50:hover{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .xl\:hover\:to-brand-overlay:hover{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .xl\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .xl\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7;
  }

  .xl\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .xl\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .xl\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .xl\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .xl\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .xl\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .xl\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .xl\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-red-100:focus{
    --gradient-from-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .xl\:focus\:from-red:focus{
    --gradient-from-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .xl\:focus\:from-brand-primary:focus{
    --gradient-from-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .xl\:focus\:from-brand-secondary:focus{
    --gradient-from-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .xl\:focus\:from-brand-tertiary:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:focus\:from-brand-light-gray:focus{
    --gradient-from-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .xl\:focus\:from-brand-dark-gray:focus{
    --gradient-from-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .xl\:focus\:from-brand-scrim-25:focus{
    --gradient-from-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-brand-scrim-50:focus{
    --gradient-from-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-brand-overlay:focus{
    --gradient-from-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-red-100:focus{
    --gradient-via-color: #ffdfdf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 223, 223, 0));
  }

  .xl\:focus\:via-red:focus{
    --gradient-via-color: #e04242;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 66, 66, 0));
  }

  .xl\:focus\:via-brand-primary:focus{
    --gradient-via-color: #24526f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(36, 82, 111, 0));
  }

  .xl\:focus\:via-brand-secondary:focus{
    --gradient-via-color: #ffbd59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 189, 89, 0));
  }

  .xl\:focus\:via-brand-tertiary:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:focus\:via-brand-light-gray:focus{
    --gradient-via-color: #BEBEBE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 190, 190, 0));
  }

  .xl\:focus\:via-brand-dark-gray:focus{
    --gradient-via-color: #8A8A8A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(138, 138, 138, 0));
  }

  .xl\:focus\:via-brand-scrim-25:focus{
    --gradient-via-color: rgba(0,0,0,0.25);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-brand-scrim-50:focus{
    --gradient-via-color: rgba(0,0,0,0.50);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-brand-overlay:focus{
    --gradient-via-color: rgba(255,255,255,0.35);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .xl\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .xl\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .xl\:focus\:to-red-100:focus{
    --gradient-to-color: #ffdfdf;
  }

  .xl\:focus\:to-red:focus{
    --gradient-to-color: #e04242;
  }

  .xl\:focus\:to-brand-primary:focus{
    --gradient-to-color: #24526f;
  }

  .xl\:focus\:to-brand-secondary:focus{
    --gradient-to-color: #ffbd59;
  }

  .xl\:focus\:to-brand-tertiary:focus{
    --gradient-to-color: #f7fafc;
  }

  .xl\:focus\:to-brand-light-gray:focus{
    --gradient-to-color: #BEBEBE;
  }

  .xl\:focus\:to-brand-dark-gray:focus{
    --gradient-to-color: #8A8A8A;
  }

  .xl\:focus\:to-brand-scrim-25:focus{
    --gradient-to-color: rgba(0,0,0,0.25);
  }

  .xl\:focus\:to-brand-scrim-50:focus{
    --gradient-to-color: rgba(0,0,0,0.50);
  }

  .xl\:focus\:to-brand-overlay:focus{
    --gradient-to-color: rgba(255,255,255,0.35);
  }

  .xl\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .xl\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7;
  }

  .xl\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .xl\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .xl\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .xl\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .xl\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .xl\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .xl\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .xl\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .xl\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .xl\:bg-opacity-35{
    --bg-opacity: 0.35;
  }

  .xl\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .xl\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80{
    --bg-opacity: 0.8;
  }

  .xl\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-35:hover{
    --bg-opacity: 0.35;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-35:focus{
    --bg-opacity: 0.35;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .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-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\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:border-red-100{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .xl\:border-red{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .xl\:border-brand-primary{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .xl\:border-brand-secondary{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .xl\:border-brand-tertiary{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:border-brand-light-gray{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .xl\:border-brand-dark-gray{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .xl\:border-brand-scrim-25{
    border-color: rgba(0,0,0,0.25);
  }

  .xl\:border-brand-scrim-50{
    border-color: rgba(0,0,0,0.50);
  }

  .xl\:border-brand-overlay{
    border-color: rgba(255,255,255,0.35);
  }

  .xl\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:border-gray-200{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .xl\:hover\:border-red:hover{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .xl\:hover\:border-brand-primary:hover{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .xl\:hover\:border-brand-secondary:hover{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .xl\:hover\:border-brand-tertiary:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:hover\:border-brand-light-gray:hover{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .xl\:hover\:border-brand-dark-gray:hover{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .xl\:hover\:border-brand-scrim-25:hover{
    border-color: rgba(0,0,0,0.25);
  }

  .xl\:hover\:border-brand-scrim-50:hover{
    border-color: rgba(0,0,0,0.50);
  }

  .xl\:hover\:border-brand-overlay:hover{
    border-color: rgba(255,255,255,0.35);
  }

  .xl\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #ffdfdf;
    border-color: rgba(255, 223, 223, var(--border-opacity));
  }

  .xl\:focus\:border-red:focus{
    --border-opacity: 1;
    border-color: #e04242;
    border-color: rgba(224, 66, 66, var(--border-opacity));
  }

  .xl\:focus\:border-brand-primary:focus{
    --border-opacity: 1;
    border-color: #24526f;
    border-color: rgba(36, 82, 111, var(--border-opacity));
  }

  .xl\:focus\:border-brand-secondary:focus{
    --border-opacity: 1;
    border-color: #ffbd59;
    border-color: rgba(255, 189, 89, var(--border-opacity));
  }

  .xl\:focus\:border-brand-tertiary:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:focus\:border-brand-light-gray:focus{
    --border-opacity: 1;
    border-color: #BEBEBE;
    border-color: rgba(190, 190, 190, var(--border-opacity));
  }

  .xl\:focus\:border-brand-dark-gray:focus{
    --border-opacity: 1;
    border-color: #8A8A8A;
    border-color: rgba(138, 138, 138, var(--border-opacity));
  }

  .xl\:focus\:border-brand-scrim-25:focus{
    border-color: rgba(0,0,0,0.25);
  }

  .xl\:focus\:border-brand-scrim-50:focus{
    border-color: rgba(0,0,0,0.50);
  }

  .xl\:focus\:border-brand-overlay:focus{
    border-color: rgba(255,255,255,0.35);
  }

  .xl\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:border-opacity-0{
    --border-opacity: 0;
  }

  .xl\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .xl\:border-opacity-35{
    --border-opacity: 0.35;
  }

  .xl\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .xl\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .xl\:border-opacity-80{
    --border-opacity: 0.8;
  }

  .xl\:border-opacity-100{
    --border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .xl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-35:hover{
    --border-opacity: 0.35;
  }

  .xl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .xl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-35:focus{
    --border-opacity: 0.35;
  }

  .xl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .xl\:rounded-none{
    border-radius: 0;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .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-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-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-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-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\: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\: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-4{
    border-width: 4px;
  }

  .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-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-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\:box-border{
    box-sizing: border-box;
  }

  .xl\:box-content{
    box-sizing: content-box;
  }

  .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-caption{
    display: table-caption;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:table-column{
    display: table-column;
  }

  .xl\:table-column-group{
    display: table-column-group;
  }

  .xl\:table-footer-group{
    display: table-footer-group;
  }

  .xl\:table-header-group{
    display: table-header-group;
  }

  .xl\:table-row-group{
    display: table-row-group;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:flow-root{
    display: flow-root;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:inline-grid{
    display: inline-grid;
  }

  .xl\:contents{
    display: contents;
  }

  .xl\: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\:place-items-auto{
    place-items: auto;
  }

  .xl\:place-items-start{
    place-items: start;
  }

  .xl\:place-items-end{
    place-items: end;
  }

  .xl\:place-items-center{
    place-items: center;
  }

  .xl\:place-items-stretch{
    place-items: stretch;
  }

  .xl\:place-content-center{
    place-content: center;
  }

  .xl\:place-content-start{
    place-content: start;
  }

  .xl\:place-content-end{
    place-content: end;
  }

  .xl\:place-content-between{
    place-content: space-between;
  }

  .xl\:place-content-around{
    place-content: space-around;
  }

  .xl\:place-content-evenly{
    place-content: space-evenly;
  }

  .xl\:place-content-stretch{
    place-content: stretch;
  }

  .xl\:place-self-auto{
    place-self: auto;
  }

  .xl\:place-self-start{
    place-self: start;
  }

  .xl\:place-self-end{
    place-self: end;
  }

  .xl\:place-self-center{
    place-self: center;
  }

  .xl\:place-self-stretch{
    place-self: stretch;
  }

  .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\: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\:content-evenly{
    align-content: space-evenly;
  }

  .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-items-auto{
    justify-items: auto;
  }

  .xl\:justify-items-start{
    justify-items: start;
  }

  .xl\:justify-items-end{
    justify-items: end;
  }

  .xl\:justify-items-center{
    justify-items: center;
  }

  .xl\:justify-items-stretch{
    justify-items: 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\:justify-evenly{
    justify-content: space-evenly;
  }

  .xl\:justify-self-auto{
    justify-self: auto;
  }

  .xl\:justify-self-start{
    justify-self: start;
  }

  .xl\:justify-self-end{
    justify-self: end;
  }

  .xl\:justify-self-center{
    justify-self: center;
  }

  .xl\:justify-self-stretch{
    justify-self: stretch;
  }

  .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-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\:clear-left{
    clear: left;
  }

  .xl\:clear-right{
    clear: right;
  }

  .xl\:clear-both{
    clear: both;
  }

  .xl\:clear-none{
    clear: none;
  }

  .xl\:font-sans{
    font-family: "Merriweather", -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";
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .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-9{
    height: 2.25rem;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .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-auto{
    height: auto;
  }

  .xl\:h-px{
    height: 1px;
  }

  .xl\:h-gutter{
    height: var(--gutter, 1.5625rem );
  }

  .xl\:h-gutter-full{
    height: calc( var(--gutter) * 2 );
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .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\: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\: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-9{
    margin: 2.25rem;
  }

  .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-gutter{
    margin: var(--gutter, 1.5625rem );
  }

  .xl\:m-gutter-full{
    margin: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin: -2.25rem;
  }

  .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-gutter{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:-m-gutter-full{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .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-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-gutter{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:mx-gutter{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .xl\:my-gutter-full{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:mx-gutter-full{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-gutter{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:-mx-gutter{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:-my-gutter-full{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .xl\:-mx-gutter-full{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .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-9{
    margin-top: 2.25rem;
  }

  .xl\:mr-9{
    margin-right: 2.25rem;
  }

  .xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .xl\:ml-9{
    margin-left: 2.25rem;
  }

  .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-gutter{
    margin-top: var(--gutter, 1.5625rem );
  }

  .xl\:mr-gutter{
    margin-right: var(--gutter, 1.5625rem );
  }

  .xl\:mb-gutter{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:ml-gutter{
    margin-left: var(--gutter, 1.5625rem );
  }

  .xl\:mt-gutter-full{
    margin-top: calc( var(--gutter) * 2 );
  }

  .xl\:mr-gutter-full{
    margin-right: calc( var(--gutter) * 2 );
  }

  .xl\:mb-gutter-full{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:ml-gutter-full{
    margin-left: calc( var(--gutter) * 2 );
  }

  .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-9{
    margin-top: -2.25rem;
  }

  .xl\:-mr-9{
    margin-right: -2.25rem;
  }

  .xl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .xl\:-ml-9{
    margin-left: -2.25rem;
  }

  .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-gutter{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:-mr-gutter{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:-mb-gutter{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:-ml-gutter{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:-mt-gutter-full{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .xl\:-mr-gutter-full{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .xl\:-mb-gutter-full{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .xl\:-ml-gutter-full{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .xl\:first\:m-0:first-child{
    margin: 0;
  }

  .xl\:first\:m-1:first-child{
    margin: 0.25rem;
  }

  .xl\:first\:m-2:first-child{
    margin: 0.5rem;
  }

  .xl\:first\:m-3:first-child{
    margin: 0.75rem;
  }

  .xl\:first\:m-4:first-child{
    margin: 1rem;
  }

  .xl\:first\:m-5:first-child{
    margin: 1.25rem;
  }

  .xl\:first\:m-6:first-child{
    margin: 1.5rem;
  }

  .xl\:first\:m-8:first-child{
    margin: 2rem;
  }

  .xl\:first\:m-9:first-child{
    margin: 2.25rem;
  }

  .xl\:first\:m-10:first-child{
    margin: 2.5rem;
  }

  .xl\:first\:m-12:first-child{
    margin: 3rem;
  }

  .xl\:first\:m-16:first-child{
    margin: 4rem;
  }

  .xl\:first\:m-20:first-child{
    margin: 5rem;
  }

  .xl\:first\:m-24:first-child{
    margin: 6rem;
  }

  .xl\:first\:m-32:first-child{
    margin: 8rem;
  }

  .xl\:first\:m-40:first-child{
    margin: 10rem;
  }

  .xl\:first\:m-48:first-child{
    margin: 12rem;
  }

  .xl\:first\:m-56:first-child{
    margin: 14rem;
  }

  .xl\:first\:m-64:first-child{
    margin: 16rem;
  }

  .xl\:first\:m-auto:first-child{
    margin: auto;
  }

  .xl\:first\:m-px:first-child{
    margin: 1px;
  }

  .xl\:first\:m-gutter:first-child{
    margin: var(--gutter, 1.5625rem );
  }

  .xl\:first\:m-gutter-full:first-child{
    margin: calc( var(--gutter) * 2 );
  }

  .xl\:first\:-m-1:first-child{
    margin: -0.25rem;
  }

  .xl\:first\:-m-2:first-child{
    margin: -0.5rem;
  }

  .xl\:first\:-m-3:first-child{
    margin: -0.75rem;
  }

  .xl\:first\:-m-4:first-child{
    margin: -1rem;
  }

  .xl\:first\:-m-5:first-child{
    margin: -1.25rem;
  }

  .xl\:first\:-m-6:first-child{
    margin: -1.5rem;
  }

  .xl\:first\:-m-8:first-child{
    margin: -2rem;
  }

  .xl\:first\:-m-9:first-child{
    margin: -2.25rem;
  }

  .xl\:first\:-m-10:first-child{
    margin: -2.5rem;
  }

  .xl\:first\:-m-12:first-child{
    margin: -3rem;
  }

  .xl\:first\:-m-16:first-child{
    margin: -4rem;
  }

  .xl\:first\:-m-20:first-child{
    margin: -5rem;
  }

  .xl\:first\:-m-24:first-child{
    margin: -6rem;
  }

  .xl\:first\:-m-32:first-child{
    margin: -8rem;
  }

  .xl\:first\:-m-40:first-child{
    margin: -10rem;
  }

  .xl\:first\:-m-48:first-child{
    margin: -12rem;
  }

  .xl\:first\:-m-56:first-child{
    margin: -14rem;
  }

  .xl\:first\:-m-64:first-child{
    margin: -16rem;
  }

  .xl\:first\:-m-px:first-child{
    margin: -1px;
  }

  .xl\:first\:-m-gutter:first-child{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:first\:-m-gutter-full:first-child{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .xl\:first\:my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:first\:mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:first\:my-1:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:first\:mx-1:first-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:first\:my-2:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:first\:mx-2:first-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:first\:my-3:first-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:first\:mx-3:first-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:first\:my-4:first-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:first\:mx-4:first-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:first\:my-5:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:first\:mx-5:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:first\:my-6:first-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:first\:mx-6:first-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:first\:my-8:first-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:first\:mx-8:first-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:first\:my-9:first-child{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:first\:mx-9:first-child{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:first\:my-10:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:first\:mx-10:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:first\:my-12:first-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:first\:mx-12:first-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:first\:my-16:first-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:first\:mx-16:first-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:first\:my-20:first-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:first\:mx-20:first-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:first\:my-24:first-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:first\:mx-24:first-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:first\:my-32:first-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:first\:mx-32:first-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:first\:my-40:first-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:first\:mx-40:first-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:first\:my-48:first-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:first\:mx-48:first-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:first\:my-56:first-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:first\:mx-56:first-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:first\:my-64:first-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:first\:mx-64:first-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:first\:mx-auto:first-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:first\:my-px:first-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:first\:mx-px:first-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:first\:my-gutter:first-child{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:first\:mx-gutter:first-child{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .xl\:first\:my-gutter-full:first-child{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:first\:mx-gutter-full:first-child{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .xl\:first\:-my-1:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-mx-1:first-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:first\:-my-2:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-mx-2:first-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:first\:-my-3:first-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-mx-3:first-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:first\:-my-4:first-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:first\:-mx-4:first-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:first\:-my-5:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-mx-5:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:first\:-my-6:first-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-mx-6:first-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:first\:-my-8:first-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:first\:-mx-8:first-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:first\:-my-9:first-child{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:first\:-mx-9:first-child{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:first\:-my-10:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-mx-10:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:first\:-my-12:first-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:first\:-mx-12:first-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:first\:-my-16:first-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:first\:-mx-16:first-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:first\:-my-20:first-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:first\:-mx-20:first-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:first\:-my-24:first-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:first\:-mx-24:first-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:first\:-my-32:first-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:first\:-mx-32:first-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:first\:-my-40:first-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:first\:-mx-40:first-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:first\:-my-48:first-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:first\:-mx-48:first-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:first\:-my-56:first-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:first\:-mx-56:first-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:first\:-my-64:first-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:first\:-mx-64:first-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:first\:-my-px:first-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:first\:-mx-px:first-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:first\:-my-gutter:first-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:first\:-mx-gutter:first-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:first\:-my-gutter-full:first-child{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .xl\:first\:-mx-gutter-full:first-child{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .xl\:first\:mt-0:first-child{
    margin-top: 0;
  }

  .xl\:first\:mr-0:first-child{
    margin-right: 0;
  }

  .xl\:first\:mb-0:first-child{
    margin-bottom: 0;
  }

  .xl\:first\:ml-0:first-child{
    margin-left: 0;
  }

  .xl\:first\:mt-1:first-child{
    margin-top: 0.25rem;
  }

  .xl\:first\:mr-1:first-child{
    margin-right: 0.25rem;
  }

  .xl\:first\:mb-1:first-child{
    margin-bottom: 0.25rem;
  }

  .xl\:first\:ml-1:first-child{
    margin-left: 0.25rem;
  }

  .xl\:first\:mt-2:first-child{
    margin-top: 0.5rem;
  }

  .xl\:first\:mr-2:first-child{
    margin-right: 0.5rem;
  }

  .xl\:first\:mb-2:first-child{
    margin-bottom: 0.5rem;
  }

  .xl\:first\:ml-2:first-child{
    margin-left: 0.5rem;
  }

  .xl\:first\:mt-3:first-child{
    margin-top: 0.75rem;
  }

  .xl\:first\:mr-3:first-child{
    margin-right: 0.75rem;
  }

  .xl\:first\:mb-3:first-child{
    margin-bottom: 0.75rem;
  }

  .xl\:first\:ml-3:first-child{
    margin-left: 0.75rem;
  }

  .xl\:first\:mt-4:first-child{
    margin-top: 1rem;
  }

  .xl\:first\:mr-4:first-child{
    margin-right: 1rem;
  }

  .xl\:first\:mb-4:first-child{
    margin-bottom: 1rem;
  }

  .xl\:first\:ml-4:first-child{
    margin-left: 1rem;
  }

  .xl\:first\:mt-5:first-child{
    margin-top: 1.25rem;
  }

  .xl\:first\:mr-5:first-child{
    margin-right: 1.25rem;
  }

  .xl\:first\:mb-5:first-child{
    margin-bottom: 1.25rem;
  }

  .xl\:first\:ml-5:first-child{
    margin-left: 1.25rem;
  }

  .xl\:first\:mt-6:first-child{
    margin-top: 1.5rem;
  }

  .xl\:first\:mr-6:first-child{
    margin-right: 1.5rem;
  }

  .xl\:first\:mb-6:first-child{
    margin-bottom: 1.5rem;
  }

  .xl\:first\:ml-6:first-child{
    margin-left: 1.5rem;
  }

  .xl\:first\:mt-8:first-child{
    margin-top: 2rem;
  }

  .xl\:first\:mr-8:first-child{
    margin-right: 2rem;
  }

  .xl\:first\:mb-8:first-child{
    margin-bottom: 2rem;
  }

  .xl\:first\:ml-8:first-child{
    margin-left: 2rem;
  }

  .xl\:first\:mt-9:first-child{
    margin-top: 2.25rem;
  }

  .xl\:first\:mr-9:first-child{
    margin-right: 2.25rem;
  }

  .xl\:first\:mb-9:first-child{
    margin-bottom: 2.25rem;
  }

  .xl\:first\:ml-9:first-child{
    margin-left: 2.25rem;
  }

  .xl\:first\:mt-10:first-child{
    margin-top: 2.5rem;
  }

  .xl\:first\:mr-10:first-child{
    margin-right: 2.5rem;
  }

  .xl\:first\:mb-10:first-child{
    margin-bottom: 2.5rem;
  }

  .xl\:first\:ml-10:first-child{
    margin-left: 2.5rem;
  }

  .xl\:first\:mt-12:first-child{
    margin-top: 3rem;
  }

  .xl\:first\:mr-12:first-child{
    margin-right: 3rem;
  }

  .xl\:first\:mb-12:first-child{
    margin-bottom: 3rem;
  }

  .xl\:first\:ml-12:first-child{
    margin-left: 3rem;
  }

  .xl\:first\:mt-16:first-child{
    margin-top: 4rem;
  }

  .xl\:first\:mr-16:first-child{
    margin-right: 4rem;
  }

  .xl\:first\:mb-16:first-child{
    margin-bottom: 4rem;
  }

  .xl\:first\:ml-16:first-child{
    margin-left: 4rem;
  }

  .xl\:first\:mt-20:first-child{
    margin-top: 5rem;
  }

  .xl\:first\:mr-20:first-child{
    margin-right: 5rem;
  }

  .xl\:first\:mb-20:first-child{
    margin-bottom: 5rem;
  }

  .xl\:first\:ml-20:first-child{
    margin-left: 5rem;
  }

  .xl\:first\:mt-24:first-child{
    margin-top: 6rem;
  }

  .xl\:first\:mr-24:first-child{
    margin-right: 6rem;
  }

  .xl\:first\:mb-24:first-child{
    margin-bottom: 6rem;
  }

  .xl\:first\:ml-24:first-child{
    margin-left: 6rem;
  }

  .xl\:first\:mt-32:first-child{
    margin-top: 8rem;
  }

  .xl\:first\:mr-32:first-child{
    margin-right: 8rem;
  }

  .xl\:first\:mb-32:first-child{
    margin-bottom: 8rem;
  }

  .xl\:first\:ml-32:first-child{
    margin-left: 8rem;
  }

  .xl\:first\:mt-40:first-child{
    margin-top: 10rem;
  }

  .xl\:first\:mr-40:first-child{
    margin-right: 10rem;
  }

  .xl\:first\:mb-40:first-child{
    margin-bottom: 10rem;
  }

  .xl\:first\:ml-40:first-child{
    margin-left: 10rem;
  }

  .xl\:first\:mt-48:first-child{
    margin-top: 12rem;
  }

  .xl\:first\:mr-48:first-child{
    margin-right: 12rem;
  }

  .xl\:first\:mb-48:first-child{
    margin-bottom: 12rem;
  }

  .xl\:first\:ml-48:first-child{
    margin-left: 12rem;
  }

  .xl\:first\:mt-56:first-child{
    margin-top: 14rem;
  }

  .xl\:first\:mr-56:first-child{
    margin-right: 14rem;
  }

  .xl\:first\:mb-56:first-child{
    margin-bottom: 14rem;
  }

  .xl\:first\:ml-56:first-child{
    margin-left: 14rem;
  }

  .xl\:first\:mt-64:first-child{
    margin-top: 16rem;
  }

  .xl\:first\:mr-64:first-child{
    margin-right: 16rem;
  }

  .xl\:first\:mb-64:first-child{
    margin-bottom: 16rem;
  }

  .xl\:first\:ml-64:first-child{
    margin-left: 16rem;
  }

  .xl\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .xl\:first\:mr-auto:first-child{
    margin-right: auto;
  }

  .xl\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .xl\:first\:ml-auto:first-child{
    margin-left: auto;
  }

  .xl\:first\:mt-px:first-child{
    margin-top: 1px;
  }

  .xl\:first\:mr-px:first-child{
    margin-right: 1px;
  }

  .xl\:first\:mb-px:first-child{
    margin-bottom: 1px;
  }

  .xl\:first\:ml-px:first-child{
    margin-left: 1px;
  }

  .xl\:first\:mt-gutter:first-child{
    margin-top: var(--gutter, 1.5625rem );
  }

  .xl\:first\:mr-gutter:first-child{
    margin-right: var(--gutter, 1.5625rem );
  }

  .xl\:first\:mb-gutter:first-child{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:first\:ml-gutter:first-child{
    margin-left: var(--gutter, 1.5625rem );
  }

  .xl\:first\:mt-gutter-full:first-child{
    margin-top: calc( var(--gutter) * 2 );
  }

  .xl\:first\:mr-gutter-full:first-child{
    margin-right: calc( var(--gutter) * 2 );
  }

  .xl\:first\:mb-gutter-full:first-child{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:first\:ml-gutter-full:first-child{
    margin-left: calc( var(--gutter) * 2 );
  }

  .xl\:first\:-mt-1:first-child{
    margin-top: -0.25rem;
  }

  .xl\:first\:-mr-1:first-child{
    margin-right: -0.25rem;
  }

  .xl\:first\:-mb-1:first-child{
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-ml-1:first-child{
    margin-left: -0.25rem;
  }

  .xl\:first\:-mt-2:first-child{
    margin-top: -0.5rem;
  }

  .xl\:first\:-mr-2:first-child{
    margin-right: -0.5rem;
  }

  .xl\:first\:-mb-2:first-child{
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-ml-2:first-child{
    margin-left: -0.5rem;
  }

  .xl\:first\:-mt-3:first-child{
    margin-top: -0.75rem;
  }

  .xl\:first\:-mr-3:first-child{
    margin-right: -0.75rem;
  }

  .xl\:first\:-mb-3:first-child{
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-ml-3:first-child{
    margin-left: -0.75rem;
  }

  .xl\:first\:-mt-4:first-child{
    margin-top: -1rem;
  }

  .xl\:first\:-mr-4:first-child{
    margin-right: -1rem;
  }

  .xl\:first\:-mb-4:first-child{
    margin-bottom: -1rem;
  }

  .xl\:first\:-ml-4:first-child{
    margin-left: -1rem;
  }

  .xl\:first\:-mt-5:first-child{
    margin-top: -1.25rem;
  }

  .xl\:first\:-mr-5:first-child{
    margin-right: -1.25rem;
  }

  .xl\:first\:-mb-5:first-child{
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-ml-5:first-child{
    margin-left: -1.25rem;
  }

  .xl\:first\:-mt-6:first-child{
    margin-top: -1.5rem;
  }

  .xl\:first\:-mr-6:first-child{
    margin-right: -1.5rem;
  }

  .xl\:first\:-mb-6:first-child{
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-ml-6:first-child{
    margin-left: -1.5rem;
  }

  .xl\:first\:-mt-8:first-child{
    margin-top: -2rem;
  }

  .xl\:first\:-mr-8:first-child{
    margin-right: -2rem;
  }

  .xl\:first\:-mb-8:first-child{
    margin-bottom: -2rem;
  }

  .xl\:first\:-ml-8:first-child{
    margin-left: -2rem;
  }

  .xl\:first\:-mt-9:first-child{
    margin-top: -2.25rem;
  }

  .xl\:first\:-mr-9:first-child{
    margin-right: -2.25rem;
  }

  .xl\:first\:-mb-9:first-child{
    margin-bottom: -2.25rem;
  }

  .xl\:first\:-ml-9:first-child{
    margin-left: -2.25rem;
  }

  .xl\:first\:-mt-10:first-child{
    margin-top: -2.5rem;
  }

  .xl\:first\:-mr-10:first-child{
    margin-right: -2.5rem;
  }

  .xl\:first\:-mb-10:first-child{
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-ml-10:first-child{
    margin-left: -2.5rem;
  }

  .xl\:first\:-mt-12:first-child{
    margin-top: -3rem;
  }

  .xl\:first\:-mr-12:first-child{
    margin-right: -3rem;
  }

  .xl\:first\:-mb-12:first-child{
    margin-bottom: -3rem;
  }

  .xl\:first\:-ml-12:first-child{
    margin-left: -3rem;
  }

  .xl\:first\:-mt-16:first-child{
    margin-top: -4rem;
  }

  .xl\:first\:-mr-16:first-child{
    margin-right: -4rem;
  }

  .xl\:first\:-mb-16:first-child{
    margin-bottom: -4rem;
  }

  .xl\:first\:-ml-16:first-child{
    margin-left: -4rem;
  }

  .xl\:first\:-mt-20:first-child{
    margin-top: -5rem;
  }

  .xl\:first\:-mr-20:first-child{
    margin-right: -5rem;
  }

  .xl\:first\:-mb-20:first-child{
    margin-bottom: -5rem;
  }

  .xl\:first\:-ml-20:first-child{
    margin-left: -5rem;
  }

  .xl\:first\:-mt-24:first-child{
    margin-top: -6rem;
  }

  .xl\:first\:-mr-24:first-child{
    margin-right: -6rem;
  }

  .xl\:first\:-mb-24:first-child{
    margin-bottom: -6rem;
  }

  .xl\:first\:-ml-24:first-child{
    margin-left: -6rem;
  }

  .xl\:first\:-mt-32:first-child{
    margin-top: -8rem;
  }

  .xl\:first\:-mr-32:first-child{
    margin-right: -8rem;
  }

  .xl\:first\:-mb-32:first-child{
    margin-bottom: -8rem;
  }

  .xl\:first\:-ml-32:first-child{
    margin-left: -8rem;
  }

  .xl\:first\:-mt-40:first-child{
    margin-top: -10rem;
  }

  .xl\:first\:-mr-40:first-child{
    margin-right: -10rem;
  }

  .xl\:first\:-mb-40:first-child{
    margin-bottom: -10rem;
  }

  .xl\:first\:-ml-40:first-child{
    margin-left: -10rem;
  }

  .xl\:first\:-mt-48:first-child{
    margin-top: -12rem;
  }

  .xl\:first\:-mr-48:first-child{
    margin-right: -12rem;
  }

  .xl\:first\:-mb-48:first-child{
    margin-bottom: -12rem;
  }

  .xl\:first\:-ml-48:first-child{
    margin-left: -12rem;
  }

  .xl\:first\:-mt-56:first-child{
    margin-top: -14rem;
  }

  .xl\:first\:-mr-56:first-child{
    margin-right: -14rem;
  }

  .xl\:first\:-mb-56:first-child{
    margin-bottom: -14rem;
  }

  .xl\:first\:-ml-56:first-child{
    margin-left: -14rem;
  }

  .xl\:first\:-mt-64:first-child{
    margin-top: -16rem;
  }

  .xl\:first\:-mr-64:first-child{
    margin-right: -16rem;
  }

  .xl\:first\:-mb-64:first-child{
    margin-bottom: -16rem;
  }

  .xl\:first\:-ml-64:first-child{
    margin-left: -16rem;
  }

  .xl\:first\:-mt-px:first-child{
    margin-top: -1px;
  }

  .xl\:first\:-mr-px:first-child{
    margin-right: -1px;
  }

  .xl\:first\:-mb-px:first-child{
    margin-bottom: -1px;
  }

  .xl\:first\:-ml-px:first-child{
    margin-left: -1px;
  }

  .xl\:first\:-mt-gutter:first-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:first\:-mr-gutter:first-child{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:first\:-mb-gutter:first-child{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:first\:-ml-gutter:first-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:first\:-mt-gutter-full:first-child{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .xl\:first\:-mr-gutter-full:first-child{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .xl\:first\:-mb-gutter-full:first-child{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .xl\:first\:-ml-gutter-full:first-child{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .xl\:last\:m-0:last-child{
    margin: 0;
  }

  .xl\:last\:m-1:last-child{
    margin: 0.25rem;
  }

  .xl\:last\:m-2:last-child{
    margin: 0.5rem;
  }

  .xl\:last\:m-3:last-child{
    margin: 0.75rem;
  }

  .xl\:last\:m-4:last-child{
    margin: 1rem;
  }

  .xl\:last\:m-5:last-child{
    margin: 1.25rem;
  }

  .xl\:last\:m-6:last-child{
    margin: 1.5rem;
  }

  .xl\:last\:m-8:last-child{
    margin: 2rem;
  }

  .xl\:last\:m-9:last-child{
    margin: 2.25rem;
  }

  .xl\:last\:m-10:last-child{
    margin: 2.5rem;
  }

  .xl\:last\:m-12:last-child{
    margin: 3rem;
  }

  .xl\:last\:m-16:last-child{
    margin: 4rem;
  }

  .xl\:last\:m-20:last-child{
    margin: 5rem;
  }

  .xl\:last\:m-24:last-child{
    margin: 6rem;
  }

  .xl\:last\:m-32:last-child{
    margin: 8rem;
  }

  .xl\:last\:m-40:last-child{
    margin: 10rem;
  }

  .xl\:last\:m-48:last-child{
    margin: 12rem;
  }

  .xl\:last\:m-56:last-child{
    margin: 14rem;
  }

  .xl\:last\:m-64:last-child{
    margin: 16rem;
  }

  .xl\:last\:m-auto:last-child{
    margin: auto;
  }

  .xl\:last\:m-px:last-child{
    margin: 1px;
  }

  .xl\:last\:m-gutter:last-child{
    margin: var(--gutter, 1.5625rem );
  }

  .xl\:last\:m-gutter-full:last-child{
    margin: calc( var(--gutter) * 2 );
  }

  .xl\:last\:-m-1:last-child{
    margin: -0.25rem;
  }

  .xl\:last\:-m-2:last-child{
    margin: -0.5rem;
  }

  .xl\:last\:-m-3:last-child{
    margin: -0.75rem;
  }

  .xl\:last\:-m-4:last-child{
    margin: -1rem;
  }

  .xl\:last\:-m-5:last-child{
    margin: -1.25rem;
  }

  .xl\:last\:-m-6:last-child{
    margin: -1.5rem;
  }

  .xl\:last\:-m-8:last-child{
    margin: -2rem;
  }

  .xl\:last\:-m-9:last-child{
    margin: -2.25rem;
  }

  .xl\:last\:-m-10:last-child{
    margin: -2.5rem;
  }

  .xl\:last\:-m-12:last-child{
    margin: -3rem;
  }

  .xl\:last\:-m-16:last-child{
    margin: -4rem;
  }

  .xl\:last\:-m-20:last-child{
    margin: -5rem;
  }

  .xl\:last\:-m-24:last-child{
    margin: -6rem;
  }

  .xl\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .xl\:last\:-m-40:last-child{
    margin: -10rem;
  }

  .xl\:last\:-m-48:last-child{
    margin: -12rem;
  }

  .xl\:last\:-m-56:last-child{
    margin: -14rem;
  }

  .xl\:last\:-m-64:last-child{
    margin: -16rem;
  }

  .xl\:last\:-m-px:last-child{
    margin: -1px;
  }

  .xl\:last\:-m-gutter:last-child{
    margin: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:last\:-m-gutter-full:last-child{
    margin: calc(var(--gutter) * 2 * -1);
  }

  .xl\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:my-1:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mx-1:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:my-2:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mx-2:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:my-3:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:mx-3:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:my-4:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:mx-4:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:my-5:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mx-5:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:my-6:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:mx-6:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:my-8:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:mx-8:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:my-9:last-child{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:last\:mx-9:last-child{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:last\:my-10:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mx-10:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:my-12:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:mx-12:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:my-16:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:mx-16:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:my-20:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:mx-20:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:my-24:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:mx-24:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:my-32:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:mx-32:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:my-40:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:mx-40:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:my-48:last-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:last\:mx-48:last-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:last\:my-56:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:mx-56:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:my-64:last-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:last\:mx-64:last-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:my-gutter:last-child{
    margin-top: var(--gutter, 1.5625rem );
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:last\:mx-gutter:last-child{
    margin-left: var(--gutter, 1.5625rem );
    margin-right: var(--gutter, 1.5625rem );
  }

  .xl\:last\:my-gutter-full:last-child{
    margin-top: calc( var(--gutter) * 2 );
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:last\:mx-gutter-full:last-child{
    margin-left: calc( var(--gutter) * 2 );
    margin-right: calc( var(--gutter) * 2 );
  }

  .xl\:last\:-my-1:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mx-1:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-my-2:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-mx-2:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:-my-3:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-mx-3:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:-my-4:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:-mx-4:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:-my-5:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mx-5:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-my-6:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-mx-6:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:-my-8:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:-mx-8:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:-my-9:last-child{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:last\:-mx-9:last-child{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:last\:-my-10:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mx-10:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-my-12:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:-mx-12:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:-my-16:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:-mx-16:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:-my-20:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:-mx-20:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:-my-24:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:-mx-24:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:-my-32:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:-mx-32:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:-my-40:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:-mx-40:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:-my-48:last-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:last\:-mx-48:last-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:last\:-my-56:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:-mx-56:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:-my-64:last-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:last\:-mx-64:last-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:-my-gutter:last-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:last\:-mx-gutter:last-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:last\:-my-gutter-full:last-child{
    margin-top: calc(var(--gutter) * 2 * -1);
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .xl\:last\:-mx-gutter-full:last-child{
    margin-left: calc(var(--gutter) * 2 * -1);
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .xl\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .xl\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .xl\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .xl\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .xl\:last\:mt-1:last-child{
    margin-top: 0.25rem;
  }

  .xl\:last\:mr-1:last-child{
    margin-right: 0.25rem;
  }

  .xl\:last\:mb-1:last-child{
    margin-bottom: 0.25rem;
  }

  .xl\:last\:ml-1:last-child{
    margin-left: 0.25rem;
  }

  .xl\:last\:mt-2:last-child{
    margin-top: 0.5rem;
  }

  .xl\:last\:mr-2:last-child{
    margin-right: 0.5rem;
  }

  .xl\:last\:mb-2:last-child{
    margin-bottom: 0.5rem;
  }

  .xl\:last\:ml-2:last-child{
    margin-left: 0.5rem;
  }

  .xl\:last\:mt-3:last-child{
    margin-top: 0.75rem;
  }

  .xl\:last\:mr-3:last-child{
    margin-right: 0.75rem;
  }

  .xl\:last\:mb-3:last-child{
    margin-bottom: 0.75rem;
  }

  .xl\:last\:ml-3:last-child{
    margin-left: 0.75rem;
  }

  .xl\:last\:mt-4:last-child{
    margin-top: 1rem;
  }

  .xl\:last\:mr-4:last-child{
    margin-right: 1rem;
  }

  .xl\:last\:mb-4:last-child{
    margin-bottom: 1rem;
  }

  .xl\:last\:ml-4:last-child{
    margin-left: 1rem;
  }

  .xl\:last\:mt-5:last-child{
    margin-top: 1.25rem;
  }

  .xl\:last\:mr-5:last-child{
    margin-right: 1.25rem;
  }

  .xl\:last\:mb-5:last-child{
    margin-bottom: 1.25rem;
  }

  .xl\:last\:ml-5:last-child{
    margin-left: 1.25rem;
  }

  .xl\:last\:mt-6:last-child{
    margin-top: 1.5rem;
  }

  .xl\:last\:mr-6:last-child{
    margin-right: 1.5rem;
  }

  .xl\:last\:mb-6:last-child{
    margin-bottom: 1.5rem;
  }

  .xl\:last\:ml-6:last-child{
    margin-left: 1.5rem;
  }

  .xl\:last\:mt-8:last-child{
    margin-top: 2rem;
  }

  .xl\:last\:mr-8:last-child{
    margin-right: 2rem;
  }

  .xl\:last\:mb-8:last-child{
    margin-bottom: 2rem;
  }

  .xl\:last\:ml-8:last-child{
    margin-left: 2rem;
  }

  .xl\:last\:mt-9:last-child{
    margin-top: 2.25rem;
  }

  .xl\:last\:mr-9:last-child{
    margin-right: 2.25rem;
  }

  .xl\:last\:mb-9:last-child{
    margin-bottom: 2.25rem;
  }

  .xl\:last\:ml-9:last-child{
    margin-left: 2.25rem;
  }

  .xl\:last\:mt-10:last-child{
    margin-top: 2.5rem;
  }

  .xl\:last\:mr-10:last-child{
    margin-right: 2.5rem;
  }

  .xl\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }

  .xl\:last\:ml-10:last-child{
    margin-left: 2.5rem;
  }

  .xl\:last\:mt-12:last-child{
    margin-top: 3rem;
  }

  .xl\:last\:mr-12:last-child{
    margin-right: 3rem;
  }

  .xl\:last\:mb-12:last-child{
    margin-bottom: 3rem;
  }

  .xl\:last\:ml-12:last-child{
    margin-left: 3rem;
  }

  .xl\:last\:mt-16:last-child{
    margin-top: 4rem;
  }

  .xl\:last\:mr-16:last-child{
    margin-right: 4rem;
  }

  .xl\:last\:mb-16:last-child{
    margin-bottom: 4rem;
  }

  .xl\:last\:ml-16:last-child{
    margin-left: 4rem;
  }

  .xl\:last\:mt-20:last-child{
    margin-top: 5rem;
  }

  .xl\:last\:mr-20:last-child{
    margin-right: 5rem;
  }

  .xl\:last\:mb-20:last-child{
    margin-bottom: 5rem;
  }

  .xl\:last\:ml-20:last-child{
    margin-left: 5rem;
  }

  .xl\:last\:mt-24:last-child{
    margin-top: 6rem;
  }

  .xl\:last\:mr-24:last-child{
    margin-right: 6rem;
  }

  .xl\:last\:mb-24:last-child{
    margin-bottom: 6rem;
  }

  .xl\:last\:ml-24:last-child{
    margin-left: 6rem;
  }

  .xl\:last\:mt-32:last-child{
    margin-top: 8rem;
  }

  .xl\:last\:mr-32:last-child{
    margin-right: 8rem;
  }

  .xl\:last\:mb-32:last-child{
    margin-bottom: 8rem;
  }

  .xl\:last\:ml-32:last-child{
    margin-left: 8rem;
  }

  .xl\:last\:mt-40:last-child{
    margin-top: 10rem;
  }

  .xl\:last\:mr-40:last-child{
    margin-right: 10rem;
  }

  .xl\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }

  .xl\:last\:ml-40:last-child{
    margin-left: 10rem;
  }

  .xl\:last\:mt-48:last-child{
    margin-top: 12rem;
  }

  .xl\:last\:mr-48:last-child{
    margin-right: 12rem;
  }

  .xl\:last\:mb-48:last-child{
    margin-bottom: 12rem;
  }

  .xl\:last\:ml-48:last-child{
    margin-left: 12rem;
  }

  .xl\:last\:mt-56:last-child{
    margin-top: 14rem;
  }

  .xl\:last\:mr-56:last-child{
    margin-right: 14rem;
  }

  .xl\:last\:mb-56:last-child{
    margin-bottom: 14rem;
  }

  .xl\:last\:ml-56:last-child{
    margin-left: 14rem;
  }

  .xl\:last\:mt-64:last-child{
    margin-top: 16rem;
  }

  .xl\:last\:mr-64:last-child{
    margin-right: 16rem;
  }

  .xl\:last\:mb-64:last-child{
    margin-bottom: 16rem;
  }

  .xl\:last\:ml-64:last-child{
    margin-left: 16rem;
  }

  .xl\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .xl\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .xl\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .xl\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .xl\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .xl\:last\:mt-gutter:last-child{
    margin-top: var(--gutter, 1.5625rem );
  }

  .xl\:last\:mr-gutter:last-child{
    margin-right: var(--gutter, 1.5625rem );
  }

  .xl\:last\:mb-gutter:last-child{
    margin-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:last\:ml-gutter:last-child{
    margin-left: var(--gutter, 1.5625rem );
  }

  .xl\:last\:mt-gutter-full:last-child{
    margin-top: calc( var(--gutter) * 2 );
  }

  .xl\:last\:mr-gutter-full:last-child{
    margin-right: calc( var(--gutter) * 2 );
  }

  .xl\:last\:mb-gutter-full:last-child{
    margin-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:last\:ml-gutter-full:last-child{
    margin-left: calc( var(--gutter) * 2 );
  }

  .xl\:last\:-mt-1:last-child{
    margin-top: -0.25rem;
  }

  .xl\:last\:-mr-1:last-child{
    margin-right: -0.25rem;
  }

  .xl\:last\:-mb-1:last-child{
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-ml-1:last-child{
    margin-left: -0.25rem;
  }

  .xl\:last\:-mt-2:last-child{
    margin-top: -0.5rem;
  }

  .xl\:last\:-mr-2:last-child{
    margin-right: -0.5rem;
  }

  .xl\:last\:-mb-2:last-child{
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-ml-2:last-child{
    margin-left: -0.5rem;
  }

  .xl\:last\:-mt-3:last-child{
    margin-top: -0.75rem;
  }

  .xl\:last\:-mr-3:last-child{
    margin-right: -0.75rem;
  }

  .xl\:last\:-mb-3:last-child{
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-ml-3:last-child{
    margin-left: -0.75rem;
  }

  .xl\:last\:-mt-4:last-child{
    margin-top: -1rem;
  }

  .xl\:last\:-mr-4:last-child{
    margin-right: -1rem;
  }

  .xl\:last\:-mb-4:last-child{
    margin-bottom: -1rem;
  }

  .xl\:last\:-ml-4:last-child{
    margin-left: -1rem;
  }

  .xl\:last\:-mt-5:last-child{
    margin-top: -1.25rem;
  }

  .xl\:last\:-mr-5:last-child{
    margin-right: -1.25rem;
  }

  .xl\:last\:-mb-5:last-child{
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-ml-5:last-child{
    margin-left: -1.25rem;
  }

  .xl\:last\:-mt-6:last-child{
    margin-top: -1.5rem;
  }

  .xl\:last\:-mr-6:last-child{
    margin-right: -1.5rem;
  }

  .xl\:last\:-mb-6:last-child{
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-ml-6:last-child{
    margin-left: -1.5rem;
  }

  .xl\:last\:-mt-8:last-child{
    margin-top: -2rem;
  }

  .xl\:last\:-mr-8:last-child{
    margin-right: -2rem;
  }

  .xl\:last\:-mb-8:last-child{
    margin-bottom: -2rem;
  }

  .xl\:last\:-ml-8:last-child{
    margin-left: -2rem;
  }

  .xl\:last\:-mt-9:last-child{
    margin-top: -2.25rem;
  }

  .xl\:last\:-mr-9:last-child{
    margin-right: -2.25rem;
  }

  .xl\:last\:-mb-9:last-child{
    margin-bottom: -2.25rem;
  }

  .xl\:last\:-ml-9:last-child{
    margin-left: -2.25rem;
  }

  .xl\:last\:-mt-10:last-child{
    margin-top: -2.5rem;
  }

  .xl\:last\:-mr-10:last-child{
    margin-right: -2.5rem;
  }

  .xl\:last\:-mb-10:last-child{
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-ml-10:last-child{
    margin-left: -2.5rem;
  }

  .xl\:last\:-mt-12:last-child{
    margin-top: -3rem;
  }

  .xl\:last\:-mr-12:last-child{
    margin-right: -3rem;
  }

  .xl\:last\:-mb-12:last-child{
    margin-bottom: -3rem;
  }

  .xl\:last\:-ml-12:last-child{
    margin-left: -3rem;
  }

  .xl\:last\:-mt-16:last-child{
    margin-top: -4rem;
  }

  .xl\:last\:-mr-16:last-child{
    margin-right: -4rem;
  }

  .xl\:last\:-mb-16:last-child{
    margin-bottom: -4rem;
  }

  .xl\:last\:-ml-16:last-child{
    margin-left: -4rem;
  }

  .xl\:last\:-mt-20:last-child{
    margin-top: -5rem;
  }

  .xl\:last\:-mr-20:last-child{
    margin-right: -5rem;
  }

  .xl\:last\:-mb-20:last-child{
    margin-bottom: -5rem;
  }

  .xl\:last\:-ml-20:last-child{
    margin-left: -5rem;
  }

  .xl\:last\:-mt-24:last-child{
    margin-top: -6rem;
  }

  .xl\:last\:-mr-24:last-child{
    margin-right: -6rem;
  }

  .xl\:last\:-mb-24:last-child{
    margin-bottom: -6rem;
  }

  .xl\:last\:-ml-24:last-child{
    margin-left: -6rem;
  }

  .xl\:last\:-mt-32:last-child{
    margin-top: -8rem;
  }

  .xl\:last\:-mr-32:last-child{
    margin-right: -8rem;
  }

  .xl\:last\:-mb-32:last-child{
    margin-bottom: -8rem;
  }

  .xl\:last\:-ml-32:last-child{
    margin-left: -8rem;
  }

  .xl\:last\:-mt-40:last-child{
    margin-top: -10rem;
  }

  .xl\:last\:-mr-40:last-child{
    margin-right: -10rem;
  }

  .xl\:last\:-mb-40:last-child{
    margin-bottom: -10rem;
  }

  .xl\:last\:-ml-40:last-child{
    margin-left: -10rem;
  }

  .xl\:last\:-mt-48:last-child{
    margin-top: -12rem;
  }

  .xl\:last\:-mr-48:last-child{
    margin-right: -12rem;
  }

  .xl\:last\:-mb-48:last-child{
    margin-bottom: -12rem;
  }

  .xl\:last\:-ml-48:last-child{
    margin-left: -12rem;
  }

  .xl\:last\:-mt-56:last-child{
    margin-top: -14rem;
  }

  .xl\:last\:-mr-56:last-child{
    margin-right: -14rem;
  }

  .xl\:last\:-mb-56:last-child{
    margin-bottom: -14rem;
  }

  .xl\:last\:-ml-56:last-child{
    margin-left: -14rem;
  }

  .xl\:last\:-mt-64:last-child{
    margin-top: -16rem;
  }

  .xl\:last\:-mr-64:last-child{
    margin-right: -16rem;
  }

  .xl\:last\:-mb-64:last-child{
    margin-bottom: -16rem;
  }

  .xl\:last\:-ml-64:last-child{
    margin-left: -16rem;
  }

  .xl\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .xl\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .xl\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .xl\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .xl\:last\:-mt-gutter:last-child{
    margin-top: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:last\:-mr-gutter:last-child{
    margin-right: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:last\:-mb-gutter:last-child{
    margin-bottom: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:last\:-ml-gutter:last-child{
    margin-left: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:last\:-mt-gutter-full:last-child{
    margin-top: calc(var(--gutter) * 2 * -1);
  }

  .xl\:last\:-mr-gutter-full:last-child{
    margin-right: calc(var(--gutter) * 2 * -1);
  }

  .xl\:last\:-mb-gutter-full:last-child{
    margin-bottom: calc(var(--gutter) * 2 * -1);
  }

  .xl\:last\:-ml-gutter-full:last-child{
    margin-left: calc(var(--gutter) * 2 * -1);
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .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-screen-sm{
    max-width: 640px;
  }

  .xl\:max-w-screen-md{
    max-width: 768px;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1270px;
  }

  .xl\:min-h-0{
    min-height: 0;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-w-0{
    min-width: 0;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-35{
    opacity: 0.35;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-80{
    opacity: 0.8;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-35:hover{
    opacity: 0.35;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-35:focus{
    opacity: 0.35;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl\:outline-none{
    outline: 0;
  }

  .xl\:focus\:outline-none:focus{
    outline: 0;
  }

  .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\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .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-9{
    padding: 2.25rem;
  }

  .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-gutter{
    padding: var(--gutter, 1.5625rem );
  }

  .xl\:p-gutter-full{
    padding: calc( var(--gutter) * 2 );
  }

  .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-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-gutter{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:px-gutter{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .xl\:py-gutter-full{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:px-gutter-full{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .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-9{
    padding-top: 2.25rem;
  }

  .xl\:pr-9{
    padding-right: 2.25rem;
  }

  .xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  .xl\:pl-9{
    padding-left: 2.25rem;
  }

  .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-gutter{
    padding-top: var(--gutter, 1.5625rem );
  }

  .xl\:pr-gutter{
    padding-right: var(--gutter, 1.5625rem );
  }

  .xl\:pb-gutter{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:pl-gutter{
    padding-left: var(--gutter, 1.5625rem );
  }

  .xl\:pt-gutter-full{
    padding-top: calc( var(--gutter) * 2 );
  }

  .xl\:pr-gutter-full{
    padding-right: calc( var(--gutter) * 2 );
  }

  .xl\:pb-gutter-full{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:pl-gutter-full{
    padding-left: calc( var(--gutter) * 2 );
  }

  .xl\:first\:p-0:first-child{
    padding: 0;
  }

  .xl\:first\:p-1:first-child{
    padding: 0.25rem;
  }

  .xl\:first\:p-2:first-child{
    padding: 0.5rem;
  }

  .xl\:first\:p-3:first-child{
    padding: 0.75rem;
  }

  .xl\:first\:p-4:first-child{
    padding: 1rem;
  }

  .xl\:first\:p-5:first-child{
    padding: 1.25rem;
  }

  .xl\:first\:p-6:first-child{
    padding: 1.5rem;
  }

  .xl\:first\:p-8:first-child{
    padding: 2rem;
  }

  .xl\:first\:p-9:first-child{
    padding: 2.25rem;
  }

  .xl\:first\:p-10:first-child{
    padding: 2.5rem;
  }

  .xl\:first\:p-12:first-child{
    padding: 3rem;
  }

  .xl\:first\:p-16:first-child{
    padding: 4rem;
  }

  .xl\:first\:p-20:first-child{
    padding: 5rem;
  }

  .xl\:first\:p-24:first-child{
    padding: 6rem;
  }

  .xl\:first\:p-32:first-child{
    padding: 8rem;
  }

  .xl\:first\:p-40:first-child{
    padding: 10rem;
  }

  .xl\:first\:p-48:first-child{
    padding: 12rem;
  }

  .xl\:first\:p-56:first-child{
    padding: 14rem;
  }

  .xl\:first\:p-64:first-child{
    padding: 16rem;
  }

  .xl\:first\:p-px:first-child{
    padding: 1px;
  }

  .xl\:first\:p-gutter:first-child{
    padding: var(--gutter, 1.5625rem );
  }

  .xl\:first\:p-gutter-full:first-child{
    padding: calc( var(--gutter) * 2 );
  }

  .xl\:first\:py-0:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:first\:px-0:first-child{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:first\:py-1:first-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:first\:px-1:first-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:first\:py-2:first-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:first\:px-2:first-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:first\:py-3:first-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:first\:px-3:first-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:first\:py-4:first-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:first\:px-4:first-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:first\:py-5:first-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:first\:px-5:first-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:first\:py-6:first-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:first\:px-6:first-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:first\:py-8:first-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:first\:px-8:first-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:first\:py-9:first-child{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:first\:px-9:first-child{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:first\:py-10:first-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:first\:px-10:first-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:first\:py-12:first-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:first\:px-12:first-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:first\:py-16:first-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:first\:px-16:first-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:first\:py-20:first-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:first\:px-20:first-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:first\:py-24:first-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:first\:px-24:first-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:first\:py-32:first-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:first\:px-32:first-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:first\:py-40:first-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:first\:px-40:first-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:first\:py-48:first-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:first\:px-48:first-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:first\:py-56:first-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:first\:px-56:first-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:first\:py-64:first-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:first\:px-64:first-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:first\:py-px:first-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:first\:px-px:first-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:first\:py-gutter:first-child{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:first\:px-gutter:first-child{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .xl\:first\:py-gutter-full:first-child{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:first\:px-gutter-full:first-child{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .xl\:first\:pt-0:first-child{
    padding-top: 0;
  }

  .xl\:first\:pr-0:first-child{
    padding-right: 0;
  }

  .xl\:first\:pb-0:first-child{
    padding-bottom: 0;
  }

  .xl\:first\:pl-0:first-child{
    padding-left: 0;
  }

  .xl\:first\:pt-1:first-child{
    padding-top: 0.25rem;
  }

  .xl\:first\:pr-1:first-child{
    padding-right: 0.25rem;
  }

  .xl\:first\:pb-1:first-child{
    padding-bottom: 0.25rem;
  }

  .xl\:first\:pl-1:first-child{
    padding-left: 0.25rem;
  }

  .xl\:first\:pt-2:first-child{
    padding-top: 0.5rem;
  }

  .xl\:first\:pr-2:first-child{
    padding-right: 0.5rem;
  }

  .xl\:first\:pb-2:first-child{
    padding-bottom: 0.5rem;
  }

  .xl\:first\:pl-2:first-child{
    padding-left: 0.5rem;
  }

  .xl\:first\:pt-3:first-child{
    padding-top: 0.75rem;
  }

  .xl\:first\:pr-3:first-child{
    padding-right: 0.75rem;
  }

  .xl\:first\:pb-3:first-child{
    padding-bottom: 0.75rem;
  }

  .xl\:first\:pl-3:first-child{
    padding-left: 0.75rem;
  }

  .xl\:first\:pt-4:first-child{
    padding-top: 1rem;
  }

  .xl\:first\:pr-4:first-child{
    padding-right: 1rem;
  }

  .xl\:first\:pb-4:first-child{
    padding-bottom: 1rem;
  }

  .xl\:first\:pl-4:first-child{
    padding-left: 1rem;
  }

  .xl\:first\:pt-5:first-child{
    padding-top: 1.25rem;
  }

  .xl\:first\:pr-5:first-child{
    padding-right: 1.25rem;
  }

  .xl\:first\:pb-5:first-child{
    padding-bottom: 1.25rem;
  }

  .xl\:first\:pl-5:first-child{
    padding-left: 1.25rem;
  }

  .xl\:first\:pt-6:first-child{
    padding-top: 1.5rem;
  }

  .xl\:first\:pr-6:first-child{
    padding-right: 1.5rem;
  }

  .xl\:first\:pb-6:first-child{
    padding-bottom: 1.5rem;
  }

  .xl\:first\:pl-6:first-child{
    padding-left: 1.5rem;
  }

  .xl\:first\:pt-8:first-child{
    padding-top: 2rem;
  }

  .xl\:first\:pr-8:first-child{
    padding-right: 2rem;
  }

  .xl\:first\:pb-8:first-child{
    padding-bottom: 2rem;
  }

  .xl\:first\:pl-8:first-child{
    padding-left: 2rem;
  }

  .xl\:first\:pt-9:first-child{
    padding-top: 2.25rem;
  }

  .xl\:first\:pr-9:first-child{
    padding-right: 2.25rem;
  }

  .xl\:first\:pb-9:first-child{
    padding-bottom: 2.25rem;
  }

  .xl\:first\:pl-9:first-child{
    padding-left: 2.25rem;
  }

  .xl\:first\:pt-10:first-child{
    padding-top: 2.5rem;
  }

  .xl\:first\:pr-10:first-child{
    padding-right: 2.5rem;
  }

  .xl\:first\:pb-10:first-child{
    padding-bottom: 2.5rem;
  }

  .xl\:first\:pl-10:first-child{
    padding-left: 2.5rem;
  }

  .xl\:first\:pt-12:first-child{
    padding-top: 3rem;
  }

  .xl\:first\:pr-12:first-child{
    padding-right: 3rem;
  }

  .xl\:first\:pb-12:first-child{
    padding-bottom: 3rem;
  }

  .xl\:first\:pl-12:first-child{
    padding-left: 3rem;
  }

  .xl\:first\:pt-16:first-child{
    padding-top: 4rem;
  }

  .xl\:first\:pr-16:first-child{
    padding-right: 4rem;
  }

  .xl\:first\:pb-16:first-child{
    padding-bottom: 4rem;
  }

  .xl\:first\:pl-16:first-child{
    padding-left: 4rem;
  }

  .xl\:first\:pt-20:first-child{
    padding-top: 5rem;
  }

  .xl\:first\:pr-20:first-child{
    padding-right: 5rem;
  }

  .xl\:first\:pb-20:first-child{
    padding-bottom: 5rem;
  }

  .xl\:first\:pl-20:first-child{
    padding-left: 5rem;
  }

  .xl\:first\:pt-24:first-child{
    padding-top: 6rem;
  }

  .xl\:first\:pr-24:first-child{
    padding-right: 6rem;
  }

  .xl\:first\:pb-24:first-child{
    padding-bottom: 6rem;
  }

  .xl\:first\:pl-24:first-child{
    padding-left: 6rem;
  }

  .xl\:first\:pt-32:first-child{
    padding-top: 8rem;
  }

  .xl\:first\:pr-32:first-child{
    padding-right: 8rem;
  }

  .xl\:first\:pb-32:first-child{
    padding-bottom: 8rem;
  }

  .xl\:first\:pl-32:first-child{
    padding-left: 8rem;
  }

  .xl\:first\:pt-40:first-child{
    padding-top: 10rem;
  }

  .xl\:first\:pr-40:first-child{
    padding-right: 10rem;
  }

  .xl\:first\:pb-40:first-child{
    padding-bottom: 10rem;
  }

  .xl\:first\:pl-40:first-child{
    padding-left: 10rem;
  }

  .xl\:first\:pt-48:first-child{
    padding-top: 12rem;
  }

  .xl\:first\:pr-48:first-child{
    padding-right: 12rem;
  }

  .xl\:first\:pb-48:first-child{
    padding-bottom: 12rem;
  }

  .xl\:first\:pl-48:first-child{
    padding-left: 12rem;
  }

  .xl\:first\:pt-56:first-child{
    padding-top: 14rem;
  }

  .xl\:first\:pr-56:first-child{
    padding-right: 14rem;
  }

  .xl\:first\:pb-56:first-child{
    padding-bottom: 14rem;
  }

  .xl\:first\:pl-56:first-child{
    padding-left: 14rem;
  }

  .xl\:first\:pt-64:first-child{
    padding-top: 16rem;
  }

  .xl\:first\:pr-64:first-child{
    padding-right: 16rem;
  }

  .xl\:first\:pb-64:first-child{
    padding-bottom: 16rem;
  }

  .xl\:first\:pl-64:first-child{
    padding-left: 16rem;
  }

  .xl\:first\:pt-px:first-child{
    padding-top: 1px;
  }

  .xl\:first\:pr-px:first-child{
    padding-right: 1px;
  }

  .xl\:first\:pb-px:first-child{
    padding-bottom: 1px;
  }

  .xl\:first\:pl-px:first-child{
    padding-left: 1px;
  }

  .xl\:first\:pt-gutter:first-child{
    padding-top: var(--gutter, 1.5625rem );
  }

  .xl\:first\:pr-gutter:first-child{
    padding-right: var(--gutter, 1.5625rem );
  }

  .xl\:first\:pb-gutter:first-child{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:first\:pl-gutter:first-child{
    padding-left: var(--gutter, 1.5625rem );
  }

  .xl\:first\:pt-gutter-full:first-child{
    padding-top: calc( var(--gutter) * 2 );
  }

  .xl\:first\:pr-gutter-full:first-child{
    padding-right: calc( var(--gutter) * 2 );
  }

  .xl\:first\:pb-gutter-full:first-child{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:first\:pl-gutter-full:first-child{
    padding-left: calc( var(--gutter) * 2 );
  }

  .xl\:last\:p-0:last-child{
    padding: 0;
  }

  .xl\:last\:p-1:last-child{
    padding: 0.25rem;
  }

  .xl\:last\:p-2:last-child{
    padding: 0.5rem;
  }

  .xl\:last\:p-3:last-child{
    padding: 0.75rem;
  }

  .xl\:last\:p-4:last-child{
    padding: 1rem;
  }

  .xl\:last\:p-5:last-child{
    padding: 1.25rem;
  }

  .xl\:last\:p-6:last-child{
    padding: 1.5rem;
  }

  .xl\:last\:p-8:last-child{
    padding: 2rem;
  }

  .xl\:last\:p-9:last-child{
    padding: 2.25rem;
  }

  .xl\:last\:p-10:last-child{
    padding: 2.5rem;
  }

  .xl\:last\:p-12:last-child{
    padding: 3rem;
  }

  .xl\:last\:p-16:last-child{
    padding: 4rem;
  }

  .xl\:last\:p-20:last-child{
    padding: 5rem;
  }

  .xl\:last\:p-24:last-child{
    padding: 6rem;
  }

  .xl\:last\:p-32:last-child{
    padding: 8rem;
  }

  .xl\:last\:p-40:last-child{
    padding: 10rem;
  }

  .xl\:last\:p-48:last-child{
    padding: 12rem;
  }

  .xl\:last\:p-56:last-child{
    padding: 14rem;
  }

  .xl\:last\:p-64:last-child{
    padding: 16rem;
  }

  .xl\:last\:p-px:last-child{
    padding: 1px;
  }

  .xl\:last\:p-gutter:last-child{
    padding: var(--gutter, 1.5625rem );
  }

  .xl\:last\:p-gutter-full:last-child{
    padding: calc( var(--gutter) * 2 );
  }

  .xl\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:last\:py-1:last-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:last\:px-1:last-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:last\:py-2:last-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:last\:px-2:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:last\:py-3:last-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:last\:px-3:last-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:last\:py-4:last-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:last\:px-4:last-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:last\:py-5:last-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:last\:px-5:last-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:last\:py-6:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:last\:px-6:last-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:last\:py-8:last-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:last\:px-8:last-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:last\:py-9:last-child{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:last\:px-9:last-child{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:last\:py-10:last-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:last\:px-10:last-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:last\:py-12:last-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:last\:px-12:last-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:last\:py-16:last-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:last\:px-16:last-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:last\:py-20:last-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:last\:px-20:last-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:last\:py-24:last-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:last\:px-24:last-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:last\:py-32:last-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:last\:px-32:last-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:last\:py-40:last-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:last\:px-40:last-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:last\:py-48:last-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:last\:px-48:last-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:last\:py-56:last-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:last\:px-56:last-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:last\:py-64:last-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:last\:px-64:last-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:last\:py-px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:last\:px-px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:last\:py-gutter:last-child{
    padding-top: var(--gutter, 1.5625rem );
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:last\:px-gutter:last-child{
    padding-left: var(--gutter, 1.5625rem );
    padding-right: var(--gutter, 1.5625rem );
  }

  .xl\:last\:py-gutter-full:last-child{
    padding-top: calc( var(--gutter) * 2 );
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:last\:px-gutter-full:last-child{
    padding-left: calc( var(--gutter) * 2 );
    padding-right: calc( var(--gutter) * 2 );
  }

  .xl\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .xl\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .xl\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .xl\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .xl\:last\:pt-1:last-child{
    padding-top: 0.25rem;
  }

  .xl\:last\:pr-1:last-child{
    padding-right: 0.25rem;
  }

  .xl\:last\:pb-1:last-child{
    padding-bottom: 0.25rem;
  }

  .xl\:last\:pl-1:last-child{
    padding-left: 0.25rem;
  }

  .xl\:last\:pt-2:last-child{
    padding-top: 0.5rem;
  }

  .xl\:last\:pr-2:last-child{
    padding-right: 0.5rem;
  }

  .xl\:last\:pb-2:last-child{
    padding-bottom: 0.5rem;
  }

  .xl\:last\:pl-2:last-child{
    padding-left: 0.5rem;
  }

  .xl\:last\:pt-3:last-child{
    padding-top: 0.75rem;
  }

  .xl\:last\:pr-3:last-child{
    padding-right: 0.75rem;
  }

  .xl\:last\:pb-3:last-child{
    padding-bottom: 0.75rem;
  }

  .xl\:last\:pl-3:last-child{
    padding-left: 0.75rem;
  }

  .xl\:last\:pt-4:last-child{
    padding-top: 1rem;
  }

  .xl\:last\:pr-4:last-child{
    padding-right: 1rem;
  }

  .xl\:last\:pb-4:last-child{
    padding-bottom: 1rem;
  }

  .xl\:last\:pl-4:last-child{
    padding-left: 1rem;
  }

  .xl\:last\:pt-5:last-child{
    padding-top: 1.25rem;
  }

  .xl\:last\:pr-5:last-child{
    padding-right: 1.25rem;
  }

  .xl\:last\:pb-5:last-child{
    padding-bottom: 1.25rem;
  }

  .xl\:last\:pl-5:last-child{
    padding-left: 1.25rem;
  }

  .xl\:last\:pt-6:last-child{
    padding-top: 1.5rem;
  }

  .xl\:last\:pr-6:last-child{
    padding-right: 1.5rem;
  }

  .xl\:last\:pb-6:last-child{
    padding-bottom: 1.5rem;
  }

  .xl\:last\:pl-6:last-child{
    padding-left: 1.5rem;
  }

  .xl\:last\:pt-8:last-child{
    padding-top: 2rem;
  }

  .xl\:last\:pr-8:last-child{
    padding-right: 2rem;
  }

  .xl\:last\:pb-8:last-child{
    padding-bottom: 2rem;
  }

  .xl\:last\:pl-8:last-child{
    padding-left: 2rem;
  }

  .xl\:last\:pt-9:last-child{
    padding-top: 2.25rem;
  }

  .xl\:last\:pr-9:last-child{
    padding-right: 2.25rem;
  }

  .xl\:last\:pb-9:last-child{
    padding-bottom: 2.25rem;
  }

  .xl\:last\:pl-9:last-child{
    padding-left: 2.25rem;
  }

  .xl\:last\:pt-10:last-child{
    padding-top: 2.5rem;
  }

  .xl\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }

  .xl\:last\:pb-10:last-child{
    padding-bottom: 2.5rem;
  }

  .xl\:last\:pl-10:last-child{
    padding-left: 2.5rem;
  }

  .xl\:last\:pt-12:last-child{
    padding-top: 3rem;
  }

  .xl\:last\:pr-12:last-child{
    padding-right: 3rem;
  }

  .xl\:last\:pb-12:last-child{
    padding-bottom: 3rem;
  }

  .xl\:last\:pl-12:last-child{
    padding-left: 3rem;
  }

  .xl\:last\:pt-16:last-child{
    padding-top: 4rem;
  }

  .xl\:last\:pr-16:last-child{
    padding-right: 4rem;
  }

  .xl\:last\:pb-16:last-child{
    padding-bottom: 4rem;
  }

  .xl\:last\:pl-16:last-child{
    padding-left: 4rem;
  }

  .xl\:last\:pt-20:last-child{
    padding-top: 5rem;
  }

  .xl\:last\:pr-20:last-child{
    padding-right: 5rem;
  }

  .xl\:last\:pb-20:last-child{
    padding-bottom: 5rem;
  }

  .xl\:last\:pl-20:last-child{
    padding-left: 5rem;
  }

  .xl\:last\:pt-24:last-child{
    padding-top: 6rem;
  }

  .xl\:last\:pr-24:last-child{
    padding-right: 6rem;
  }

  .xl\:last\:pb-24:last-child{
    padding-bottom: 6rem;
  }

  .xl\:last\:pl-24:last-child{
    padding-left: 6rem;
  }

  .xl\:last\:pt-32:last-child{
    padding-top: 8rem;
  }

  .xl\:last\:pr-32:last-child{
    padding-right: 8rem;
  }

  .xl\:last\:pb-32:last-child{
    padding-bottom: 8rem;
  }

  .xl\:last\:pl-32:last-child{
    padding-left: 8rem;
  }

  .xl\:last\:pt-40:last-child{
    padding-top: 10rem;
  }

  .xl\:last\:pr-40:last-child{
    padding-right: 10rem;
  }

  .xl\:last\:pb-40:last-child{
    padding-bottom: 10rem;
  }

  .xl\:last\:pl-40:last-child{
    padding-left: 10rem;
  }

  .xl\:last\:pt-48:last-child{
    padding-top: 12rem;
  }

  .xl\:last\:pr-48:last-child{
    padding-right: 12rem;
  }

  .xl\:last\:pb-48:last-child{
    padding-bottom: 12rem;
  }

  .xl\:last\:pl-48:last-child{
    padding-left: 12rem;
  }

  .xl\:last\:pt-56:last-child{
    padding-top: 14rem;
  }

  .xl\:last\:pr-56:last-child{
    padding-right: 14rem;
  }

  .xl\:last\:pb-56:last-child{
    padding-bottom: 14rem;
  }

  .xl\:last\:pl-56:last-child{
    padding-left: 14rem;
  }

  .xl\:last\:pt-64:last-child{
    padding-top: 16rem;
  }

  .xl\:last\:pr-64:last-child{
    padding-right: 16rem;
  }

  .xl\:last\:pb-64:last-child{
    padding-bottom: 16rem;
  }

  .xl\:last\:pl-64:last-child{
    padding-left: 16rem;
  }

  .xl\:last\:pt-px:last-child{
    padding-top: 1px;
  }

  .xl\:last\:pr-px:last-child{
    padding-right: 1px;
  }

  .xl\:last\:pb-px:last-child{
    padding-bottom: 1px;
  }

  .xl\:last\:pl-px:last-child{
    padding-left: 1px;
  }

  .xl\:last\:pt-gutter:last-child{
    padding-top: var(--gutter, 1.5625rem );
  }

  .xl\:last\:pr-gutter:last-child{
    padding-right: var(--gutter, 1.5625rem );
  }

  .xl\:last\:pb-gutter:last-child{
    padding-bottom: var(--gutter, 1.5625rem );
  }

  .xl\:last\:pl-gutter:last-child{
    padding-left: var(--gutter, 1.5625rem );
  }

  .xl\:last\:pt-gutter-full:last-child{
    padding-top: calc( var(--gutter) * 2 );
  }

  .xl\:last\:pr-gutter-full:last-child{
    padding-right: calc( var(--gutter) * 2 );
  }

  .xl\:last\:pb-gutter-full:last-child{
    padding-bottom: calc( var(--gutter) * 2 );
  }

  .xl\:last\:pl-gutter-full:last-child{
    padding-left: calc( var(--gutter) * 2 );
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-primary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-primary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-primary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-primary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-primary::placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-secondary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-secondary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-secondary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-secondary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-secondary::placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-tertiary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-tertiary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-tertiary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-tertiary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-tertiary::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray::placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-dark-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-dark-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-dark-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-dark-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-dark-gray::placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-scrim-25::-webkit-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:placeholder-brand-scrim-25::-moz-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:placeholder-brand-scrim-25:-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:placeholder-brand-scrim-25::-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:placeholder-brand-scrim-25::placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:placeholder-brand-scrim-50::-webkit-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:placeholder-brand-scrim-50::-moz-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:placeholder-brand-scrim-50:-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:placeholder-brand-scrim-50::-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:placeholder-brand-scrim-50::placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:placeholder-brand-overlay::-webkit-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:placeholder-brand-overlay::-moz-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:placeholder-brand-overlay:-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:placeholder-brand-overlay::-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:placeholder-brand-overlay::placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-primary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-primary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-primary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-secondary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-secondary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-secondary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-secondary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-secondary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-tertiary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-tertiary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-tertiary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-tertiary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-tertiary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-dark-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-dark-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-dark-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-dark-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-dark-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-scrim-25:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:focus\:placeholder-brand-scrim-25:focus::-moz-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:focus\:placeholder-brand-scrim-25:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:focus\:placeholder-brand-scrim-25:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:focus\:placeholder-brand-scrim-25:focus::placeholder{
    color: rgba(0,0,0,0.25);
  }

  .xl\:focus\:placeholder-brand-scrim-50:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:focus\:placeholder-brand-scrim-50:focus::-moz-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:focus\:placeholder-brand-scrim-50:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:focus\:placeholder-brand-scrim-50:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:focus\:placeholder-brand-scrim-50:focus::placeholder{
    color: rgba(0,0,0,0.50);
  }

  .xl\:focus\:placeholder-brand-overlay:focus::-webkit-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:focus\:placeholder-brand-overlay:focus::-moz-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:focus\:placeholder-brand-overlay:focus:-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:focus\:placeholder-brand-overlay:focus::-ms-input-placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:focus\:placeholder-brand-overlay:focus::placeholder{
    color: rgba(255,255,255,0.35);
  }

  .xl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-35::-webkit-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-35::-moz-placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-35:-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-35::-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-35::placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-35:focus::-moz-placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-35:focus::placeholder{
    --placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .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: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-50{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-100{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-50{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-50{
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-100{
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-100{
    right: 100%;
    left: 100%;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-50{
    top: 50%;
  }

  .xl\:right-50{
    right: 50%;
  }

  .xl\:bottom-50{
    bottom: 50%;
  }

  .xl\:left-50{
    left: 50%;
  }

  .xl\:top-100{
    top: 100%;
  }

  .xl\:right-100{
    right: 100%;
  }

  .xl\:bottom-100{
    bottom: 100%;
  }

  .xl\:left-100{
    left: 100%;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .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\:fill-current{
    fill: currentColor;
  }

  .xl\:stroke-current{
    stroke: currentColor;
  }

  .xl\:stroke-0{
    stroke-width: 0;
  }

  .xl\:stroke-1{
    stroke-width: 1;
  }

  .xl\:stroke-2{
    stroke-width: 2;
  }

  .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-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:text-red-100{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .xl\:text-red{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .xl\:text-brand-primary{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .xl\:text-brand-secondary{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .xl\:text-brand-tertiary{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:text-brand-light-gray{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .xl\:text-brand-dark-gray{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .xl\:text-brand-scrim-25{
    color: rgba(0,0,0,0.25);
  }

  .xl\:text-brand-scrim-50{
    color: rgba(0,0,0,0.50);
  }

  .xl\:text-brand-overlay{
    color: rgba(255,255,255,0.35);
  }

  .xl\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:text-gray-200{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .xl\:hover\:text-red:hover{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .xl\:hover\:text-brand-primary:hover{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .xl\:hover\:text-brand-secondary:hover{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .xl\:hover\:text-brand-tertiary:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:hover\:text-brand-light-gray:hover{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .xl\:hover\:text-brand-dark-gray:hover{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .xl\:hover\:text-brand-scrim-25:hover{
    color: rgba(0,0,0,0.25);
  }

  .xl\:hover\:text-brand-scrim-50:hover{
    color: rgba(0,0,0,0.50);
  }

  .xl\:hover\:text-brand-overlay:hover{
    color: rgba(255,255,255,0.35);
  }

  .xl\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #ffdfdf;
    color: rgba(255, 223, 223, var(--text-opacity));
  }

  .xl\:focus\:text-red:focus{
    --text-opacity: 1;
    color: #e04242;
    color: rgba(224, 66, 66, var(--text-opacity));
  }

  .xl\:focus\:text-brand-primary:focus{
    --text-opacity: 1;
    color: #24526f;
    color: rgba(36, 82, 111, var(--text-opacity));
  }

  .xl\:focus\:text-brand-secondary:focus{
    --text-opacity: 1;
    color: #ffbd59;
    color: rgba(255, 189, 89, var(--text-opacity));
  }

  .xl\:focus\:text-brand-tertiary:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:focus\:text-brand-light-gray:focus{
    --text-opacity: 1;
    color: #BEBEBE;
    color: rgba(190, 190, 190, var(--text-opacity));
  }

  .xl\:focus\:text-brand-dark-gray:focus{
    --text-opacity: 1;
    color: #8A8A8A;
    color: rgba(138, 138, 138, var(--text-opacity));
  }

  .xl\:focus\:text-brand-scrim-25:focus{
    color: rgba(0,0,0,0.25);
  }

  .xl\:focus\:text-brand-scrim-50:focus{
    color: rgba(0,0,0,0.50);
  }

  .xl\:focus\:text-brand-overlay:focus{
    color: rgba(255,255,255,0.35);
  }

  .xl\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:text-opacity-0{
    --text-opacity: 0;
  }

  .xl\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .xl\:text-opacity-35{
    --text-opacity: 0.35;
  }

  .xl\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .xl\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .xl\:text-opacity-80{
    --text-opacity: 0.8;
  }

  .xl\:text-opacity-100{
    --text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .xl\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-35:hover{
    --text-opacity: 0.35;
  }

  .xl\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover{
    --text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .xl\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-35:focus{
    --text-opacity: 0.35;
  }

  .xl\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus{
    --text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .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;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xl\:normal-nums{
    font-variant-numeric: normal;
  }

  .xl\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .xl\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .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\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-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;
  }

  .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-9{
    width: 2.25rem;
  }

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-12{
    width: 3rem;
  }

  .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-auto{
    width: auto;
  }

  .xl\:w-px{
    width: 1px;
  }

  .xl\:w-gutter{
    width: var(--gutter, 1.5625rem );
  }

  .xl\:w-gutter-full{
    width: calc( var(--gutter) * 2 );
  }

  .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-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .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\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .xl\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:gap-9{
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xl\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:gap-gutter{
    grid-gap: var(--gutter, 1.5625rem );
    gap: var(--gutter, 1.5625rem );
  }

  .xl\:gap-gutter-full{
    grid-gap: calc( var(--gutter) * 2 );
    gap: calc( var(--gutter) * 2 );
  }

  .xl\:col-gap-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xl\:col-gap-1{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xl\:col-gap-2{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xl\:col-gap-3{
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xl\:col-gap-4{
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xl\:col-gap-5{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xl\:col-gap-6{
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xl\:col-gap-8{
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xl\:col-gap-9{
    grid-column-gap: 2.25rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }

  .xl\:col-gap-10{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xl\:col-gap-12{
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xl\:col-gap-16{
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xl\:col-gap-20{
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xl\:col-gap-24{
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xl\:col-gap-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xl\:col-gap-40{
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xl\:col-gap-48{
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xl\:col-gap-56{
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xl\:col-gap-64{
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xl\:col-gap-px{
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xl\:col-gap-gutter{
    grid-column-gap: var(--gutter, 1.5625rem );
    -webkit-column-gap: var(--gutter, 1.5625rem );
       -moz-column-gap: var(--gutter, 1.5625rem );
            column-gap: var(--gutter, 1.5625rem );
  }

  .xl\:col-gap-gutter-full{
    grid-column-gap: calc( var(--gutter) * 2 );
    -webkit-column-gap: calc( var(--gutter) * 2 );
       -moz-column-gap: calc( var(--gutter) * 2 );
            column-gap: calc( var(--gutter) * 2 );
  }

  .xl\:gap-x-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xl\:gap-x-1{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xl\:gap-x-2{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xl\:gap-x-3{
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xl\:gap-x-4{
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xl\:gap-x-5{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xl\:gap-x-6{
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xl\:gap-x-8{
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xl\:gap-x-9{
    grid-column-gap: 2.25rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }

  .xl\:gap-x-10{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xl\:gap-x-12{
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xl\:gap-x-16{
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xl\:gap-x-20{
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xl\:gap-x-24{
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xl\:gap-x-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xl\:gap-x-40{
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xl\:gap-x-48{
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xl\:gap-x-56{
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xl\:gap-x-64{
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xl\:gap-x-px{
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xl\:gap-x-gutter{
    grid-column-gap: var(--gutter, 1.5625rem );
    -webkit-column-gap: var(--gutter, 1.5625rem );
       -moz-column-gap: var(--gutter, 1.5625rem );
            column-gap: var(--gutter, 1.5625rem );
  }

  .xl\:gap-x-gutter-full{
    grid-column-gap: calc( var(--gutter) * 2 );
    -webkit-column-gap: calc( var(--gutter) * 2 );
       -moz-column-gap: calc( var(--gutter) * 2 );
            column-gap: calc( var(--gutter) * 2 );
  }

  .xl\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:row-gap-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:row-gap-gutter{
    grid-row-gap: var(--gutter, 1.5625rem );
    row-gap: var(--gutter, 1.5625rem );
  }

  .xl\:row-gap-gutter-full{
    grid-row-gap: calc( var(--gutter) * 2 );
    row-gap: calc( var(--gutter) * 2 );
  }

  .xl\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:gap-y-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:gap-y-gutter{
    grid-row-gap: var(--gutter, 1.5625rem );
    row-gap: var(--gutter, 1.5625rem );
  }

  .xl\:gap-y-gutter-full{
    grid-row-gap: calc( var(--gutter) * 2 );
    row-gap: calc( var(--gutter) * 2 );
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none{
    grid-template-columns: none;
  }

  .xl\:col-auto{
    grid-column: auto;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:col-start-6{
    grid-column-start: 6;
  }

  .xl\:col-start-7{
    grid-column-start: 7;
  }

  .xl\:col-start-8{
    grid-column-start: 8;
  }

  .xl\:col-start-9{
    grid-column-start: 9;
  }

  .xl\:col-start-10{
    grid-column-start: 10;
  }

  .xl\:col-start-11{
    grid-column-start: 11;
  }

  .xl\:col-start-12{
    grid-column-start: 12;
  }

  .xl\:col-start-13{
    grid-column-start: 13;
  }

  .xl\:col-start-auto{
    grid-column-start: auto;
  }

  .xl\:col-end-1{
    grid-column-end: 1;
  }

  .xl\:col-end-2{
    grid-column-end: 2;
  }

  .xl\:col-end-3{
    grid-column-end: 3;
  }

  .xl\:col-end-4{
    grid-column-end: 4;
  }

  .xl\:col-end-5{
    grid-column-end: 5;
  }

  .xl\:col-end-6{
    grid-column-end: 6;
  }

  .xl\:col-end-7{
    grid-column-end: 7;
  }

  .xl\:col-end-8{
    grid-column-end: 8;
  }

  .xl\:col-end-9{
    grid-column-end: 9;
  }

  .xl\:col-end-10{
    grid-column-end: 10;
  }

  .xl\:col-end-11{
    grid-column-end: 11;
  }

  .xl\:col-end-12{
    grid-column-end: 12;
  }

  .xl\:col-end-13{
    grid-column-end: 13;
  }

  .xl\:col-end-auto{
    grid-column-end: auto;
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none{
    grid-template-rows: none;
  }

  .xl\:row-auto{
    grid-row: auto;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .xl\:row-start-1{
    grid-row-start: 1;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:row-start-3{
    grid-row-start: 3;
  }

  .xl\:row-start-4{
    grid-row-start: 4;
  }

  .xl\:row-start-5{
    grid-row-start: 5;
  }

  .xl\:row-start-6{
    grid-row-start: 6;
  }

  .xl\:row-start-7{
    grid-row-start: 7;
  }

  .xl\:row-start-auto{
    grid-row-start: auto;
  }

  .xl\:row-end-1{
    grid-row-end: 1;
  }

  .xl\:row-end-2{
    grid-row-end: 2;
  }

  .xl\:row-end-3{
    grid-row-end: 3;
  }

  .xl\:row-end-4{
    grid-row-end: 4;
  }

  .xl\:row-end-5{
    grid-row-end: 5;
  }

  .xl\:row-end-6{
    grid-row-end: 6;
  }

  .xl\:row-end-7{
    grid-row-end: 7;
  }

  .xl\:row-end-auto{
    grid-row-end: auto;
  }

  .xl\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xl\:transform-none{
    -webkit-transform: none;
            transform: none;
  }

  .xl\:origin-center{
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .xl\:origin-top{
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .xl\:origin-top-right{
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .xl\:origin-right{
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .xl\:origin-bottom-right{
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .xl\:origin-bottom{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .xl\:origin-bottom-left{
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .xl\:origin-left{
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .xl\:origin-top-left{
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .xl\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:scale-x-0{
    --transform-scale-x: 0;
  }

  .xl\:scale-x-50{
    --transform-scale-x: .5;
  }

  .xl\:scale-x-75{
    --transform-scale-x: .75;
  }

  .xl\:scale-x-90{
    --transform-scale-x: .9;
  }

  .xl\:scale-x-95{
    --transform-scale-x: .95;
  }

  .xl\:scale-x-100{
    --transform-scale-x: 1;
  }

  .xl\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .xl\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .xl\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .xl\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .xl\:scale-y-0{
    --transform-scale-y: 0;
  }

  .xl\:scale-y-50{
    --transform-scale-y: .5;
  }

  .xl\:scale-y-75{
    --transform-scale-y: .75;
  }

  .xl\:scale-y-90{
    --transform-scale-y: .9;
  }

  .xl\:scale-y-95{
    --transform-scale-y: .95;
  }

  .xl\:scale-y-100{
    --transform-scale-y: 1;
  }

  .xl\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .xl\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .xl\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .xl\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .xl\:rotate-0{
    --transform-rotate: 0;
  }

  .xl\:rotate-45{
    --transform-rotate: 45deg;
  }

  .xl\:rotate-90{
    --transform-rotate: 90deg;
  }

  .xl\:rotate-180{
    --transform-rotate: 180deg;
  }

  .xl\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .xl\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .xl\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .xl\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .xl\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .xl\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .xl\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .xl\:translate-x-0{
    --transform-translate-x: 0;
  }

  .xl\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .xl\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .xl\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .xl\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .xl\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .xl\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .xl\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .xl\:translate-x-9{
    --transform-translate-x: 2.25rem;
  }

  .xl\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .xl\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .xl\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .xl\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .xl\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .xl\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .xl\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .xl\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .xl\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .xl\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .xl\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .xl\:translate-x-gutter{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .xl\:translate-x-gutter-full{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .xl\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .xl\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .xl\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .xl\:-translate-x-9{
    --transform-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .xl\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .xl\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .xl\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .xl\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .xl\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .xl\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .xl\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .xl\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .xl\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .xl\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .xl\:-translate-x-gutter{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:-translate-x-gutter-full{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .xl\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .xl\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .xl\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .xl\:translate-y-0{
    --transform-translate-y: 0;
  }

  .xl\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .xl\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .xl\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .xl\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .xl\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .xl\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .xl\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .xl\:translate-y-9{
    --transform-translate-y: 2.25rem;
  }

  .xl\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .xl\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .xl\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .xl\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .xl\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .xl\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .xl\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .xl\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .xl\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .xl\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .xl\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .xl\:translate-y-gutter{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .xl\:translate-y-gutter-full{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .xl\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .xl\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .xl\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .xl\:-translate-y-9{
    --transform-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .xl\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .xl\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .xl\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .xl\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .xl\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .xl\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .xl\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .xl\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .xl\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .xl\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .xl\:-translate-y-gutter{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:-translate-y-gutter-full{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .xl\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .xl\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .xl\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .xl\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover{
    --transform-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .xl\:hover\:translate-x-gutter:hover{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .xl\:hover\:translate-x-gutter-full:hover{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .xl\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover{
    --transform-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-gutter:hover{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:hover\:-translate-x-gutter-full:hover{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .xl\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .xl\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover{
    --transform-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .xl\:hover\:translate-y-gutter:hover{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .xl\:hover\:translate-y-gutter-full:hover{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .xl\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover{
    --transform-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-gutter:hover{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:hover\:-translate-y-gutter-full:hover{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .xl\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .xl\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .xl\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-9:focus{
    --transform-translate-x: 2.25rem;
  }

  .xl\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .xl\:focus\:translate-x-gutter:focus{
    --transform-translate-x: var(--gutter, 1.5625rem );
  }

  .xl\:focus\:translate-x-gutter-full:focus{
    --transform-translate-x: calc( var(--gutter) * 2 );
  }

  .xl\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-9:focus{
    --transform-translate-x: -2.25rem;
  }

  .xl\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-gutter:focus{
    --transform-translate-x: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:focus\:-translate-x-gutter-full:focus{
    --transform-translate-x: calc(var(--gutter) * 2 * -1);
  }

  .xl\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .xl\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .xl\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-9:focus{
    --transform-translate-y: 2.25rem;
  }

  .xl\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .xl\:focus\:translate-y-gutter:focus{
    --transform-translate-y: var(--gutter, 1.5625rem );
  }

  .xl\:focus\:translate-y-gutter-full:focus{
    --transform-translate-y: calc( var(--gutter) * 2 );
  }

  .xl\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-9:focus{
    --transform-translate-y: -2.25rem;
  }

  .xl\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-gutter:focus{
    --transform-translate-y: calc(var(--gutter, 1.5625rem ) * -1);
  }

  .xl\:focus\:-translate-y-gutter-full:focus{
    --transform-translate-y: calc(var(--gutter) * 2 * -1);
  }

  .xl\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .xl\:skew-x-0{
    --transform-skew-x: 0;
  }

  .xl\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .xl\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .xl\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .xl\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .xl\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .xl\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .xl\:skew-y-0{
    --transform-skew-y: 0;
  }

  .xl\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .xl\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .xl\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .xl\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .xl\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .xl\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .xl\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .xl\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .xl\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .xl\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .xl\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .xl\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .xl\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .xl\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .xl\:transition-none{
    transition-property: none;
  }

  .xl\:transition-all{
    transition-property: all;
  }

  .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity{
    transition-property: opacity;
  }

  .xl\:transition-shadow{
    transition-property: box-shadow;
  }

  .xl\:transition-transform{
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .xl\:ease-linear{
    transition-timing-function: linear;
  }

  .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75{
    transition-duration: 75ms;
  }

  .xl\:duration-100{
    transition-duration: 100ms;
  }

  .xl\:duration-150{
    transition-duration: 150ms;
  }

  .xl\:duration-200{
    transition-duration: 200ms;
  }

  .xl\:duration-300{
    transition-duration: 300ms;
  }

  .xl\:duration-500{
    transition-duration: 500ms;
  }

  .xl\:duration-700{
    transition-duration: 700ms;
  }

  .xl\:duration-1000{
    transition-duration: 1000ms;
  }

  .xl\:delay-75{
    transition-delay: 75ms;
  }

  .xl\:delay-100{
    transition-delay: 100ms;
  }

  .xl\:delay-150{
    transition-delay: 150ms;
  }

  .xl\:delay-200{
    transition-delay: 200ms;
  }

  .xl\:delay-300{
    transition-delay: 300ms;
  }

  .xl\:delay-500{
    transition-delay: 500ms;
  }

  .xl\:delay-700{
    transition-delay: 700ms;
  }

  .xl\:delay-1000{
    transition-delay: 1000ms;
  }

  .xl\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}
