/*! 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: "Gilroy", sans-serif, -apple-system, BlinkMacSystemFont; /* 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: currentColor; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-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: 50px;
  padding-left: 50px;
}

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

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

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

@media (min-width: 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;
}

.noUi-target,.noUi-target *{
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-user-select:none;
  touch-action:none;
  -ms-user-select:none;
  -moz-user-select:none;
  user-select:none;
  box-sizing:border-box
}

.noUi-target{
  position:relative
}

.noUi-base,.noUi-connects{
  width:100%;
  height:100%;
  position:relative;
  z-index:1
}

.noUi-connects{
  overflow:hidden;
  z-index:0
}

.noUi-connect,.noUi-origin{
  will-change:transform;
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  height:100%;
  width:100%;
  -ms-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -webkit-transform-style:preserve-3d;
  transform-origin:0 0;
  -webkit-transform-style:flat;
  transform-style:flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{
  left:0;
  right:auto
}

.noUi-vertical .noUi-origin{
  top:-100%;
  width:0
}

.noUi-horizontal .noUi-origin{
  height:0
}

.noUi-handle{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  position:absolute
}

.noUi-touch-area{
  height:100%;
  width:100%
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{
  transition:-webkit-transform .3s;
  transition:transform .3s;
  transition:transform .3s, -webkit-transform .3s
}

.noUi-state-drag *{
  cursor:inherit!important
}

.noUi-horizontal{
  height:18px
}

.noUi-horizontal .noUi-handle{
  width:34px;
  height:28px;
  right:-17px;
  top:-6px
}

.noUi-vertical{
  width:18px
}

.noUi-vertical .noUi-handle{
  width:28px;
  height:34px;
  right:-6px;
  bottom:-17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{
  left:-17px;
  right:auto
}

.noUi-target{
  background:#FAFAFA;
  border-radius:4px;
  border:1px solid #D3D3D3;
  box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB
}

.noUi-connects{
  border-radius:3px
}

.noUi-connect{
  background:#3FB8AF
}

.noUi-draggable{
  cursor:ew-resize
}

.noUi-vertical .noUi-draggable{
  cursor:ns-resize
}

.noUi-handle{
  border:1px solid #D9D9D9;
  border-radius:3px;
  background:#FFF;
  cursor:default;
  box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB
}

.noUi-active{
  box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}

.noUi-handle:after,.noUi-handle:before{
  content:"";
  display:block;
  position:absolute;
  height:14px;
  width:1px;
  background:#E8E7E6;
  left:14px;
  top:6px
}

.noUi-handle:after{
  left:17px
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{
  width:14px;
  height:1px;
  left:6px;
  top:14px
}

.noUi-vertical .noUi-handle:after{
  top:17px
}

[disabled] .noUi-connect{
  background:#B8B8B8
}

[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{
  cursor:not-allowed
}

.noUi-pips,.noUi-pips *{
  box-sizing:border-box
}

.noUi-pips{
  position:absolute;
  color:#999
}

.noUi-value{
  position:absolute;
  white-space:nowrap;
  text-align:center
}

.noUi-value-sub{
  color:#ccc;
  font-size:10px
}

.noUi-marker{
  position:absolute;
  background:#CCC
}

.noUi-marker-sub{
  background:#AAA
}

.noUi-marker-large{
  background:#AAA
}

.noUi-pips-horizontal{
  padding:10px 0;
  height:80px;
  top:100%;
  left:0;
  width:100%
}

.noUi-value-horizontal{
  -webkit-transform:translate(-50%,50%);
  transform:translate(-50%,50%)
}

.noUi-rtl .noUi-value-horizontal{
  -webkit-transform:translate(50%,50%);
  transform:translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker{
  margin-left:-1px;
  width:2px;
  height:5px
}

.noUi-marker-horizontal.noUi-marker-sub{
  height:10px
}

.noUi-marker-horizontal.noUi-marker-large{
  height:15px
}

.noUi-pips-vertical{
  padding:0 10px;
  height:100%;
  top:0;
  left:100%
}

.noUi-value-vertical{
  -webkit-transform:translate(0,-50%);
  transform:translate(0,-50%);
  padding-left:25px
}

.noUi-rtl .noUi-value-vertical{
  -webkit-transform:translate(0,50%);
  transform:translate(0,50%)
}

.noUi-marker-vertical.noUi-marker{
  width:5px;
  height:2px;
  margin-top:-1px
}

.noUi-marker-vertical.noUi-marker-sub{
  width:10px
}

.noUi-marker-vertical.noUi-marker-large{
  width:15px
}

.noUi-tooltip{
  display:block;
  position:absolute;
  border:1px solid #D9D9D9;
  border-radius:3px;
  background:#fff;
  color:#000;
  padding:5px;
  text-align:center;
  white-space:nowrap
}

.noUi-horizontal .noUi-tooltip{
  -webkit-transform:translate(-50%,0);
  transform:translate(-50%,0);
  left:50%;
  bottom:120%
}

.noUi-vertical .noUi-tooltip{
  -webkit-transform:translate(0,-50%);
  transform:translate(0,-50%);
  top:50%;
  right:120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip{
  -webkit-transform:translate(50%,0);
  transform:translate(50%,0);
  left:auto;
  bottom:10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip{
  -webkit-transform:translate(0,-18px);
  transform:translate(0,-18px);
  top:auto;
  right:28px
}

/* import ll base styles */

/*
 * Set your global css variables here.
 * The --navbarHeight is used with the --adminbarHeight
 * 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) );
 */

:root {
  --navbarHeight: 64px;
  --adminbarHeight: 0px;
}

:root body.admin-bar {
  --adminbarHeight: 46px
}

@media screen and (min-width: 783px ) {
  :root body.admin-bar {
    --adminbarHeight: 32px
  }
}

@media screen and (min-width: 1024px ) {
  :root {
    --navbarHeight: 104px
  }
}

/*
 * 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.aligncenter {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

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

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

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

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

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

.text-playfair-gradient {
  background: linear-gradient(252.44deg, #FAA335 0%, #FA4135 81.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.pd-plus {
  font-weight: 400;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  position: relative;
  display: inline-block;
  background-image: url('../img/playfair-plus.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat
}

.pd-plus.is-large {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 2.5rem;
}

.pd-plus.is-gradient {
  /* background: linear-gradient(90deg, #FA4135 0%, #FAA335 100%); */
}

.pd-plus {
  /* &::before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    @apply text-white;
  } */
}

.phone-screen {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 80.19%, #D0D5DA 100%), linear-gradient(90deg, #CFD3D8 0%, #ECEDF0 12.58%, #F0F1F2 93.34%, #FBFEFF 100%);
  position: relative;
  border-radius: 0.75rem;
  box-shadow: 0px 5px 33px -5px rgba(0, 0, 0, 0.3)
}

.phone-screen::before {
  content: '';
  display: block;
  padding-top: 207%;
}

.phone-screen::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 9px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.phone-screen .fit-image {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.desktop-screen {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 80.19%, #D0D5DA 100%), linear-gradient(90deg, #CFD3D8 0%, #ECEDF0 12.58%, #F0F1F2 93.34%, #FBFEFF 100%);
  position: relative;
  border-radius: 0.75rem;
  box-shadow: 0px 5px 33px -5px rgba(0, 0, 0, 0.3)
}

.desktop-screen::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.desktop-screen::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 9px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.desktop-screen .fit-image {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.desktop-screen.is-transparent {
  background: none
}

.desktop-screen.is-transparent::after {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.bg-angle {
  content: '';
  position: absolute;
  width: 100%;
  height: 7.5vw;
  background-color: currentColor;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%)
}

.bg-angle.is-bottom {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
}

.next-has-angle {
  margin-bottom: 6rem
}

@media (min-width: 1024px) {

.next-has-angle.left-right.is-content-image.bg-white {
    margin-bottom: 10rem
}
  }

.next-has-angle.bg-brand-light-gray,
  .next-has-angle.bottom-bg-brand-light-gray,
  .next-has-angle.bg-brand-midnight {
  padding-bottom: 10rem;
  margin-bottom: 0;
}

.pd-slider {
  position: relative;
  margin-left: -8rem;
  margin-right: -8rem;
}

.pd-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.pd-slider .slick-list {
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.custom-slider-dots .slick-dots {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-transform: none;
  transform: none;
}

.custom-slider-dots li {
  flex: 0 1 auto;
}

.custom-slider-dots li button {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #01313C;
  border-color: rgba(1, 49, 60, var(--border-opacity));
  border-radius: 9999px;
  height: 1rem;
  width: 1rem;
  transition: 0.15s ease
}

.custom-slider-dots li button::before {
  display: none;
}

.custom-slider-dots li.slick-active button {
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
}

.custom-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

@media (min-width: 1024px) {

.custom-slider-nav {
    justify-content: flex-end;

    margin-top: 0;
}
  }

.custom-slider-nav li:first-child {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right-width: 1px;
  --border-opacity: 1;
  border-color: #80CAE2;
  border-color: rgba(128, 202, 226, var(--border-opacity));
  --border-opacity: 0.2;
}

.custom-slider-nav button {
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  transition: 0.15s ease
}

.custom-slider-nav button:hover {
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
}

.custom-slider-nav button.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.gradient-plus {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  line-height: 1;
  background: linear-gradient(90deg, #FA4135 0%, #FAA335 100%);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 700;
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.breadcrumbs li:not(:first-child)::before {
  content: '/';
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
}

.breadcrumbs li:last-child {
  --text-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--text-opacity));
}

.breadcrumbs a:hover {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.term {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #034859;
  background-color: rgba(3, 72, 89, var(--bg-opacity));
  --bg-opacity: 0.1;
}

.term .icon {
  margin-left: 0.75rem;
  margin-bottom: 2px;
  cursor: pointer;
}

a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]).term:hover,
.wysiwyg a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]).term:hover {
  --bg-opacity: 1;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-decoration: none;
}

.filter-field {
  position: relative;
  color: #4D4C4C;
  width: 240px;
  max-width: 100%;
}

.filter-field .icon:not(.icon-search),
  .filter-field button {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.filter-field input,
  .filter-field select {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.2;
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%;
  transition: 0.15s ease
}

.filter-field input:focus, .filter-field select:focus {
  outline: 0;
  --border-opacity: 0.5;
}

.filter-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-clear {
  margin-top: 0.25rem;
  text-decoration: underline;
  font-size: 0.875rem
}

.filter-clear:hover {
  text-decoration: none;
}

.pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a, .pagination span {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination .current {
  text-decoration: underline;
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.pagination .prev {
  margin-right: 1.5rem;
}

.pagination .next {
  margin-left: 1.5rem;
}

.current-filters-list {
  flex: 1 1 0%;
  margin-bottom: -0.75rem;
}

.current-filters-list li {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.bookmark-button {
  font-weight: 700;
  font-size: 0.8125rem
}

.bookmark-button:focus {
  outline: none;
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.bookmark-button .icon {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
  vertical-align: middle;
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}

.bookmark-button .icon-bookmark,
  .bookmark-button span:nth-child(3) {
  display: inline-block;
}

.bookmark-button .icon-bookmark-filled,
  .bookmark-button span:nth-child(4) {
  display: none;
}

.bookmark-button.bookmarked {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.bookmark-button.bookmarked .icon-bookmark,
    .bookmark-button.bookmarked span:nth-child(3) {
  display: none;
}

.bookmark-button.bookmarked .icon-bookmark-filled,
    .bookmark-button.bookmarked span:nth-child(4) {
  display: inline-block;
}

.inline-form_wrapper .inline-form {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0.25rem;
}

.inline-form_wrapper .gform_heading {
  margin-bottom: 1rem;
}

.inline-form_wrapper .gform_title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.inline-form_wrapper .gform_description {
  @apply text-sm;
  line-height: calc(22/14);
}

.inline-form_wrapper input {
  background-color: transparent;
  width: 100%;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
  border-radius: 4px 0 0 4px;
  padding: 11px
}

.inline-form_wrapper input:focus {
  outline: none;
}

.inline-form_wrapper .gfield .validation_message {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: calc(22/14);
  color: #C10B0B;
}

.inline-form_wrapper .gform_body {
  flex: 1 1 0%;
}

.inline-form_wrapper .validation_error {
  display: none;
}

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

.inline-form_wrapper .gform_footer {
  flex: 0 1 auto;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
  padding: 3px;
  border-radius: 0 4px 4px 0;
}

.inline-form_wrapper .gform_footer img {
  display: none;
}

.inline-form_wrapper .gform_footer button[type="submit"] {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
  border-radius: 0.25rem;
  transition: 0.15s ease;
}

.inline-form_wrapper .gform_footer button[type="submit"] svg {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  vertical-align: -15%;
  transition: 0.15s ease;
}

.inline-form_wrapper .gform_footer button[type="submit"]:hover,
      .inline-form_wrapper .gform_footer button[type="submit"]:focus,
      .inline-form_wrapper .gform_footer button[type="submit"]:active {
  background-color: transparent;
}

.inline-form_wrapper .gform_footer button[type="submit"]:hover svg, .inline-form_wrapper .gform_footer button[type="submit"]:focus svg, .inline-form_wrapper .gform_footer button[type="submit"]:active svg {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.inline-form_wrapper.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1.5;
}

/*
 * Social Share Styles
 */

.social-share {
  margin-top: 1.15rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding-left: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.25s ease
}

.social-share.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.social-share .social-share__item {
  display: inline-block;
  list-style: none;
}

.social-share .social-share__item + .social-share__item {
  margin-left: 0.5rem;
}

.social-share .social-share__link {
  display: block;
  position: relative;
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #01313C;
  border-color: rgba(1, 49, 60, var(--border-opacity));
  border-radius: 50%;
  height: 2em;
  width: 2em;
}

.social-share .social-share__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-share .social-share__link:hover {
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.event-card .social-share {
  position: absolute;
  bottom: 88%;
  right: 0;
  background: white;
  color: black;
  border-radius: 4px;
  padding: 0.5rem 1rem 0.25rem;
  box-shadow: 0px 0px 20px -10px;
}

.card-excerpt, .card-excerpt * {
  line-height: normal !important;
}

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

::-moz-selection,
::-moz-selection {
  background: #FAA335;
}

::selection,
::-moz-selection {
  background: #FAA335;
}

body:not(.component-preview) {
  --topOffset: var(--navbarHeight);
  font-family: "Gilroy", sans-serif, -apple-system, BlinkMacSystemFont;
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity))
}

body:not(.component-preview).logged-in.admin-bar {
  --topOffset: calc( var(--navbarHeight) + var(--adminbarHeight) );
  padding-top: 0px;
  padding-top: var(--adminbarHeight);
}

main > section:first-child:not(.llcl-components) {
  padding-top: 12rem
}

main > section:first-child:not(.llcl-components).has-inner-padding {
  padding-top: 6rem;
}

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

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

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

#searchModalBtn {
  padding: 1rem;
  padding-left: 1rem;
}

#searchModalBtn svg {
  width: 1rem;
  height: 1rem;
}

#searchModal {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: 1000;
  background-color: white;
  opacity: 0;
  transition: opacity 0.3s;
}

#searchModal .container {
  margin-top: calc( 64px + 0px);
  margin-top: calc( var(--navbarHeight) + var(--adminbarHeight) );
}

#searchModal .container .modal-body, #searchModal .container .modal-description {
  padding: 2.5rem 1.5rem;
}

#searchModal .container .modal-body {
  border-color: #bababa;
}

.search-form input[type="search"] {
  padding: 1rem
}

.search-form input[type="search"]:hover {
  background-color: #f4f4f4;
}

.search-form svg {
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
}

.search-form input::-webkit-input-placeholder {
  color: #000;
}

.search-form input::-moz-placeholder {
  color: #000;
}

.search-form input:-ms-input-placeholder {
  color: #000;
}

.search-form input::-ms-input-placeholder {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder {
  color: #000;
}

.search-form input::placeholder {
  color: #000;
}

.no-results-wrapper .search-form {
  max-width: min(50%, 600px);
  margin: auto;
}

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

  src: url('../fonts/Gilroy-Medium.eot');

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

  font-weight: 500;

  font-style: normal;
}

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

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

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

  font-weight: normal;

  font-style: normal;
}

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

  src: url('../fonts/Gilroy-Black.eot');

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

  font-weight: 900;

  font-style: normal;
}

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

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

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

  font-weight: bold;

  font-style: normal;
}

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

  src: url('../fonts/Gilroy-SemiBold.eot');

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

  font-weight: 600;

  font-style: normal;
}

/*
 * 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-hero {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: calc(56/42);
}

@media (min-width: 768px) {

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

.hdg-1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(42/36);
}

@media (min-width: 768px) {

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

/* Should update H2 size  */

.hdg-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: calc(44/40);
}

.hdg-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: calc(28/20);
}

.hdg-4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: calc(28/20);
}

.hdg-5 {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.105em;
  line-height: calc(19/14);
}

.hdg-6 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  line-height: calc(17/12);
}

.paragraph-default {
  font-size: 1rem;
  line-height: calc(25/16);
}

.paragraph-large {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: calc(26/18);
}

.paragraph-small {
  font-size: 0.875rem;
  line-height: calc(22/14);
}

.paragraph-xsmall {
  font-size: 0.75rem;
  line-height: calc(20/12);
}

/*
 * 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-brand-midnight {
  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,
.mec-events-content {
  /*
   * 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-"]), .mec-events-content > *:first-child:not([class*="mt-"]) {
  margin-top: 0 !important;
}

.wysiwyg > *:last-child:not([class*="mb-"]), #tinymce > *:last-child:not([class*="mb-"]), .mec-events-content > *: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"]):not([class*="button"]), #tinymce a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]), .mec-events-content a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]) {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
  text-decoration: underline
}

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

.wysiwyg .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]), .wysiwyg .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]), #tinymce .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]), #tinymce .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]), .mec-events-content .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]), .mec-events-content .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]) {
  text-decoration: none;
  color: inherit
}

.wysiwyg .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):hover, .wysiwyg .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):active, .wysiwyg .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):focus, .wysiwyg .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):hover, .wysiwyg .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):active, .wysiwyg .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):focus, #tinymce .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):hover, #tinymce .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):active, #tinymce .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):focus, #tinymce .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):hover, #tinymce .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):active, #tinymce .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):focus, .mec-events-content .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):hover, .mec-events-content .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):active, .mec-events-content .post-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):focus, .mec-events-content .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):hover, .mec-events-content .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):active, .mec-events-content .video-card a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):not(.term):focus {
  text-decoration: underline;
}

.wysiwyg p:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),#tinymce p:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),.mec-events-content p:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]){
  line-height: 1.5;
  font-size: 1rem;
  line-height: calc(25/16);
}

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

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

.wysiwyg h1:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),#tinymce h1:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),.mec-events-content h1:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]){
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(42/36);
}

@media (min-width: 768px) {

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

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

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

.wysiwyg h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),#tinymce h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),.mec-events-content h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]){
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: calc(44/40);
}

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

.wysiwyg h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]) .wysiwyg .post-cta:not([class*="mb-"]), .wysiwyg h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]) #tinymce .post-cta:not([class*="mb-"]), #tinymce h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]) .wysiwyg .post-cta:not([class*="mb-"]), #tinymce h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]) #tinymce .post-cta:not([class*="mb-"]), .mec-events-content h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]) .wysiwyg .post-cta:not([class*="mb-"]), .mec-events-content h2:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]) #tinymce .post-cta:not([class*="mb-"]){
  margin-bottom: 0.25rem;
}

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

.wysiwyg h3:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),#tinymce h3:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),.mec-events-content h3:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]){
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: calc(28/20);
}

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

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

.wysiwyg h4:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),#tinymce h4:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),.mec-events-content h4:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]){
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: calc(28/20);
}

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

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

.wysiwyg h5:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),#tinymce h5:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),.mec-events-content h5:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]){
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.105em;
  line-height: calc(19/14);
}

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

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

.wysiwyg h6:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),#tinymce h6:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),.mec-events-content h6:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]){
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  line-height: calc(17/12);
}

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

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

.wysiwyg li:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),#tinymce li:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]),.mec-events-content li:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]){
  line-height: 1.5;
  font-size: 1rem;
  line-height: calc(25/16);
}

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

.wysiwyg ul:not([class]),
  .wysiwyg ol:not([class]),
  #tinymce ul:not([class]),
  #tinymce ol:not([class]),
  .mec-events-content ul:not([class]),
  .mec-events-content ol:not([class]) {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.wysiwyg ul:not([class]) li, .wysiwyg ol:not([class]) li, #tinymce ul:not([class]) li, #tinymce ol:not([class]) li, .mec-events-content ul:not([class]) li, .mec-events-content ol:not([class]) li {
  /* position: relative;
      padding-left: 14px;

      &::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        height: 6px;
        width: 6px;
        @apply bg-brand-primary;
      } */
}

.wysiwyg ul:not([class]) li::marker, .wysiwyg ol:not([class]) li::marker, #tinymce ul:not([class]) li::marker, #tinymce ol:not([class]) li::marker, .mec-events-content ul:not([class]) li::marker, .mec-events-content ol:not([class]) li::marker {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

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

.wysiwyg ul:not([class]) li:last-child, .wysiwyg ol:not([class]) li:last-child, #tinymce ul:not([class]) li:last-child, #tinymce ol:not([class]) li:last-child, .mec-events-content ul:not([class]) li:last-child, .mec-events-content ol:not([class]) li:last-child {
  margin-bottom: 0;
}

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

.wysiwyg ul:not([class]), #tinymce ul:not([class]), .mec-events-content ul:not([class]) {
  list-style-type: square;
}

.wysiwyg ol:not([class]), #tinymce ol:not([class]), .mec-events-content ol:not([class]) {
  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-"]), .mec-events-content .hdg-hero:not([class*="mb-"]) {
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.wysiwyg blockquote, #tinymce blockquote, .mec-events-content blockquote {
  border-left-width: 4px;
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
  padding-left: 1.25rem;
}

.wysiwyg address,#tinymce address,.mec-events-content address{
  line-height: 1.5;
  font-size: 0.875rem;
  line-height: calc(22/14);
  font-style: normal;
}

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

.wysiwyg address .street,
    .wysiwyg address .streetAddress,
    #tinymce address .street,
    #tinymce address .streetAddress,
    .mec-events-content address .street,
    .mec-events-content address .streetAddress {
  display: block;
}

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

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

.wysiwyg hr, #tinymce hr, .mec-events-content hr {
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.2;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.playfair-plus-content::before {
  content: '';
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  float: left;
  margin-right: 0.75rem;
  background-image: url('../img/playfair-plus.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.playfair-plus-content.blue-text a {
  color: #01313C!important;
  font-weight: 700;
  text-decoration: none!important;
}

.playfair-plus-content.blue-text:hover {
  text-decoration: underline;
}

/*
 * 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: -1.5625rem;
  margin-right: -1.5625rem;
}

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

/*
 * 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-0 {
  margin-left: 0;
}

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

.mx-gutter-half {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.my-gutter-half {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.m-gutter-half {
  padding: 0.75rem;
}

/* 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 {
  position: relative;
  display: inline-block;
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 9999px;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  text-align: center
}

.btn::after {
  content: '';
  display: inline-block;
  height: 0.65rem;
  width: 0.65rem;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 1px;
  -webkit-transform: translateX(8px) rotate(-45deg);
  transform: translateX(8px) rotate(-45deg);
  opacity: 0;
  transition: 0.25s ease;
}

.btn.is-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.btn:hover {
  padding-left: 14px;
  padding-right: 26px
}

.btn:hover::after {
  opacity: 1;
}

.btn-secondary {
  position: relative;
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
  display: inline-block;
  font-weight: 700
}

.btn-secondary::after {
  content: '';
  display: inline-block;
  height: 0.65rem;
  width: 0.65rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.75rem;
  will-change: transform;
  transition: 0.25s ease;
}

.btn-secondary:hover::after {
  opacity: 1;
  -webkit-transform: translateX(4px) rotate(-45deg);
  transform: translateX(4px) rotate(-45deg);
  will-change: transform;
}

.btn-secondary.btn-secondary-midnight {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.btn-secondary--back {
  position: relative;
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
  display: inline-block;
  font-weight: 700
}

.btn-secondary--back::before {
  content: '';
  display: inline-block;
  height: 0.65rem;
  width: 0.65rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 1px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-right: 0.75rem;
  will-change: transform;
  transition: 0.25s ease;
}

.btn-secondary--back:hover::before {
  opacity: 1;
  -webkit-transform: translateX(-4px) rotate(-225deg);
  transform: translateX(-4px) rotate(-225deg);
  will-change: transform;
}

.btn-midnight {
  position: relative;
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
  display: inline-block;
  font-weight: 700;
}

.btn-midnight svg {
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  margin-bottom: 0.25rem;
  fill: #01313C;
  will-change: transform;
  transition: 0.25s ease;
}

.btn-midnight:hover svg {
  opacity: 1;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  will-change: transform;
}

.btn-outline {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
  border-width: 2px;
}

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

.icon-pause {
  width: 0.7275390625em;
}

.icon-long-left-arrow,
.icon-long-right-arrow {
  width: 1.5em;
}

/*
 * 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%;
  z-index: 999;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

@media (min-width: 1024px) {

.navbar {
    background-color: transparent;

    box-shadow: none
}
  }

.navbar::before {
  content: '';
  position: fixed;
  top: 0px;
  top: var(--adminbarHeight);
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
  z-index: -1;
}

@media (min-width: 1024px) {

.navbar.is-open::before {
    opacity: 1
}
  }

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

.logged-in.admin-bar .navbar {
  top: 0px;
  top: var(--adminbarHeight);
}

@media (min-width: 1024px) {

.navbar .navbar-inner {
    margin-top: 1rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    padding-left: 2.5rem;

    padding-right: 2.5rem;

    --bg-opacity: 1;

    background-color: #fff;

    background-color: rgba(255, 255, 255, var(--bg-opacity));

    border-radius: 9999px;

    box-shadow: 0px 4px 32px rgba(25, 66, 121, 0.2)
}
  }

.navbar li.is-logged-out {
  display: block;
}

.navbar li.is-logged-in {
  display: none;
}

body.logged-in .navbar li.is-logged-out {
  display: none;
}

body.logged-in .navbar li.is-logged-in {
  display: block;
}

.navbar-toggle {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 14px;
  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: 22px;
  height: 2px;
  background-color: currentColor;
  transition: all 0.15s ease
}

.navbar-toggle-icon::before,
  .navbar-toggle-icon::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: currentColor;
}

.navbar-toggle-icon::before {
  top: 6px;
}

.navbar-toggle-icon::after {
  top: 12px;
  transition: all 0.15s ease;
}

.navbar .main-nav {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {

.navbar .main-nav {
    padding-top: 0;

    padding-bottom: 0
}
  }

.navbar .main-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0px 4px 32px rgba(25, 66, 121, 0.2);
}

@media (min-width: 1024px) {

.navbar .main-nav::before {
    display: none
}
  }

.navbar .dropdown-toggle .icon-chevron-down {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: 0.15s ease;
}

.navbar .dropdown-toggle.is-open .icon-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* @apply text-playfair-gradient; */

.navbar .dropdown-toggle.dropdown-toggle--member:hover .pd-plus, .navbar .dropdown-toggle.dropdown-toggle--member.is-open .pd-plus, .logged-in .navbar .dropdown-toggle.dropdown-toggle--member .pd-plus {
  /* background: linear-gradient(252.44deg, #FAA335 0%, #FA4135 81.15%);
          @apply text-white;
          -webkit-text-fill-color: white; */
}

.navbar .dropdown-menu {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  display: none;
  transition: 0.25s ease;
}

@media (min-width: 1024px) {

.navbar .dropdown-menu {
    --bg-opacity: 1;

    background-color: #fff;

    background-color: rgba(255, 255, 255, var(--bg-opacity));

    border-radius: 0.75rem;

    padding-top: 2.5rem;

    padding-bottom: 2.5rem;

    padding-left: 2rem;

    padding-right: 2rem;

    margin-top: 0;

    margin-bottom: 0;

    display: block;

    position: absolute;

    top: calc(100% + 38px + 12px);

    right: 0;

    box-shadow: 0px 12px 40px rgba(25, 66, 121, 0.25);

    opacity: 0;

    pointer-events: none;

    -webkit-transform: translateY(-15px);

    transform: translateY(-15px);

    width: 48vw;

    max-width: 600px
}
  }

.navbar .dropdown-menu.dropdown-menu--member {
  width: 245px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  box-shadow: 0px 12px 40px rgba(25, 66, 121, 0.25);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  width: 245px;
}

@media (min-width: 1024px) {

.navbar .dropdown-menu.dropdown-menu--member {
    top: calc(100% + 38px + 12px)
}
  }

.navbar .dropdown-menu.is-open {
  display: block;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar .primary-menu-item {
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.2;
}

@media (min-width: 1024px) {

.navbar .primary-menu-item {
    padding-top: 0;

    margin-top: 0;

    border-width: 0
}
  }

.navbar .primary-menu-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
}

.primary-nav {
  height: calc(100vh - var(--topOffset));
  overflow: auto;
}

@media (min-width: 1024px) {

.primary-nav {
    height: auto;

    overflow: unset
}
  }

.navbar + .breadcrumbs-wrapper {
  position: absolute;
  top: calc(var(--topOffset) + 8px);
  left: 0;
  width: 100%;
  z-index: 998;
}

.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 .gform_submission_error {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
  padding: 0.75rem;
  border-radius: 0.25rem;
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
  margin-bottom: 1rem;
  --bg-opacity: 0.05;
}

.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;
  width: 100%;
  padding: 0.75rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.2;
  border-radius: 0.25rem;
  transition: 0.15s ease
}

.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;
  --border-opacity: 0.5;
}

/*
   * 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 label {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.gform_wrapper.gravity-theme .form-skin textarea,
  .gform_wrapper.gravity-theme .form-skin textarea.large {
  max-height: 96px;
  resize: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.gform_wrapper.gravity-theme .form-skin .hidden_label .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: 1.25rem;
  padding-right: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

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

.gform_wrapper.gravity-theme .form-skin input[type="checkbox"] ~ label .icon, .gform_wrapper.gravity-theme .form-skin input[type="radio"] ~ label .icon {
  position: absolute;
  top: 0;
  left: 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 .icon-checkbox {
  display: none;
}

.gform_wrapper.gravity-theme .form-skin input[type="checkbox"]:checked ~ label .icon-checkbox-checked {
  display: inline-block;
}

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

.gform_wrapper.gravity-theme .form-skin input[type="radio"]:checked ~ label .icon-radio-selected {
  display: inline-block;
}

.gform_wrapper.gravity-theme .form-skin .ll-file-upload {
  height: 48px;
  line-height: 48px;
  width: 100%;
  position: relative;
  display: flex;
  pointer-events: none;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.2;
  --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 .ll-file-upload span {
  overflow: hidden;
  white-space: nowrap;
  flex-grow: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  opacity: 0.5;
}

@media (min-width: 1024px) {

.gform_wrapper.gravity-theme .form-skin .ll-file-upload span {
    margin-left: 2rem;

    margin-right: 2rem
}
  }

.gform_wrapper.gravity-theme .form-skin .ll-file-upload::before {
  content: "Browse";
  flex-shrink: 0;
  display: block;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  border-right-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.2;
  transition: 0.15s ease;
}

@media (min-width: 1024px) {

.gform_wrapper.gravity-theme .form-skin .ll-file-upload::before {
    padding-left: 3rem;

    padding-right: 3rem
}
  }

.gform_wrapper.gravity-theme .form-skin .ginput_container_fileupload > .relative:hover .ll-file-upload::before {
  --bg-opacity: 1;
  background-color: #034859;
  background-color: rgba(3, 72, 89, var(--bg-opacity));
  --bg-opacity: 0.1;
}

.gform_wrapper.gravity-theme .form-skin .gform_fileupload_rules {
  font-size: 0.875rem;
}

.gform_wrapper.gravity-theme .form-skin input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  opacity: 0
}

.gform_wrapper.gravity-theme .form-skin input[type="file"]::file-selector-button {
  cursor: pointer;
}

.gform_wrapper.gravity-theme .form-skin input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

.gform_wrapper.gravity-theme .form-skin input[type="file"]:hover ~ .ll-file-upload, .gform_wrapper.gravity-theme .form-skin input[type="file"]:focus ~ .ll-file-upload {
  /* input focus style
      @apply outline;
      */
}

.gform_wrapper.gravity-theme .form-skin input[type="file"]:hover ~ .ll-file-upload::after, .gform_wrapper.gravity-theme .form-skin input[type="file"]:focus ~ .ll-file-upload::after {
  /* button style hover
                @apply text-? bg-?;
          */
}

.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 .gform_footer {
  margin-top: 2rem;
}

.gform_wrapper.gravity-theme .form-skin .gform_footer button[type="submit"] {
  display: block;
  padding: 1rem;
  width: 100%;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  transition: 0.15s ease
}

.gform_wrapper.gravity-theme .form-skin .gform_footer button[type="submit"]:hover {
  background-color: transparent;
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.gform_wrapper.gravity-theme .form-skin .gform_footer img {
  display: none;
}

.gform_wrapper.gravity-theme .form-skin .gfield_error input[type="email"],
    .gform_wrapper.gravity-theme .form-skin .gfield_error input[type="tel"],
    .gform_wrapper.gravity-theme .form-skin .gfield_error input[type="text"],
    .gform_wrapper.gravity-theme .form-skin .gfield_error input[type="password"],
    .gform_wrapper.gravity-theme .form-skin .gfield_error input[type="number"],
    .gform_wrapper.gravity-theme .form-skin .gfield_error input[type="file"],
    .gform_wrapper.gravity-theme .form-skin .gfield_error input[type="url"],
    .gform_wrapper.gravity-theme .form-skin .gfield_error select,
    .gform_wrapper.gravity-theme .form-skin .gfield_error textarea {
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
}

.gform_wrapper.gravity-theme .form-skin .gfield_error .validation_message {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

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

.gform_wrapper.gravity-theme .form-skin .ginput_container_phone {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.gform_wrapper.gravity-theme .form-skin .ginput_container_phone .select-wrapper {
  position: relative;
  flex: 0 0 auto;
}

.gform_wrapper.gravity-theme .form-skin .ginput_container_phone .select-wrapper .icon {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gform_wrapper.gravity-theme .form-skin .ginput_container_phone .select-wrapper select {
  border-right: none;
  border-radius: 4px 0 0 4px;
  text-transform: uppercase;
  height: 100%;
}

.gform_wrapper.gravity-theme .form-skin .ginput_container_phone .select-wrapper + input[type="tel"] {
  border-radius: 0 4px 4px 0;
}

.footer .footer-contact > *:first-child {
  margin-bottom: 1rem;
}

.footer .footer-contact address {
  font-style: normal;
}

.footer .footer-contact address span.street {
  display: block;
}

.footer .footer-contact a:hover {
  text-decoration: underline;
}

.footer .social-list a:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.team-card {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
  transition: 0.25s ease
}

.team-card:hover {
  box-shadow: 0px 20px 48px rgba(1, 32, 39, 0.4);
}

.team-card:hover .image-wrapper::after {
  opacity: 1;
}

.team-card .image-wrapper {
  position: relative;
  z-index: 0
}

.team-card .image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/box-graph-gray.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: 0.25s ease;
  z-index: -1;
}

.team-card .image-wrapper img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-card .image-wrapper .row {
  position: relative;
  z-index: 10;
}

.video-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1.25rem;
  height: 100%;
  position: relative;
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
  border-radius: 8px
}

.video-card.bookmark-video {
  border: 3px solid transparent;
  background: linear-gradient(white,white) padding-box, linear-gradient(to right, #FA4135, #FAA335) border-box;
}

.video-card .wysiwyg p:not([class*="hdg-"]):not([class*="paragraph-"]) {
  font-size: 0.875rem;
  line-height: calc(22/14);
}

.video-card .excerpt-read-more {
  display: none;
}

.track-list::-webkit-scrollbar-thumb {
  /* outline: 1px solid #FA4135; */
  border-radius: 12px;
  background: linear-gradient(0deg, #FAA335, #FA4135);
  /* border: 1px solid #FA4135; */
}

.track-list::-webkit-scrollbar {
  width: 0.75rem;
}

.post-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1.5rem;
  height: 100%;
  position: relative;
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
  border-radius: 8px;
}

.post-card .wysiwyg p:not([class*="hdg-"]):not([class*="paragraph-"]) {
  font-size: 0.875rem;
  line-height: calc(22/14);
}

.post-card .excerpt-read-more {
  display: none;
}

.swifts-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1.5rem;
  height: 100%;
  position: relative;
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
  border-radius: 8px;
}

.swifts-card a {
  text-decoration: none !important
}

.swifts-card a:hover .card-title {
  text-decoration: underline;
}

.swifts-card a, .swifts-card .card-title {
  transition: all 0.3s;
}

.swifts-card .wysiwyg p:not([class*="hdg-"]):not([class*="paragraph-"]) {
  font-size: 0.875rem;
  line-height: calc(22/14);
}

.swifts-card .excerpt-read-more {
  display: none;
}

.swifts-card .placeholder {
  display: block;
  width: 100%;
  background-color: lightgray;
  aspect-ratio: 16/9;
}

.swifts-card .img-wrap {
  display: block;
  width: 100%;
  height: auto;
}

.ad-preview .hor-ad-preview .blog-ad-container {
  height: 400px!important;
}

.blog-ad-container.vid-ad {
  margin-top: 60px;
  display: none;
}

.blog-ad-container {
  box-shadow: 0px 16px 40px 0px rgba(1, 32, 39, 0.15);
  border-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative
}

@media (max-width: 576px) {
  .blog-ad-container {
    background-position: bottom
  }
}

.blog-ad-container .ad-icon {
  position: absolute;
  top: 14px;
  right: 14px;
}

.blog-ad-container .ad-icon img {
  height: 25px;
  width: 25px;
}

.blog-ad-container .blog-ad-row.vertical-ad {
  height: 100%;
}

.blog-ad-container .blog-ad-row.vertical-ad .blog-button {
  color: #FA4135;
}

.blog-ad-container .blog-ad-row.vertical-ad .blog-button a {
  font-weight: 700;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}

.blog-ad-container .blog-ad-row.vertical-ad .blog-button a svg {
  fill: #FA4135;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-bottom: 0.25rem;
  will-change: transform;
  transition: 0.25s ease;
}

.blog-ad-container .blog-ad-row.vertical-ad .blog-button a:hover {
  transition: all 0.15s ease-in-out;
}

.blog-ad-container .blog-ad-row.vertical-ad .blog-button a:hover svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  will-change: transform;
}

.blog-ad-container .blog-ad-row {
  align-items: center;
}

@media (max-width: 576px) {
  .blog-ad-container .blog-ad-row .blog-ad-text-col {
    text-align: center
  }
}

.blog-ad-container .blog-ad-row .blog-ad-text-col .blog-title-text {
  color: #034859;
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 34px;
  font-weight: 700;
}

.blog-ad-container .blog-ad-row .blog-ad-text-col .blog-small-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #FA4135;
  margin-bottom: 0;
}

.blog-ad-container .blog-ad-row .blog-ad-text-col .blog-button {
  margin-top: 30px;
}

@media (max-width: 576px) {
  .blog-ad-container .blog-ad-row .blog-ad-image-col {
    padding-top: 30px
  }
}

.blog-ad-container .blog-ad-row .blog-ad-image-col img {
  /* border: 1px solid #CCC; */
  border-radius: 3px;
}

.blog-ad-container .blog-ad-row form.free-tips {
  margin-bottom: 1rem;
}

.blog-ad-container .blog-ad-row form.free-tips input:not([type=checkbox]):not([type=radio]), .blog-ad-container .blog-ad-row form.free-tips textarea {
  border: 1px solid currentColor;
  border-radius: 29px;
  padding: 0.5rem 1rem;
}

.blog-ad-container .blog-ad-row form.free-tips input::-webkit-input-placeholder {
  font-weight: 300;
}

.blog-ad-container .blog-ad-row form.free-tips input::-moz-placeholder {
  font-weight: 300;
}

.blog-ad-container .blog-ad-row form.free-tips input:-ms-input-placeholder {
  font-weight: 300;
}

.blog-ad-container .blog-ad-row form.free-tips input::-ms-input-placeholder {
  font-weight: 300;
}

input::-webkit-input-placeholder {
  font-weight: 300;
}

input::-moz-placeholder {
  font-weight: 300;
}

input:-ms-input-placeholder {
  font-weight: 300;
}

input::-ms-input-placeholder {
  font-weight: 300;
}

.blog-ad-container .blog-ad-row form.free-tips input::placeholder {
  font-weight: 300;
}

.blog-ad-container .blog-ad-row form.free-tips .button {
  border: 0;
  background: transparent linear-gradient(90deg, #FA3A3A 0%, #FCB770 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
}

.blog-ad-container .blog-ad-row form.free-tips .button:hover {
  background: #FA3A3A;
}

.event-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 0.5rem;
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.event-card hr {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --border-opacity: 0.2;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.event-card .btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.event-card.is-small {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.event-card .social-share-trigger {
  transition: 0.15s ease
}

.event-card .social-share-trigger:hover,
    .event-card .social-share-trigger.is-open {
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
}

@media (min-width: 1024px) {

.pricing-card {
    padding-left: 1.25rem;

    padding-right: 1.25rem;
}
  }

@media (min-width: 1270px) {

.pricing-card {
    padding-left: 2.5rem;

    padding-right: 2.5rem;
}
  }

.pricing-card .subscription-details {
  font-size: 1.125rem;
  line-height: calc(26/18);
}

.pricing-card li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}

.pricing-card li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.pricing-card li .icon {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
  margin-top: 0.22rem;
}

.product-features.highlighted-features {
  font-size: 19px;
  text-align: center;
}

.product-features li.card-list-item {
  background: rgba(250, 65, 53, 0.10);
  padding: 1px;
  border-radius: 8px
}

.product-features li.card-list-item:hover {
  background: linear-gradient(252.44deg,#faa335,#fa4135 81.15%);
}

.product-features li.card-list-item .card-list-item-content {
  background: white;
  border-radius: 8px;
  padding: 12px;
}

.product-features li.card-list-item .card-list-item-content .card-list-item-img {
  padding-bottom: 12px;
}

.product-features li.card-list-item .card-list-item-content .card-list-item-img img {
  width: 85px;
  height: auto;
}

.product-features li.card-list-item .card-list-item-content .card-list-item-text {
  font-size: 12px;
}

/* import pages */

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

.error-page .large-error {
  font-size: 6rem;
}

@media (min-width: 1024px) {

.error-page .large-error {
    font-size: 8rem
}
  }

.single-team .image-wrapper .color-box {
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
}

.blog-header {
  position: relative
}

.blog-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background-color: currentColor;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

@media (min-width: 1024px) {

.blog-sidebar {
    position: -webkit-sticky;

    position: sticky;

    top: 150px;

    overflow-y: auto;

    height: calc(100vh - 150px)
}
  }

.jump-links-wrapper {
  display: none;
  margin-top: 2.5rem;
}

.jump-links-wrapper li {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.jump-links-wrapper .jump-link-heading {
  font-weight: 700;
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.5;
  padding-top: 1.25rem;
}

.jump-links-wrapper a {
  display: inline-block
}

.jump-links-wrapper a.is-active {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.jump-links-wrapper a:hover {
  text-decoration: underline;
}

.post-cta {
  position: relative;
  margin-top: 5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.25rem
}

.post-cta::before {
  content: '';
  position: absolute;
  bottom: -35%;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('../img/bar-graph.svg');
  background-size: 80%;
  background-position: 0px 0;
  background-repeat: no-repeat;
  opacity: 0.2;
}

@media (min-width: 640px) {

.post-cta::before {
    bottom: 0;

    background-position: 0px 5.5vw
}
  }

.post-cta.bg-brand-primary .btn {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

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

.post-cta .row {
  position: relative;
  z-index: 10;
}

.post-cta.post-cta--w-screen::before {
  background-image: url('../img/box-graph.svg');
  background-size: 65%;
}

@media (min-width: 768px) {

.post-cta.post-cta--w-screen::before {
    background-position: 100% 5.5vw
}
  }

@media (min-width: 1024px) {

.post-cta.post-cta--w-screen .desktop-screen {
    margin-top: -5rem
}
  }

.mec-month-divider span:before {
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
}

.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.mec-event-sharing-wrap:hover>li {
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
}

.mec-event-footer .mec-booking-button:hover {
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #01313C;
  border-color: rgba(1, 49, 60, var(--border-opacity));
}

.mec-container h1:first-child {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.row.mec-single-event > * {
  flex: 0 1 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mec-img-organizer {
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
}

.mec-single-modern .mec-single-event-bar>div h3,
.mec-single-modern .mec-single-event-bar>div dd {
  padding-left: 0;
}

.mec-single-event .mec-single-event-organizer dd h6 {
  margin-left: 10px;
}

.mec-single-event .mec-event-meta h6 {
  text-transform: none;
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.mec-wrap,
.mec-wrap p,
.mec-wrap h1,
.mec-wrap h2,
.mec-wrap h3,
.mec-wrap h4,
.mec-wrap h5,
.mec-wrap h6,
.mec-single-modern .mec-single-event-bar>div h3,
.mec-single-modern .mec-single-event-bar>div dd {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.mec-single-modern .mec-single-event-bar>div h3 {
  text-transform: none;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.mec-wrap h2.description-title {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.105em;
  line-height: calc(19/14);
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
  margin-top: 1.5rem;
  margin-left: 10px;
}

.mec-events-event-image {
  max-height: 400px;
  overflow: hidden;
  width: 100%;
}

.mec-events-event-image img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mec-container .mec-wysiwyg {
  margin-top: 2.5rem;
}

.mec-container .mec-wysiwyg ~ *:not(.booking-module),
  .mec-container .comment-respond {
  display: none;
}

.mec-container .booking-module {
  margin-bottom: 2.5rem;
}

.mec-single-modern .col-md-4 .mec-frontbox {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
}

.mec-single-modern .mec-single-event-bar {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
}

.mec-event-cost, .mec-event-more-info, .mec-event-website, .mec-events-meta-date, .mec-single-event-additional-organizers, .mec-single-event-category, .mec-single-event-date, .mec-single-event-label, .mec-single-event-location, .mec-single-event-organizer, .mec-single-event-time {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next){
  position: relative;
  display: inline-block;
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 9999px;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  text-align: center;
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next)::after {
  content: '';
  display: inline-block;
  height: 0.65rem;
  width: 0.65rem;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 1px;
  -webkit-transform: translateX(8px) rotate(-45deg);
  transform: translateX(8px) rotate(-45deg);
  opacity: 0;
  transition: 0.25s ease;
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next).is-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):hover {
  padding-left: 14px;
  padding-right: 26px;
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):hover::after {
  opacity: 1;
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) .event-card{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) .post-cta.bg-brand-primary{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) .image-collage-banner .buttons > .bg-white{
  width: 150px;
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next)::after {
  -webkit-animation: none;
  animation: none;
}

.woocommerce form .form-row input:not([type="checkbox"]):not([type="radio"]),
.woocommerce form .form-row textarea {
  display: block;
  width: 100%;
  padding: 0.75rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.2;
  transition: 0.15s ease;
  border-radius: 21px
}

.woocommerce form .form-row input:not([type="checkbox"]):not([type="radio"]):focus, .woocommerce form .form-row textarea:focus {
  outline: none;
  --border-opacity: 0.5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.75rem;
}

.select2-container .select2-selection--single {
  height: auto;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.2;
  border-radius: 0.25rem
}

.select2-container .select2-selection--single[aria-expanded="true"] {
  --border-opacity: 0.5;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
  transition: 0.15s ease
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background-color: transparent;
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.woocommerce-info::before {
  --text-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--text-opacity));
}

.woocommerce-info {
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}

.woocommerce-account:not(.logged-in) {
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, var(--bg-opacity));
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login,
  .woocommerce-account:not(.logged-in) .ll-woocommerce h2 {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {

.woocommerce-account:not(.logged-in) .woocommerce-form-login,
  .woocommerce-account:not(.logged-in) .ll-woocommerce h2 {
    width: 73%
}
  }

@media (min-width: 768px) {

.woocommerce-account:not(.logged-in) .woocommerce-form-login,
  .woocommerce-account:not(.logged-in) .ll-woocommerce h2 {
    width: 65%
}
  }

@media (min-width: 1024px) {

.woocommerce-account:not(.logged-in) .woocommerce-form-login,
  .woocommerce-account:not(.logged-in) .ll-woocommerce h2 {
    width: 48%
}
  }

@media (min-width: 1270px) {

.woocommerce-account:not(.logged-in) .woocommerce-form-login,
  .woocommerce-account:not(.logged-in) .ll-woocommerce h2 {
    width: 30%
}
  }

.woocommerce-account:not(.logged-in) form .form-row {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-row + .form-row {
  display: flex;
  flex-direction: column;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-row + .form-row .woocommerce-form-login__rememberme {
  margin-top: 1.5rem;
  order: 2;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-row + .form-row button {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce-account:not(.logged-in) .login-intro + .woocommerce h2 {
  display: none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 0;
  border-style: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 100%;
}

@media (min-width: 640px) {

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto;

    min-width: 150px
}
  }

.woocommerce table.cart td.actions .coupon .button {
  width: 100%;
  margin-top: 1rem;
}

@media (min-width: 640px) {

.woocommerce table.cart td.actions .coupon .button {
    width: auto;

    margin-top: 0
}
  }

.woocommerce-account .woocommerce-MyAccount-navigation {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  margin-bottom: 4rem;
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]) {
  text-decoration: none;
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  width: 100%;
  line-height: 1 !important
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]):hover {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="btn"]):not([class*="button"]) {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.woocommerce-account .woocommerce-MyAccount-navigation li:not(:last-child) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.2;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
  width: 100%;
}

@media (min-width: 1024px) {

.woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 50px;

    width: 78%
}
  }

@media (min-width: 1024px) {

.ll-account-page.ll-edit-account-page .content-area {
    width: 78%
}
  }

@media (min-width: 1270px) {

.ll-account-page.ll-edit-account-page .content-area {
    width: 65%
}
  }

.ll-account-page {
  background-image: url('../img/faded-logo-mark.svg');
  background-position: bottom right;
  background-size: 357px auto;
  background-repeat: no-repeat;
}

.ll-account-page h1, .ll-account-page h2 {
  font-size: 1.5rem !important;
  line-height: 1.33 !important;
}

.ll-account-page h1 {
  font-weight: 700 !important;
}

.ll-account-page h2 {
  font-weight: 600 !important;
}

.ll-account-page .content-area div[class$="-intro"] .row .col > * {
  margin-bottom: 0;
}

.ll-account-page .bookmarked-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ll-account-page .bookmarked-tabs li {
  margin-right: 0.75rem;
}

.ll-account-page .bookmarked-tabs button {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.105em;
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
  line-height: calc(19/14);
  transition: 0.15s ease
}

.ll-account-page .bookmarked-tabs button:hover {
  --text-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--text-opacity));
}

.ll-account-page .bookmarked-tabs button.is-active {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.ll-account-page .bookmarked-lessons {
  display: none
}

.ll-account-page .bookmarked-lessons.is-active {
  display: block;
}

.wysiwyg .woocommerce-terms-and-conditions-wrapper p:not([class*="hdg-"]):not([class*="paragraph-"]):not([class*="gform_"]):not([class*="mb-"]) {
  margin-bottom: 0;
}

.info-input-text {
  font-size: 12px;
}

.single-video .video-content-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0px 4px 32px rgba(25, 66, 121, 0.2);
}

.single-video .video-content-tabs li {
  position: relative;
  width: 50%
}

.single-video .video-content-tabs li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: calc(100% - 14px);
  --bg-opacity: 1;
  background-color: #ACADAF;
  background-color: rgba(172, 173, 175, var(--bg-opacity));
  --bg-opacity: 0.3;
}

.single-video .video-content-tabs li button {
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
  transition: 0.15s ease
}

.single-video .video-content-tabs li button.is-active {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.single-video .video-content-panel {
  display: none
}

.single-video .video-content-panel.is-active {
  display: block;
}

.single-video .track-list {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
  max-height: 430px;
  overflow: scroll;
}

.quoter-page .intro-page {
  position: fixed;
  top: 0px;
  top: var(--adminbarHeight);
  left: 0;
  width: 100%;
  height: 100vh;
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, var(--bg-opacity));
  z-index: 100;
}

.quoter-page .intro-page > .container {
  max-height: 100vh;
  overflow-y: auto;
}

@media (min-width: 1024px) {

.quoter-page .content-col,
  .quoter-page .images-col {
    height: calc(100vh - 0px);

    height: calc(100vh - var(--adminbarHeight))
}
  }

.quoter-page .images-col::before {
  content: '';
  display: block;
  padding-top: 150%;
}

@media (min-width: 1024px) {

.quoter-page .images-col::before {
    display: none
}
  }

.quoter-page .content-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 50
}

.quoter-page .content-col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.5rem;
  z-index: -1;
}

@media (min-width: 1024px) {

.quoter-page .content-col::before {
    left: auto;

    right: 0;

    -webkit-transform: translateX(0);

    transform: translateX(0);

    width: 50vw
}
  }

.quoter-page .box-graph {
  position: absolute;
  bottom: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 768px) {

.quoter-page .box-graph {
    left: 57%;
}
  }

.quoter-page .box-graph svg {
  max-width: 100%;
}

.quoter-page .bar-graph {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 768px) {

.quoter-page .bar-graph {
    left: 57%;
}
  }

.quoter-page .bar-graph svg {
  max-width: 100%;
}

.quoter-page .desktop-screen {
  position: absolute;
  bottom: 48%;
  right: 0;
  width: calc(100% - 25px);
  z-index: 1;
}

@media (min-width: 768px) {

.quoter-page .desktop-screen {
    width: calc(100% - 100px)
}
  }

.quoter-page .phone-screen {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 180px;
  z-index: 2;
}

.quoter-page .image-left {
  position: absolute;
  top: 49%;
  left: 50px;
  width: 80px;
  z-index: 3;
}

@media (min-width: 640px) {

.quoter-page .image-left {
    width: 125px
}
  }

.quoter-page .image-right {
  position: absolute;
  bottom: 52%;
  right: 0px;
  width: 100px;
  z-index: 4;
}

@media (min-width: 640px) {

.quoter-page .image-right {
    width: 133px
}
  }

@media (min-width: 1270px) {

.quoter-page .image-right {
    right: 75px
}
  }

.quoter-page .intro-area {
  position: relative;
  z-index: 50;
  padding-top: 7rem
}

.quoter-page .intro-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: -1;
}

@media (min-width: 1024px) {

.quoter-page .intro-area::before {
    left: auto;

    right: 0;

    -webkit-transform: translateX(0);

    transform: translateX(0);

    width: 50vw
}
  }

.llgq-quoter-back {
  position: relative;
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
  display: inline-block;
  font-weight: 700;
  margin-top: 1.25rem
}

.llgq-quoter-back::before {
  content: '';
  display: inline-block;
  height: 0.65rem;
  width: 0.65rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 1px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-right: 0.75rem;
  will-change: transform;
  transition: 0.25s ease;
}

.llgq-quoter-back:hover::before, .llgq-quoter-back:focus::before {
  opacity: 1;
  -webkit-transform: translateX(-4px) rotate(-225deg);
  transform: translateX(-4px) rotate(-225deg);
  will-change: transform;
}

.llgq-quoter-back:focus {
  outline: none;
}

.llgq-progress-bar {
  padding: 0;
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, var(--bg-opacity));
  border-style: none;
}

.llgq-progress-bar .llgq-progress {
  height: 0.75rem;
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
}

.quoter-page .form-area {
  overflow: hidden;
  transition: 0.15s ease;
  min-height: calc(100vh - 0px);
  min-height: calc(100vh - var(--adminbarHeight));
}

@media (min-width: 1024px) {

.quoter-page .form-area {
    min-height: auto
}
  }

.quoter-page .form-area.is-form-light {
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, var(--bg-opacity));
}

.quoter-page .form-area .gform_confirmation_wrapper {
  min-height: calc(100vh - 0px);
  min-height: calc(100vh - var(--adminbarHeight));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quoter-page .form-area .gform_confirmation_wrapper .gform_confirmation_message {
  width: 100%;
}

@media (min-width: 768px) {

.quoter-page .form-area .gform_confirmation_wrapper .gform_confirmation_message {
    width: 82%
}
  }

@media (min-width: 1024px) {

.quoter-page .form-area .gform_confirmation_wrapper .gform_confirmation_message {
    width: 65%
}
  }

@media (min-width: 1270px) {

.quoter-page .form-area .gform_confirmation_wrapper .gform_confirmation_message {
    width: 48%
}
  }

.gform_wrapper.gravity-theme .quoter-form .gf_progressbar_wrapper {
  display: none;
}

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper {
  padding-top: 3rem;
  display: block;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper {
    min-height: calc(100vh - 200px);

    display: grid
}
  }

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper_1 {
  position: relative;
  z-index: 50;
}

@media (min-width: 1024px) {

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper_1 {
    grid-column: 1/7;

    padding-right: 4rem
}
  }

@media (min-width: 1270px) {

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper_1 {
    padding-left: 6rem;

    padding-right: 6rem
}
  }

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: -1;
}

@media (min-width: 1024px) {

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper_1::before {
    left: auto;

    right: -9px;

    -webkit-transform: translateX(0);

    transform: translateX(0);

    width: 50vw;

    background-image: url('../img/bar-graph-gray.svg');

    background-position: left 125%;

    background-size: calc(100% - 50px);

    background-repeat: no-repeat
}
  }

@media (min-width: 1270px) {

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper_1::before {
    right: -12px
}
  }

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper_2 {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: block;
}

@media (min-width: 1024px) {

.gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper_2 {
    grid-column: 7/13;

    padding-left: 3.125rem;
}
  }

.is-form-light .gform_wrapper.gravity-theme .quoter-form .llgq_section_wrapper_2 {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.gform_wrapper.gravity-theme .quoter-form .gsection_title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: calc(42/36);
}

@media (min-width: 768px) {

.gform_wrapper.gravity-theme .quoter-form .gsection_title {
    font-size: 2.25rem
}
  }

.gform_wrapper.gravity-theme .quoter-form .gfield:first-child .gfield_checkbox,
    .gform_wrapper.gravity-theme .quoter-form .gfield:first-child .gfield_radio {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
}

.gform_wrapper.gravity-theme .quoter-form .gfield:first-child .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .quoter-form .gfield:first-child .gfield_radio .gchoice {
  flex: 0 1 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {

.gform_wrapper.gravity-theme .quoter-form .gfield:first-child .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .quoter-form .gfield:first-child .gfield_radio .gchoice {
    width: 50%
}
  }

.gform_wrapper.gravity-theme .quoter-form .gfield:first-child input[type="checkbox"],
    .gform_wrapper.gravity-theme .quoter-form .gfield:first-child 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 .quoter-form .gfield:first-child input[type="checkbox"] ~ label, .gform_wrapper.gravity-theme .quoter-form .gfield:first-child input[type="radio"] ~ label {
  font-size: 0.9375rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.5rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #4996B2;
  background-color: rgba(73, 150, 178, var(--bg-opacity));
  --bg-opacity: 0.2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: 0.15s ease;
}

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

.gform_wrapper.gravity-theme .quoter-form .gfield:first-child input[type="checkbox"] ~ label .icon, .gform_wrapper.gravity-theme .quoter-form .gfield:first-child input[type="radio"] ~ label .icon {
  position: absolute;
  top: 0;
  left: 0;
}

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

.gform_wrapper.gravity-theme .quoter-form .gfield:first-child input[type="checkbox"] ~ label:hover,
    .gform_wrapper.gravity-theme .quoter-form .gfield:first-child input[type="radio"] ~ label:hover {
  --bg-opacity: 0.5;
}

.gform_wrapper.gravity-theme .quoter-form .gfield:first-child input[type="checkbox"]:checked ~ label,
    .gform_wrapper.gravity-theme .quoter-form .gfield:first-child input[type="radio"]:checked ~ label {
  --bg-opacity: 1;
  background-color: #00A79D;
  background-color: rgba(0, 167, 157, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #00A79D;
  border-color: rgba(0, 167, 157, var(--border-opacity));
}

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

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer {
  text-align: right;
  margin-top: 2.5rem;
}

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer img {
  display: none;
}

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

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer button {
  position: relative;
  display: inline-block;
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 9999px;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  text-align: center;
  transition: 0.15s ease
}

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer button::after {
  content: '';
  display: inline-block;
  height: 0.65rem;
  width: 0.65rem;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 1px;
  -webkit-transform: translateX(8px) rotate(-45deg);
  transform: translateX(8px) rotate(-45deg);
  opacity: 0;
  transition: 0.25s ease;
}

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer button:hover {
  padding-left: 14px;
  padding-right: 26px
}

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer button:hover::after {
  opacity: 1;
}

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer button:not(.next-button) {
  width: 100%;
  text-align: center;
}

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer button.next-button {
  outline: none
}

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer button.next-button::before {
  content: '';
  position: absolute;
  right: calc( 100% + 1rem );
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  -webkit-animation: rotateLoader 1s linear infinite;
  animation: rotateLoader 1s linear infinite;
  pointer-events: none;
  opacity: 0;
  transition: none;
  outline: none;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
  border-radius: 9999px;
  display: inline-block;
}

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer button.next-button:focus {
  outline: none
}

.gform_wrapper.gravity-theme .quoter-form .gform_page_footer button.next-button:focus::before {
  opacity: 1;
}

@-webkit-keyframes rotateLoader {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}

@keyframes rotateLoader {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}

/*
 * noUiSlider styles
 */

.gfield.gfield_llgq_slider .ginput_container {
  display: none;
}

.gfield.gfield_llgq_slider .real-slider {
  position: relative;
}

.gfield.gfield_llgq_slider .real-slider .start-label {
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
}

.gfield.gfield_llgq_slider .real-slider .end-label {
  position: absolute;
  top: calc(100% + 24px);
  right: 0;
}

.gfield.gfield_llgq_slider .real-slider .start-label,
  .gfield.gfield_llgq_slider .real-slider .end-label {
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
}

.gfield.gfield_llgq_slider .noUi-horizontal .noUi-handle {
  border-radius: 50%;
  top: -9px;
  height: 32px;
  width: 32px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.12)
}

.gfield.gfield_llgq_slider .noUi-horizontal .noUi-handle::before {
  display: none;
}

.gfield.gfield_llgq_slider .noUi-horizontal .noUi-handle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  --bg-opacity: 1;
  background-color: #00A79D;
  background-color: rgba(0, 167, 157, var(--bg-opacity));
  border-radius: 9999px;
}

.gfield.gfield_llgq_slider .noUi-target {
  border-radius: 100px;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #4996B2;
  background-color: rgba(73, 150, 178, var(--bg-opacity));
  --bg-opacity: 0.2;
  box-shadow: none;
  height: 1rem;
  margin-bottom: 3rem;
}

.gfield.gfield_llgq_slider .noUi-horizontal .noUi-tooltip {
  background-color: transparent;
  border-style: none;
  padding: 0;
  font-weight: 700;
  font-size: 1.125rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.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-7 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.875rem * var(--space-y-reverse));
}

.space-x-7 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(1.875rem * var(--space-x-reverse));
  margin-left: calc(1.875rem * 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-13 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.125rem * var(--space-y-reverse));
}

.space-x-13 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(3.125rem * var(--space-x-reverse));
  margin-left: calc(3.125rem * 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-25 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6.25rem * var(--space-y-reverse));
}

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

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

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

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

.space-x-30 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(7.5rem * var(--space-x-reverse));
  margin-left: calc(7.5rem * 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-38 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(9.375rem * var(--space-y-reverse));
}

.space-x-38 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(9.375rem * var(--space-x-reverse));
  margin-left: calc(9.375rem * 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(1.5625rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5625rem * var(--space-y-reverse));
}

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

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

.space-x-gutter-full > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(3.125rem * var(--space-x-reverse));
  margin-left: calc(3.125rem * 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-7 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.875rem * var(--space-y-reverse));
}

.-space-x-7 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-1.875rem * var(--space-x-reverse));
  margin-left: calc(-1.875rem * 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-13 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.125rem * var(--space-y-reverse));
}

.-space-x-13 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-3.125rem * var(--space-x-reverse));
  margin-left: calc(-3.125rem * 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-25 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6.25rem * var(--space-y-reverse));
}

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

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

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

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

.-space-x-30 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-7.5rem * var(--space-x-reverse));
  margin-left: calc(-7.5rem * 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-38 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-9.375rem * var(--space-y-reverse));
}

.-space-x-38 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-9.375rem * var(--space-x-reverse));
  margin-left: calc(-9.375rem * 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(-1.5625rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
}

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

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

.-space-x-gutter-full > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-3.125rem * var(--space-x-reverse));
  margin-left: calc(-3.125rem * 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-brand-primary > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--divide-opacity));
}

.divide-brand-light-gray > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #F2F3F9;
  border-color: rgba(242, 243, 249, 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-midnight > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #01313C;
  border-color: rgba(1, 49, 60, var(--divide-opacity));
}

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

.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: #F2F3F9;
  border-color: rgba(242, 243, 249, var(--divide-opacity));
}

.divide-gray-200 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #ACADAF;
  border-color: rgba(172, 173, 175, var(--divide-opacity));
}

.divide-red > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--divide-opacity));
}

.divide-navy > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--divide-opacity));
}

.divide-marigold > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #FAA335;
  border-color: rgba(250, 163, 53, var(--divide-opacity));
}

.divide-green > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #00A79D;
  border-color: rgba(0, 167, 157, var(--divide-opacity));
}

.divide-sky > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #80CAE2;
  border-color: rgba(128, 202, 226, var(--divide-opacity));
}

.divide-sea > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #4996B2;
  border-color: rgba(73, 150, 178, 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-10 > :not(template) ~ :not(template){
  --divide-opacity: 0.1;
}

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

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

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

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

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

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

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

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

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

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

.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-brand-primary{
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
}

.bg-brand-light-gray{
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, var(--bg-opacity));
}

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

.bg-brand-midnight{
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
}

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

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

.bg-gray-100{
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, var(--bg-opacity));
}

.bg-gray-200{
  --bg-opacity: 1;
  background-color: #ACADAF;
  background-color: rgba(172, 173, 175, var(--bg-opacity));
}

.bg-red{
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
}

.bg-navy{
  --bg-opacity: 1;
  background-color: #034859;
  background-color: rgba(3, 72, 89, var(--bg-opacity));
}

.bg-marigold{
  --bg-opacity: 1;
  background-color: #FAA335;
  background-color: rgba(250, 163, 53, var(--bg-opacity));
}

.bg-green{
  --bg-opacity: 1;
  background-color: #00A79D;
  background-color: rgba(0, 167, 157, var(--bg-opacity));
}

.bg-sky{
  --bg-opacity: 1;
  background-color: #80CAE2;
  background-color: rgba(128, 202, 226, var(--bg-opacity));
}

.bg-sea{
  --bg-opacity: 1;
  background-color: #4996B2;
  background-color: rgba(73, 150, 178, 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-brand-primary:hover{
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
}

.hover\:bg-brand-light-gray:hover{
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, 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-midnight:hover{
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
}

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

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

.hover\:bg-gray-100:hover{
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, var(--bg-opacity));
}

.hover\:bg-gray-200:hover{
  --bg-opacity: 1;
  background-color: #ACADAF;
  background-color: rgba(172, 173, 175, var(--bg-opacity));
}

.hover\:bg-red:hover{
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
}

.hover\:bg-navy:hover{
  --bg-opacity: 1;
  background-color: #034859;
  background-color: rgba(3, 72, 89, var(--bg-opacity));
}

.hover\:bg-marigold:hover{
  --bg-opacity: 1;
  background-color: #FAA335;
  background-color: rgba(250, 163, 53, var(--bg-opacity));
}

.hover\:bg-green:hover{
  --bg-opacity: 1;
  background-color: #00A79D;
  background-color: rgba(0, 167, 157, var(--bg-opacity));
}

.hover\:bg-sky:hover{
  --bg-opacity: 1;
  background-color: #80CAE2;
  background-color: rgba(128, 202, 226, var(--bg-opacity));
}

.hover\:bg-sea:hover{
  --bg-opacity: 1;
  background-color: #4996B2;
  background-color: rgba(73, 150, 178, 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-brand-primary:focus{
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
}

.focus\:bg-brand-light-gray:focus{
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, 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-midnight:focus{
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
}

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

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

.focus\:bg-gray-100:focus{
  --bg-opacity: 1;
  background-color: #F2F3F9;
  background-color: rgba(242, 243, 249, var(--bg-opacity));
}

.focus\:bg-gray-200:focus{
  --bg-opacity: 1;
  background-color: #ACADAF;
  background-color: rgba(172, 173, 175, var(--bg-opacity));
}

.focus\:bg-red:focus{
  --bg-opacity: 1;
  background-color: #FA4135;
  background-color: rgba(250, 65, 53, var(--bg-opacity));
}

.focus\:bg-navy:focus{
  --bg-opacity: 1;
  background-color: #034859;
  background-color: rgba(3, 72, 89, var(--bg-opacity));
}

.focus\:bg-marigold:focus{
  --bg-opacity: 1;
  background-color: #FAA335;
  background-color: rgba(250, 163, 53, var(--bg-opacity));
}

.focus\:bg-green:focus{
  --bg-opacity: 1;
  background-color: #00A79D;
  background-color: rgba(0, 167, 157, var(--bg-opacity));
}

.focus\:bg-sky:focus{
  --bg-opacity: 1;
  background-color: #80CAE2;
  background-color: rgba(128, 202, 226, var(--bg-opacity));
}

.focus\:bg-sea:focus{
  --bg-opacity: 1;
  background-color: #4996B2;
  background-color: rgba(73, 150, 178, 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-brand-primary{
  --gradient-from-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.from-brand-light-gray{
  --gradient-from-color: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
  --gradient-from-color: #01313C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
}

.from-brand-scrim{
  --gradient-from-color: rgba(0,0,0,0.8);
  --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: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
}

.from-gray-200{
  --gradient-from-color: #ACADAF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
}

.from-red{
  --gradient-from-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.from-navy{
  --gradient-from-color: #034859;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
}

.from-marigold{
  --gradient-from-color: #FAA335;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
}

.from-green{
  --gradient-from-color: #00A79D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
}

.from-sky{
  --gradient-from-color: #80CAE2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
}

.from-sea{
  --gradient-from-color: #4996B2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary{
  --gradient-via-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.via-brand-light-gray{
  --gradient-via-color: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
  --gradient-via-color: #01313C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
}

.via-brand-scrim{
  --gradient-via-color: rgba(0,0,0,0.8);
  --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: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
}

.via-gray-200{
  --gradient-via-color: #ACADAF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
}

.via-red{
  --gradient-via-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.via-navy{
  --gradient-via-color: #034859;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
}

.via-marigold{
  --gradient-via-color: #FAA335;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
}

.via-green{
  --gradient-via-color: #00A79D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
}

.via-sky{
  --gradient-via-color: #80CAE2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
}

.via-sea{
  --gradient-via-color: #4996B2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 0));
}

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

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

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

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

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

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

.to-brand-midnight{
  --gradient-to-color: #01313C;
}

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

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

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

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

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

.to-navy{
  --gradient-to-color: #034859;
}

.to-marigold{
  --gradient-to-color: #FAA335;
}

.to-green{
  --gradient-to-color: #00A79D;
}

.to-sky{
  --gradient-to-color: #80CAE2;
}

.to-sea{
  --gradient-to-color: #4996B2;
}

.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-brand-primary:hover{
  --gradient-from-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.hover\:from-brand-light-gray:hover{
  --gradient-from-color: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
  --gradient-from-color: #01313C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
}

.hover\:from-brand-scrim:hover{
  --gradient-from-color: rgba(0,0,0,0.8);
  --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: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
}

.hover\:from-gray-200:hover{
  --gradient-from-color: #ACADAF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
}

.hover\:from-red:hover{
  --gradient-from-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.hover\:from-navy:hover{
  --gradient-from-color: #034859;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
}

.hover\:from-marigold:hover{
  --gradient-from-color: #FAA335;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
}

.hover\:from-green:hover{
  --gradient-from-color: #00A79D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
}

.hover\:from-sky:hover{
  --gradient-from-color: #80CAE2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
}

.hover\:from-sea:hover{
  --gradient-from-color: #4996B2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
  --gradient-via-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.hover\:via-brand-light-gray:hover{
  --gradient-via-color: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
  --gradient-via-color: #01313C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
}

.hover\:via-brand-scrim:hover{
  --gradient-via-color: rgba(0,0,0,0.8);
  --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: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
}

.hover\:via-gray-200:hover{
  --gradient-via-color: #ACADAF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
}

.hover\:via-red:hover{
  --gradient-via-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.hover\:via-navy:hover{
  --gradient-via-color: #034859;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
}

.hover\:via-marigold:hover{
  --gradient-via-color: #FAA335;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
}

.hover\:via-green:hover{
  --gradient-via-color: #00A79D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
}

.hover\:via-sky:hover{
  --gradient-via-color: #80CAE2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
}

.hover\:via-sea:hover{
  --gradient-via-color: #4996B2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
  --gradient-to-color: #FA4135;
}

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

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

.hover\:to-brand-midnight:hover{
  --gradient-to-color: #01313C;
}

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

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

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

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

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

.hover\:to-navy:hover{
  --gradient-to-color: #034859;
}

.hover\:to-marigold:hover{
  --gradient-to-color: #FAA335;
}

.hover\:to-green:hover{
  --gradient-to-color: #00A79D;
}

.hover\:to-sky:hover{
  --gradient-to-color: #80CAE2;
}

.hover\:to-sea:hover{
  --gradient-to-color: #4996B2;
}

.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-brand-primary:focus{
  --gradient-from-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.focus\:from-brand-light-gray:focus{
  --gradient-from-color: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
  --gradient-from-color: #01313C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
}

.focus\:from-brand-scrim:focus{
  --gradient-from-color: rgba(0,0,0,0.8);
  --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: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
}

.focus\:from-gray-200:focus{
  --gradient-from-color: #ACADAF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
}

.focus\:from-red:focus{
  --gradient-from-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.focus\:from-navy:focus{
  --gradient-from-color: #034859;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
}

.focus\:from-marigold:focus{
  --gradient-from-color: #FAA335;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
}

.focus\:from-green:focus{
  --gradient-from-color: #00A79D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
}

.focus\:from-sky:focus{
  --gradient-from-color: #80CAE2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
}

.focus\:from-sea:focus{
  --gradient-from-color: #4996B2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
  --gradient-via-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.focus\:via-brand-light-gray:focus{
  --gradient-via-color: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
  --gradient-via-color: #01313C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
}

.focus\:via-brand-scrim:focus{
  --gradient-via-color: rgba(0,0,0,0.8);
  --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: #F2F3F9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
}

.focus\:via-gray-200:focus{
  --gradient-via-color: #ACADAF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
}

.focus\:via-red:focus{
  --gradient-via-color: #FA4135;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
}

.focus\:via-navy:focus{
  --gradient-via-color: #034859;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
}

.focus\:via-marigold:focus{
  --gradient-via-color: #FAA335;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
}

.focus\:via-green:focus{
  --gradient-via-color: #00A79D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
}

.focus\:via-sky:focus{
  --gradient-via-color: #80CAE2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
}

.focus\:via-sea:focus{
  --gradient-via-color: #4996B2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
  --gradient-to-color: #FA4135;
}

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

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

.focus\:to-brand-midnight:focus{
  --gradient-to-color: #01313C;
}

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

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

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

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

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

.focus\:to-navy:focus{
  --gradient-to-color: #034859;
}

.focus\:to-marigold:focus{
  --gradient-to-color: #FAA335;
}

.focus\:to-green:focus{
  --gradient-to-color: #00A79D;
}

.focus\:to-sky:focus{
  --gradient-to-color: #80CAE2;
}

.focus\:to-sea:focus{
  --gradient-to-color: #4996B2;
}

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

.bg-opacity-10{
  --bg-opacity: 0.1;
}

.bg-opacity-20{
  --bg-opacity: 0.2;
}

.bg-opacity-25{
  --bg-opacity: 0.25;
}

.bg-opacity-30{
  --bg-opacity: 0.3;
}

.bg-opacity-40{
  --bg-opacity: 0.4;
}

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

.bg-opacity-60{
  --bg-opacity: 0.6;
}

.bg-opacity-70{
  --bg-opacity: 0.7;
}

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

.bg-opacity-80{
  --bg-opacity: 0.8;
}

.bg-opacity-90{
  --bg-opacity: 0.9;
}

.bg-opacity-100{
  --bg-opacity: 1;
}

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

.hover\:bg-opacity-10:hover{
  --bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover{
  --bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover{
  --bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover{
  --bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover{
  --bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover{
  --bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover{
  --bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover{
  --bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover{
  --bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover{
  --bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover{
  --bg-opacity: 0.9;
}

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

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

.focus\:bg-opacity-10:focus{
  --bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus{
  --bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus{
  --bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus{
  --bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus{
  --bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus{
  --bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus{
  --bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus{
  --bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus{
  --bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus{
  --bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus{
  --bg-opacity: 0.9;
}

.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-brand-primary{
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
}

.border-brand-light-gray{
  --border-opacity: 1;
  border-color: #F2F3F9;
  border-color: rgba(242, 243, 249, var(--border-opacity));
}

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

.border-brand-midnight{
  --border-opacity: 1;
  border-color: #01313C;
  border-color: rgba(1, 49, 60, var(--border-opacity));
}

.border-brand-scrim{
  border-color: rgba(0,0,0,0.8);
}

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

.border-gray-100{
  --border-opacity: 1;
  border-color: #F2F3F9;
  border-color: rgba(242, 243, 249, var(--border-opacity));
}

.border-gray-200{
  --border-opacity: 1;
  border-color: #ACADAF;
  border-color: rgba(172, 173, 175, var(--border-opacity));
}

.border-red{
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
}

.border-navy{
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
}

.border-marigold{
  --border-opacity: 1;
  border-color: #FAA335;
  border-color: rgba(250, 163, 53, var(--border-opacity));
}

.border-green{
  --border-opacity: 1;
  border-color: #00A79D;
  border-color: rgba(0, 167, 157, var(--border-opacity));
}

.border-sky{
  --border-opacity: 1;
  border-color: #80CAE2;
  border-color: rgba(128, 202, 226, var(--border-opacity));
}

.border-sea{
  --border-opacity: 1;
  border-color: #4996B2;
  border-color: rgba(73, 150, 178, 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-brand-primary:hover{
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
}

.hover\:border-brand-light-gray:hover{
  --border-opacity: 1;
  border-color: #F2F3F9;
  border-color: rgba(242, 243, 249, 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-midnight:hover{
  --border-opacity: 1;
  border-color: #01313C;
  border-color: rgba(1, 49, 60, var(--border-opacity));
}

.hover\:border-brand-scrim:hover{
  border-color: rgba(0,0,0,0.8);
}

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

.hover\:border-gray-100:hover{
  --border-opacity: 1;
  border-color: #F2F3F9;
  border-color: rgba(242, 243, 249, var(--border-opacity));
}

.hover\:border-gray-200:hover{
  --border-opacity: 1;
  border-color: #ACADAF;
  border-color: rgba(172, 173, 175, var(--border-opacity));
}

.hover\:border-red:hover{
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
}

.hover\:border-navy:hover{
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
}

.hover\:border-marigold:hover{
  --border-opacity: 1;
  border-color: #FAA335;
  border-color: rgba(250, 163, 53, var(--border-opacity));
}

.hover\:border-green:hover{
  --border-opacity: 1;
  border-color: #00A79D;
  border-color: rgba(0, 167, 157, var(--border-opacity));
}

.hover\:border-sky:hover{
  --border-opacity: 1;
  border-color: #80CAE2;
  border-color: rgba(128, 202, 226, var(--border-opacity));
}

.hover\:border-sea:hover{
  --border-opacity: 1;
  border-color: #4996B2;
  border-color: rgba(73, 150, 178, 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-brand-primary:focus{
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
}

.focus\:border-brand-light-gray:focus{
  --border-opacity: 1;
  border-color: #F2F3F9;
  border-color: rgba(242, 243, 249, 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-midnight:focus{
  --border-opacity: 1;
  border-color: #01313C;
  border-color: rgba(1, 49, 60, var(--border-opacity));
}

.focus\:border-brand-scrim:focus{
  border-color: rgba(0,0,0,0.8);
}

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

.focus\:border-gray-100:focus{
  --border-opacity: 1;
  border-color: #F2F3F9;
  border-color: rgba(242, 243, 249, var(--border-opacity));
}

.focus\:border-gray-200:focus{
  --border-opacity: 1;
  border-color: #ACADAF;
  border-color: rgba(172, 173, 175, var(--border-opacity));
}

.focus\:border-red:focus{
  --border-opacity: 1;
  border-color: #FA4135;
  border-color: rgba(250, 65, 53, var(--border-opacity));
}

.focus\:border-navy:focus{
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
}

.focus\:border-marigold:focus{
  --border-opacity: 1;
  border-color: #FAA335;
  border-color: rgba(250, 163, 53, var(--border-opacity));
}

.focus\:border-green:focus{
  --border-opacity: 1;
  border-color: #00A79D;
  border-color: rgba(0, 167, 157, var(--border-opacity));
}

.focus\:border-sky:focus{
  --border-opacity: 1;
  border-color: #80CAE2;
  border-color: rgba(128, 202, 226, var(--border-opacity));
}

.focus\:border-sea:focus{
  --border-opacity: 1;
  border-color: #4996B2;
  border-color: rgba(73, 150, 178, var(--border-opacity));
}

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

.border-opacity-10{
  --border-opacity: 0.1;
}

.border-opacity-20{
  --border-opacity: 0.2;
}

.border-opacity-25{
  --border-opacity: 0.25;
}

.border-opacity-30{
  --border-opacity: 0.3;
}

.border-opacity-40{
  --border-opacity: 0.4;
}

.border-opacity-50{
  --border-opacity: 0.5;
}

.border-opacity-60{
  --border-opacity: 0.6;
}

.border-opacity-70{
  --border-opacity: 0.7;
}

.border-opacity-75{
  --border-opacity: 0.75;
}

.border-opacity-80{
  --border-opacity: 0.8;
}

.border-opacity-90{
  --border-opacity: 0.9;
}

.border-opacity-100{
  --border-opacity: 1;
}

.hover\:border-opacity-0:hover{
  --border-opacity: 0;
}

.hover\:border-opacity-10:hover{
  --border-opacity: 0.1;
}

.hover\:border-opacity-20:hover{
  --border-opacity: 0.2;
}

.hover\:border-opacity-25:hover{
  --border-opacity: 0.25;
}

.hover\:border-opacity-30:hover{
  --border-opacity: 0.3;
}

.hover\:border-opacity-40:hover{
  --border-opacity: 0.4;
}

.hover\:border-opacity-50:hover{
  --border-opacity: 0.5;
}

.hover\:border-opacity-60:hover{
  --border-opacity: 0.6;
}

.hover\:border-opacity-70:hover{
  --border-opacity: 0.7;
}

.hover\:border-opacity-75:hover{
  --border-opacity: 0.75;
}

.hover\:border-opacity-80:hover{
  --border-opacity: 0.8;
}

.hover\:border-opacity-90:hover{
  --border-opacity: 0.9;
}

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

.focus\:border-opacity-0:focus{
  --border-opacity: 0;
}

.focus\:border-opacity-10:focus{
  --border-opacity: 0.1;
}

.focus\:border-opacity-20:focus{
  --border-opacity: 0.2;
}

.focus\:border-opacity-25:focus{
  --border-opacity: 0.25;
}

.focus\:border-opacity-30:focus{
  --border-opacity: 0.3;
}

.focus\:border-opacity-40:focus{
  --border-opacity: 0.4;
}

.focus\:border-opacity-50:focus{
  --border-opacity: 0.5;
}

.focus\:border-opacity-60:focus{
  --border-opacity: 0.6;
}

.focus\:border-opacity-70:focus{
  --border-opacity: 0.7;
}

.focus\:border-opacity-75:focus{
  --border-opacity: 0.75;
}

.focus\:border-opacity-80:focus{
  --border-opacity: 0.8;
}

.focus\:border-opacity-90:focus{
  --border-opacity: 0.9;
}

.focus\:border-opacity-100:focus{
  --border-opacity: 1;
}

.rounded-none{
  border-radius: 0;
}

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

.rounded-DEFAULT{
  border-radius: 0.25rem;
}

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

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

.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-DEFAULT{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r-DEFAULT{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b-DEFAULT{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-DEFAULT{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-md{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-md{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.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-DEFAULT{
  border-top-left-radius: 0.25rem;
}

.rounded-tr-DEFAULT{
  border-top-right-radius: 0.25rem;
}

.rounded-br-DEFAULT{
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl-DEFAULT{
  border-bottom-left-radius: 0.25rem;
}

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

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

.rounded-br-md{
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-lg{
  border-top-left-radius: 0.75rem;
}

.rounded-tr-lg{
  border-top-right-radius: 0.75rem;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.75rem;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.75rem;
}

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

.first\:border-0:first-child{
  border-width: 0;
}

.first\:border-2:first-child{
  border-width: 2px;
}

.first\:border-4:first-child{
  border-width: 4px;
}

.first\:border-8:first-child{
  border-width: 8px;
}

.first\:border:first-child{
  border-width: 1px;
}

.first\:border-t-0:first-child{
  border-top-width: 0;
}

.first\:border-r-0:first-child{
  border-right-width: 0;
}

.first\:border-b-0:first-child{
  border-bottom-width: 0;
}

.first\:border-l-0:first-child{
  border-left-width: 0;
}

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

.first\:border-r-2:first-child{
  border-right-width: 2px;
}

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

.first\:border-l-2:first-child{
  border-left-width: 2px;
}

.first\:border-t-4:first-child{
  border-top-width: 4px;
}

.first\:border-r-4:first-child{
  border-right-width: 4px;
}

.first\:border-b-4:first-child{
  border-bottom-width: 4px;
}

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

.first\:border-t-8:first-child{
  border-top-width: 8px;
}

.first\:border-r-8:first-child{
  border-right-width: 8px;
}

.first\:border-b-8:first-child{
  border-bottom-width: 8px;
}

.first\:border-l-8:first-child{
  border-left-width: 8px;
}

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

.first\:border-r:first-child{
  border-right-width: 1px;
}

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

.first\:border-l:first-child{
  border-left-width: 1px;
}

.last\:border-0:last-child{
  border-width: 0;
}

.last\:border-2:last-child{
  border-width: 2px;
}

.last\:border-4:last-child{
  border-width: 4px;
}

.last\:border-8:last-child{
  border-width: 8px;
}

.last\:border:last-child{
  border-width: 1px;
}

.last\:border-t-0:last-child{
  border-top-width: 0;
}

.last\:border-r-0:last-child{
  border-right-width: 0;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0;
}

.last\:border-l-0:last-child{
  border-left-width: 0;
}

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

.last\:border-r-2:last-child{
  border-right-width: 2px;
}

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

.last\:border-l-2:last-child{
  border-left-width: 2px;
}

.last\:border-t-4:last-child{
  border-top-width: 4px;
}

.last\:border-r-4:last-child{
  border-right-width: 4px;
}

.last\:border-b-4:last-child{
  border-bottom-width: 4px;
}

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

.last\:border-t-8:last-child{
  border-top-width: 8px;
}

.last\:border-r-8:last-child{
  border-right-width: 8px;
}

.last\:border-b-8:last-child{
  border-bottom-width: 8px;
}

.last\:border-l-8:last-child{
  border-left-width: 8px;
}

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

.last\:border-r:last-child{
  border-right-width: 1px;
}

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

.last\:border-l:last-child{
  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: "Gilroy", sans-serif, -apple-system, BlinkMacSystemFont;
}

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

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

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

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

.font-black{
  font-weight: 900;
}

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

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

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

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

.hover\:font-black:hover{
  font-weight: 900;
}

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

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

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

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

.focus\:font-black:focus{
  font-weight: 900;
}

.h-0{
  height: 0;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.875rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-13{
  height: 3.125rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-25{
  height: 6.25rem;
}

.h-28{
  height: 7rem;
}

.h-30{
  height: 7.5rem;
}

.h-32{
  height: 8rem;
}

.h-38{
  height: 9.375rem;
}

.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: 1.5625rem;
}

.h-gutter-full{
  height: 3.125rem;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.text-13{
  font-size: 0.8125rem;
}

.text-15{
  font-size: 0.9375rem;
}

.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: 2.5rem;
}

.text-3xl{
  font-size: 2rem;
}

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

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

.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-7{
  margin: 1.875rem;
}

.m-8{
  margin: 2rem;
}

.m-9{
  margin: 2.25rem;
}

.m-10{
  margin: 2.5rem;
}

.m-12{
  margin: 3rem;
}

.m-13{
  margin: 3.125rem;
}

.m-16{
  margin: 4rem;
}

.m-20{
  margin: 5rem;
}

.m-24{
  margin: 6rem;
}

.m-25{
  margin: 6.25rem;
}

.m-28{
  margin: 7rem;
}

.m-30{
  margin: 7.5rem;
}

.m-32{
  margin: 8rem;
}

.m-38{
  margin: 9.375rem;
}

.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: 1.5625rem;
}

.m-gutter-full{
  margin: 3.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-25{
  margin: -6.25rem;
}

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

.-m-30{
  margin: -7.5rem;
}

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

.-m-38{
  margin: -9.375rem;
}

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

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

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

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

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

.-m-gutter{
  margin: -1.5625rem;
}

.-m-gutter-full{
  margin: -3.125rem;
}

.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-7{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mx-7{
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.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-13{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.mx-13{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.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-25{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.mx-25{
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-30{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.mx-30{
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

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

.mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-38{
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

.mx-38{
  margin-left: 9.375rem;
  margin-right: 9.375rem;
}

.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: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.mx-gutter{
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.my-gutter-full{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.mx-gutter-full{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.-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-7{
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.-mx-7{
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.-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-13{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.-mx-13{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.-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-25{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.-mx-25{
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}

.-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}

.-my-30{
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.-mx-30{
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

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

.-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-38{
  margin-top: -9.375rem;
  margin-bottom: -9.375rem;
}

.-mx-38{
  margin-left: -9.375rem;
  margin-right: -9.375rem;
}

.-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: -1.5625rem;
  margin-bottom: -1.5625rem;
}

.-mx-gutter{
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.-my-gutter-full{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.-mx-gutter-full{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.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-7{
  margin-top: 1.875rem;
}

.mr-7{
  margin-right: 1.875rem;
}

.mb-7{
  margin-bottom: 1.875rem;
}

.ml-7{
  margin-left: 1.875rem;
}

.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-13{
  margin-top: 3.125rem;
}

.mr-13{
  margin-right: 3.125rem;
}

.mb-13{
  margin-bottom: 3.125rem;
}

.ml-13{
  margin-left: 3.125rem;
}

.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-25{
  margin-top: 6.25rem;
}

.mr-25{
  margin-right: 6.25rem;
}

.mb-25{
  margin-bottom: 6.25rem;
}

.ml-25{
  margin-left: 6.25rem;
}

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

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

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

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

.mt-30{
  margin-top: 7.5rem;
}

.mr-30{
  margin-right: 7.5rem;
}

.mb-30{
  margin-bottom: 7.5rem;
}

.ml-30{
  margin-left: 7.5rem;
}

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

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

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

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

.mt-38{
  margin-top: 9.375rem;
}

.mr-38{
  margin-right: 9.375rem;
}

.mb-38{
  margin-bottom: 9.375rem;
}

.ml-38{
  margin-left: 9.375rem;
}

.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: 1.5625rem;
}

.mr-gutter{
  margin-right: 1.5625rem;
}

.mb-gutter{
  margin-bottom: 1.5625rem;
}

.ml-gutter{
  margin-left: 1.5625rem;
}

.mt-gutter-full{
  margin-top: 3.125rem;
}

.mr-gutter-full{
  margin-right: 3.125rem;
}

.mb-gutter-full{
  margin-bottom: 3.125rem;
}

.ml-gutter-full{
  margin-left: 3.125rem;
}

.-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-7{
  margin-top: -1.875rem;
}

.-mr-7{
  margin-right: -1.875rem;
}

.-mb-7{
  margin-bottom: -1.875rem;
}

.-ml-7{
  margin-left: -1.875rem;
}

.-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-13{
  margin-top: -3.125rem;
}

.-mr-13{
  margin-right: -3.125rem;
}

.-mb-13{
  margin-bottom: -3.125rem;
}

.-ml-13{
  margin-left: -3.125rem;
}

.-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-25{
  margin-top: -6.25rem;
}

.-mr-25{
  margin-right: -6.25rem;
}

.-mb-25{
  margin-bottom: -6.25rem;
}

.-ml-25{
  margin-left: -6.25rem;
}

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

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

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

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

.-mt-30{
  margin-top: -7.5rem;
}

.-mr-30{
  margin-right: -7.5rem;
}

.-mb-30{
  margin-bottom: -7.5rem;
}

.-ml-30{
  margin-left: -7.5rem;
}

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

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

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

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

.-mt-38{
  margin-top: -9.375rem;
}

.-mr-38{
  margin-right: -9.375rem;
}

.-mb-38{
  margin-bottom: -9.375rem;
}

.-ml-38{
  margin-left: -9.375rem;
}

.-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: -1.5625rem;
}

.-mr-gutter{
  margin-right: -1.5625rem;
}

.-mb-gutter{
  margin-bottom: -1.5625rem;
}

.-ml-gutter{
  margin-left: -1.5625rem;
}

.-mt-gutter-full{
  margin-top: -3.125rem;
}

.-mr-gutter-full{
  margin-right: -3.125rem;
}

.-mb-gutter-full{
  margin-bottom: -3.125rem;
}

.-ml-gutter-full{
  margin-left: -3.125rem;
}

.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-7:first-child{
  margin: 1.875rem;
}

.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-13:first-child{
  margin: 3.125rem;
}

.first\:m-16:first-child{
  margin: 4rem;
}

.first\:m-20:first-child{
  margin: 5rem;
}

.first\:m-24:first-child{
  margin: 6rem;
}

.first\:m-25:first-child{
  margin: 6.25rem;
}

.first\:m-28:first-child{
  margin: 7rem;
}

.first\:m-30:first-child{
  margin: 7.5rem;
}

.first\:m-32:first-child{
  margin: 8rem;
}

.first\:m-38:first-child{
  margin: 9.375rem;
}

.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: 1.5625rem;
}

.first\:m-gutter-full:first-child{
  margin: 3.125rem;
}

.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-7:first-child{
  margin: -1.875rem;
}

.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-13:first-child{
  margin: -3.125rem;
}

.first\:-m-16:first-child{
  margin: -4rem;
}

.first\:-m-20:first-child{
  margin: -5rem;
}

.first\:-m-24:first-child{
  margin: -6rem;
}

.first\:-m-25:first-child{
  margin: -6.25rem;
}

.first\:-m-28:first-child{
  margin: -7rem;
}

.first\:-m-30:first-child{
  margin: -7.5rem;
}

.first\:-m-32:first-child{
  margin: -8rem;
}

.first\:-m-38:first-child{
  margin: -9.375rem;
}

.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: -1.5625rem;
}

.first\:-m-gutter-full:first-child{
  margin: -3.125rem;
}

.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-7:first-child{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.first\:mx-7:first-child{
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.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-13:first-child{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.first\:mx-13:first-child{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.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-25:first-child{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.first\:mx-25:first-child{
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.first\:my-28:first-child{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.first\:mx-28:first-child{
  margin-left: 7rem;
  margin-right: 7rem;
}

.first\:my-30:first-child{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.first\:mx-30:first-child{
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.first\:my-32:first-child{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:mx-32:first-child{
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:my-38:first-child{
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

.first\:mx-38:first-child{
  margin-left: 9.375rem;
  margin-right: 9.375rem;
}

.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: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.first\:mx-gutter:first-child{
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.first\:my-gutter-full:first-child{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.first\:mx-gutter-full:first-child{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.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-7:first-child{
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.first\:-mx-7:first-child{
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.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-13:first-child{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.first\:-mx-13:first-child{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.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-25:first-child{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.first\:-mx-25:first-child{
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}

.first\:-my-28:first-child{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.first\:-mx-28:first-child{
  margin-left: -7rem;
  margin-right: -7rem;
}

.first\:-my-30:first-child{
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.first\:-mx-30:first-child{
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

.first\:-my-32:first-child{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:-mx-32:first-child{
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:-my-38:first-child{
  margin-top: -9.375rem;
  margin-bottom: -9.375rem;
}

.first\:-mx-38:first-child{
  margin-left: -9.375rem;
  margin-right: -9.375rem;
}

.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: -1.5625rem;
  margin-bottom: -1.5625rem;
}

.first\:-mx-gutter:first-child{
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.first\:-my-gutter-full:first-child{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.first\:-mx-gutter-full:first-child{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.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-7:first-child{
  margin-top: 1.875rem;
}

.first\:mr-7:first-child{
  margin-right: 1.875rem;
}

.first\:mb-7:first-child{
  margin-bottom: 1.875rem;
}

.first\:ml-7:first-child{
  margin-left: 1.875rem;
}

.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-13:first-child{
  margin-top: 3.125rem;
}

.first\:mr-13:first-child{
  margin-right: 3.125rem;
}

.first\:mb-13:first-child{
  margin-bottom: 3.125rem;
}

.first\:ml-13:first-child{
  margin-left: 3.125rem;
}

.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-25:first-child{
  margin-top: 6.25rem;
}

.first\:mr-25:first-child{
  margin-right: 6.25rem;
}

.first\:mb-25:first-child{
  margin-bottom: 6.25rem;
}

.first\:ml-25:first-child{
  margin-left: 6.25rem;
}

.first\:mt-28:first-child{
  margin-top: 7rem;
}

.first\:mr-28:first-child{
  margin-right: 7rem;
}

.first\:mb-28:first-child{
  margin-bottom: 7rem;
}

.first\:ml-28:first-child{
  margin-left: 7rem;
}

.first\:mt-30:first-child{
  margin-top: 7.5rem;
}

.first\:mr-30:first-child{
  margin-right: 7.5rem;
}

.first\:mb-30:first-child{
  margin-bottom: 7.5rem;
}

.first\:ml-30:first-child{
  margin-left: 7.5rem;
}

.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-38:first-child{
  margin-top: 9.375rem;
}

.first\:mr-38:first-child{
  margin-right: 9.375rem;
}

.first\:mb-38:first-child{
  margin-bottom: 9.375rem;
}

.first\:ml-38:first-child{
  margin-left: 9.375rem;
}

.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: 1.5625rem;
}

.first\:mr-gutter:first-child{
  margin-right: 1.5625rem;
}

.first\:mb-gutter:first-child{
  margin-bottom: 1.5625rem;
}

.first\:ml-gutter:first-child{
  margin-left: 1.5625rem;
}

.first\:mt-gutter-full:first-child{
  margin-top: 3.125rem;
}

.first\:mr-gutter-full:first-child{
  margin-right: 3.125rem;
}

.first\:mb-gutter-full:first-child{
  margin-bottom: 3.125rem;
}

.first\:ml-gutter-full:first-child{
  margin-left: 3.125rem;
}

.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-7:first-child{
  margin-top: -1.875rem;
}

.first\:-mr-7:first-child{
  margin-right: -1.875rem;
}

.first\:-mb-7:first-child{
  margin-bottom: -1.875rem;
}

.first\:-ml-7:first-child{
  margin-left: -1.875rem;
}

.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-13:first-child{
  margin-top: -3.125rem;
}

.first\:-mr-13:first-child{
  margin-right: -3.125rem;
}

.first\:-mb-13:first-child{
  margin-bottom: -3.125rem;
}

.first\:-ml-13:first-child{
  margin-left: -3.125rem;
}

.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-25:first-child{
  margin-top: -6.25rem;
}

.first\:-mr-25:first-child{
  margin-right: -6.25rem;
}

.first\:-mb-25:first-child{
  margin-bottom: -6.25rem;
}

.first\:-ml-25:first-child{
  margin-left: -6.25rem;
}

.first\:-mt-28:first-child{
  margin-top: -7rem;
}

.first\:-mr-28:first-child{
  margin-right: -7rem;
}

.first\:-mb-28:first-child{
  margin-bottom: -7rem;
}

.first\:-ml-28:first-child{
  margin-left: -7rem;
}

.first\:-mt-30:first-child{
  margin-top: -7.5rem;
}

.first\:-mr-30:first-child{
  margin-right: -7.5rem;
}

.first\:-mb-30:first-child{
  margin-bottom: -7.5rem;
}

.first\:-ml-30:first-child{
  margin-left: -7.5rem;
}

.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-38:first-child{
  margin-top: -9.375rem;
}

.first\:-mr-38:first-child{
  margin-right: -9.375rem;
}

.first\:-mb-38:first-child{
  margin-bottom: -9.375rem;
}

.first\:-ml-38:first-child{
  margin-left: -9.375rem;
}

.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: -1.5625rem;
}

.first\:-mr-gutter:first-child{
  margin-right: -1.5625rem;
}

.first\:-mb-gutter:first-child{
  margin-bottom: -1.5625rem;
}

.first\:-ml-gutter:first-child{
  margin-left: -1.5625rem;
}

.first\:-mt-gutter-full:first-child{
  margin-top: -3.125rem;
}

.first\:-mr-gutter-full:first-child{
  margin-right: -3.125rem;
}

.first\:-mb-gutter-full:first-child{
  margin-bottom: -3.125rem;
}

.first\:-ml-gutter-full:first-child{
  margin-left: -3.125rem;
}

.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-7:last-child{
  margin: 1.875rem;
}

.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-13:last-child{
  margin: 3.125rem;
}

.last\:m-16:last-child{
  margin: 4rem;
}

.last\:m-20:last-child{
  margin: 5rem;
}

.last\:m-24:last-child{
  margin: 6rem;
}

.last\:m-25:last-child{
  margin: 6.25rem;
}

.last\:m-28:last-child{
  margin: 7rem;
}

.last\:m-30:last-child{
  margin: 7.5rem;
}

.last\:m-32:last-child{
  margin: 8rem;
}

.last\:m-38:last-child{
  margin: 9.375rem;
}

.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: 1.5625rem;
}

.last\:m-gutter-full:last-child{
  margin: 3.125rem;
}

.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-7:last-child{
  margin: -1.875rem;
}

.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-13:last-child{
  margin: -3.125rem;
}

.last\:-m-16:last-child{
  margin: -4rem;
}

.last\:-m-20:last-child{
  margin: -5rem;
}

.last\:-m-24:last-child{
  margin: -6rem;
}

.last\:-m-25:last-child{
  margin: -6.25rem;
}

.last\:-m-28:last-child{
  margin: -7rem;
}

.last\:-m-30:last-child{
  margin: -7.5rem;
}

.last\:-m-32:last-child{
  margin: -8rem;
}

.last\:-m-38:last-child{
  margin: -9.375rem;
}

.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: -1.5625rem;
}

.last\:-m-gutter-full:last-child{
  margin: -3.125rem;
}

.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-7:last-child{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.last\:mx-7:last-child{
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.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-13:last-child{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.last\:mx-13:last-child{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.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-25:last-child{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.last\:mx-25:last-child{
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.last\:my-28:last-child{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.last\:mx-28:last-child{
  margin-left: 7rem;
  margin-right: 7rem;
}

.last\:my-30:last-child{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.last\:mx-30:last-child{
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.last\:my-32:last-child{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:mx-32:last-child{
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:my-38:last-child{
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

.last\:mx-38:last-child{
  margin-left: 9.375rem;
  margin-right: 9.375rem;
}

.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: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.last\:mx-gutter:last-child{
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.last\:my-gutter-full:last-child{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.last\:mx-gutter-full:last-child{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.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-7:last-child{
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.last\:-mx-7:last-child{
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.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-13:last-child{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.last\:-mx-13:last-child{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.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-25:last-child{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.last\:-mx-25:last-child{
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}

.last\:-my-28:last-child{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.last\:-mx-28:last-child{
  margin-left: -7rem;
  margin-right: -7rem;
}

.last\:-my-30:last-child{
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.last\:-mx-30:last-child{
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

.last\:-my-32:last-child{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-mx-32:last-child{
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-my-38:last-child{
  margin-top: -9.375rem;
  margin-bottom: -9.375rem;
}

.last\:-mx-38:last-child{
  margin-left: -9.375rem;
  margin-right: -9.375rem;
}

.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: -1.5625rem;
  margin-bottom: -1.5625rem;
}

.last\:-mx-gutter:last-child{
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.last\:-my-gutter-full:last-child{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.last\:-mx-gutter-full:last-child{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.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-7:last-child{
  margin-top: 1.875rem;
}

.last\:mr-7:last-child{
  margin-right: 1.875rem;
}

.last\:mb-7:last-child{
  margin-bottom: 1.875rem;
}

.last\:ml-7:last-child{
  margin-left: 1.875rem;
}

.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-13:last-child{
  margin-top: 3.125rem;
}

.last\:mr-13:last-child{
  margin-right: 3.125rem;
}

.last\:mb-13:last-child{
  margin-bottom: 3.125rem;
}

.last\:ml-13:last-child{
  margin-left: 3.125rem;
}

.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-25:last-child{
  margin-top: 6.25rem;
}

.last\:mr-25:last-child{
  margin-right: 6.25rem;
}

.last\:mb-25:last-child{
  margin-bottom: 6.25rem;
}

.last\:ml-25:last-child{
  margin-left: 6.25rem;
}

.last\:mt-28:last-child{
  margin-top: 7rem;
}

.last\:mr-28:last-child{
  margin-right: 7rem;
}

.last\:mb-28:last-child{
  margin-bottom: 7rem;
}

.last\:ml-28:last-child{
  margin-left: 7rem;
}

.last\:mt-30:last-child{
  margin-top: 7.5rem;
}

.last\:mr-30:last-child{
  margin-right: 7.5rem;
}

.last\:mb-30:last-child{
  margin-bottom: 7.5rem;
}

.last\:ml-30:last-child{
  margin-left: 7.5rem;
}

.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-38:last-child{
  margin-top: 9.375rem;
}

.last\:mr-38:last-child{
  margin-right: 9.375rem;
}

.last\:mb-38:last-child{
  margin-bottom: 9.375rem;
}

.last\:ml-38:last-child{
  margin-left: 9.375rem;
}

.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: 1.5625rem;
}

.last\:mr-gutter:last-child{
  margin-right: 1.5625rem;
}

.last\:mb-gutter:last-child{
  margin-bottom: 1.5625rem;
}

.last\:ml-gutter:last-child{
  margin-left: 1.5625rem;
}

.last\:mt-gutter-full:last-child{
  margin-top: 3.125rem;
}

.last\:mr-gutter-full:last-child{
  margin-right: 3.125rem;
}

.last\:mb-gutter-full:last-child{
  margin-bottom: 3.125rem;
}

.last\:ml-gutter-full:last-child{
  margin-left: 3.125rem;
}

.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-7:last-child{
  margin-top: -1.875rem;
}

.last\:-mr-7:last-child{
  margin-right: -1.875rem;
}

.last\:-mb-7:last-child{
  margin-bottom: -1.875rem;
}

.last\:-ml-7:last-child{
  margin-left: -1.875rem;
}

.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-13:last-child{
  margin-top: -3.125rem;
}

.last\:-mr-13:last-child{
  margin-right: -3.125rem;
}

.last\:-mb-13:last-child{
  margin-bottom: -3.125rem;
}

.last\:-ml-13:last-child{
  margin-left: -3.125rem;
}

.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-25:last-child{
  margin-top: -6.25rem;
}

.last\:-mr-25:last-child{
  margin-right: -6.25rem;
}

.last\:-mb-25:last-child{
  margin-bottom: -6.25rem;
}

.last\:-ml-25:last-child{
  margin-left: -6.25rem;
}

.last\:-mt-28:last-child{
  margin-top: -7rem;
}

.last\:-mr-28:last-child{
  margin-right: -7rem;
}

.last\:-mb-28:last-child{
  margin-bottom: -7rem;
}

.last\:-ml-28:last-child{
  margin-left: -7rem;
}

.last\:-mt-30:last-child{
  margin-top: -7.5rem;
}

.last\:-mr-30:last-child{
  margin-right: -7.5rem;
}

.last\:-mb-30:last-child{
  margin-bottom: -7.5rem;
}

.last\:-ml-30:last-child{
  margin-left: -7.5rem;
}

.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-38:last-child{
  margin-top: -9.375rem;
}

.last\:-mr-38:last-child{
  margin-right: -9.375rem;
}

.last\:-mb-38:last-child{
  margin-bottom: -9.375rem;
}

.last\:-ml-38:last-child{
  margin-left: -9.375rem;
}

.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: -1.5625rem;
}

.last\:-mr-gutter:last-child{
  margin-right: -1.5625rem;
}

.last\:-mb-gutter:last-child{
  margin-bottom: -1.5625rem;
}

.last\:-ml-gutter:last-child{
  margin-left: -1.5625rem;
}

.last\:-mt-gutter-full:last-child{
  margin-top: -3.125rem;
}

.last\:-mr-gutter-full:last-child{
  margin-right: -3.125rem;
}

.last\:-mb-gutter-full:last-child{
  margin-bottom: -3.125rem;
}

.last\:-ml-gutter-full:last-child{
  margin-left: -3.125rem;
}

.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-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

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

.focus\:opacity-0:focus{
  opacity: 0;
}

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-50:focus{
  opacity: 0.5;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

.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-7{
  padding: 1.875rem;
}

.p-8{
  padding: 2rem;
}

.p-9{
  padding: 2.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-13{
  padding: 3.125rem;
}

.p-16{
  padding: 4rem;
}

.p-20{
  padding: 5rem;
}

.p-24{
  padding: 6rem;
}

.p-25{
  padding: 6.25rem;
}

.p-28{
  padding: 7rem;
}

.p-30{
  padding: 7.5rem;
}

.p-32{
  padding: 8rem;
}

.p-38{
  padding: 9.375rem;
}

.p-40{
  padding: 10rem;
}

.p-48{
  padding: 12rem;
}

.p-56{
  padding: 14rem;
}

.p-64{
  padding: 16rem;
}

.p-px{
  padding: 1px;
}

.p-gutter{
  padding: 1.5625rem;
}

.p-gutter-full{
  padding: 3.125rem;
}

.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-7{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-7{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.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-13{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.px-13{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.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-25{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.px-25{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-30{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.px-30{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

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

.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-38{
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.px-38{
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

.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: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.px-gutter{
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.py-gutter-full{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.px-gutter-full{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.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-7{
  padding-top: 1.875rem;
}

.pr-7{
  padding-right: 1.875rem;
}

.pb-7{
  padding-bottom: 1.875rem;
}

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

.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-13{
  padding-top: 3.125rem;
}

.pr-13{
  padding-right: 3.125rem;
}

.pb-13{
  padding-bottom: 3.125rem;
}

.pl-13{
  padding-left: 3.125rem;
}

.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-25{
  padding-top: 6.25rem;
}

.pr-25{
  padding-right: 6.25rem;
}

.pb-25{
  padding-bottom: 6.25rem;
}

.pl-25{
  padding-left: 6.25rem;
}

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

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

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

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

.pt-30{
  padding-top: 7.5rem;
}

.pr-30{
  padding-right: 7.5rem;
}

.pb-30{
  padding-bottom: 7.5rem;
}

.pl-30{
  padding-left: 7.5rem;
}

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

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

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

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

.pt-38{
  padding-top: 9.375rem;
}

.pr-38{
  padding-right: 9.375rem;
}

.pb-38{
  padding-bottom: 9.375rem;
}

.pl-38{
  padding-left: 9.375rem;
}

.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: 1.5625rem;
}

.pr-gutter{
  padding-right: 1.5625rem;
}

.pb-gutter{
  padding-bottom: 1.5625rem;
}

.pl-gutter{
  padding-left: 1.5625rem;
}

.pt-gutter-full{
  padding-top: 3.125rem;
}

.pr-gutter-full{
  padding-right: 3.125rem;
}

.pb-gutter-full{
  padding-bottom: 3.125rem;
}

.pl-gutter-full{
  padding-left: 3.125rem;
}

.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-7:first-child{
  padding: 1.875rem;
}

.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-13:first-child{
  padding: 3.125rem;
}

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

.first\:p-20:first-child{
  padding: 5rem;
}

.first\:p-24:first-child{
  padding: 6rem;
}

.first\:p-25:first-child{
  padding: 6.25rem;
}

.first\:p-28:first-child{
  padding: 7rem;
}

.first\:p-30:first-child{
  padding: 7.5rem;
}

.first\:p-32:first-child{
  padding: 8rem;
}

.first\:p-38:first-child{
  padding: 9.375rem;
}

.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: 1.5625rem;
}

.first\:p-gutter-full:first-child{
  padding: 3.125rem;
}

.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-7:first-child{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.first\:px-7:first-child{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.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-13:first-child{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.first\:px-13:first-child{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.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-25:first-child{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.first\:px-25:first-child{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.first\:py-28:first-child{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.first\:px-28:first-child{
  padding-left: 7rem;
  padding-right: 7rem;
}

.first\:py-30:first-child{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.first\:px-30:first-child{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.first\:py-32:first-child{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.first\:px-32:first-child{
  padding-left: 8rem;
  padding-right: 8rem;
}

.first\:py-38:first-child{
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.first\:px-38:first-child{
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

.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: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.first\:px-gutter:first-child{
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.first\:py-gutter-full:first-child{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.first\:px-gutter-full:first-child{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.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-7:first-child{
  padding-top: 1.875rem;
}

.first\:pr-7:first-child{
  padding-right: 1.875rem;
}

.first\:pb-7:first-child{
  padding-bottom: 1.875rem;
}

.first\:pl-7:first-child{
  padding-left: 1.875rem;
}

.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-13:first-child{
  padding-top: 3.125rem;
}

.first\:pr-13:first-child{
  padding-right: 3.125rem;
}

.first\:pb-13:first-child{
  padding-bottom: 3.125rem;
}

.first\:pl-13:first-child{
  padding-left: 3.125rem;
}

.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-25:first-child{
  padding-top: 6.25rem;
}

.first\:pr-25:first-child{
  padding-right: 6.25rem;
}

.first\:pb-25:first-child{
  padding-bottom: 6.25rem;
}

.first\:pl-25:first-child{
  padding-left: 6.25rem;
}

.first\:pt-28:first-child{
  padding-top: 7rem;
}

.first\:pr-28:first-child{
  padding-right: 7rem;
}

.first\:pb-28:first-child{
  padding-bottom: 7rem;
}

.first\:pl-28:first-child{
  padding-left: 7rem;
}

.first\:pt-30:first-child{
  padding-top: 7.5rem;
}

.first\:pr-30:first-child{
  padding-right: 7.5rem;
}

.first\:pb-30:first-child{
  padding-bottom: 7.5rem;
}

.first\:pl-30:first-child{
  padding-left: 7.5rem;
}

.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-38:first-child{
  padding-top: 9.375rem;
}

.first\:pr-38:first-child{
  padding-right: 9.375rem;
}

.first\:pb-38:first-child{
  padding-bottom: 9.375rem;
}

.first\:pl-38:first-child{
  padding-left: 9.375rem;
}

.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: 1.5625rem;
}

.first\:pr-gutter:first-child{
  padding-right: 1.5625rem;
}

.first\:pb-gutter:first-child{
  padding-bottom: 1.5625rem;
}

.first\:pl-gutter:first-child{
  padding-left: 1.5625rem;
}

.first\:pt-gutter-full:first-child{
  padding-top: 3.125rem;
}

.first\:pr-gutter-full:first-child{
  padding-right: 3.125rem;
}

.first\:pb-gutter-full:first-child{
  padding-bottom: 3.125rem;
}

.first\:pl-gutter-full:first-child{
  padding-left: 3.125rem;
}

.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-7:last-child{
  padding: 1.875rem;
}

.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-13:last-child{
  padding: 3.125rem;
}

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

.last\:p-20:last-child{
  padding: 5rem;
}

.last\:p-24:last-child{
  padding: 6rem;
}

.last\:p-25:last-child{
  padding: 6.25rem;
}

.last\:p-28:last-child{
  padding: 7rem;
}

.last\:p-30:last-child{
  padding: 7.5rem;
}

.last\:p-32:last-child{
  padding: 8rem;
}

.last\:p-38:last-child{
  padding: 9.375rem;
}

.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: 1.5625rem;
}

.last\:p-gutter-full:last-child{
  padding: 3.125rem;
}

.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-7:last-child{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.last\:px-7:last-child{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.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-13:last-child{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.last\:px-13:last-child{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.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-25:last-child{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.last\:px-25:last-child{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.last\:py-28:last-child{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.last\:px-28:last-child{
  padding-left: 7rem;
  padding-right: 7rem;
}

.last\:py-30:last-child{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.last\:px-30:last-child{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.last\:py-32:last-child{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.last\:px-32:last-child{
  padding-left: 8rem;
  padding-right: 8rem;
}

.last\:py-38:last-child{
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.last\:px-38:last-child{
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

.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: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.last\:px-gutter:last-child{
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.last\:py-gutter-full:last-child{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.last\:px-gutter-full:last-child{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.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-7:last-child{
  padding-top: 1.875rem;
}

.last\:pr-7:last-child{
  padding-right: 1.875rem;
}

.last\:pb-7:last-child{
  padding-bottom: 1.875rem;
}

.last\:pl-7:last-child{
  padding-left: 1.875rem;
}

.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-13:last-child{
  padding-top: 3.125rem;
}

.last\:pr-13:last-child{
  padding-right: 3.125rem;
}

.last\:pb-13:last-child{
  padding-bottom: 3.125rem;
}

.last\:pl-13:last-child{
  padding-left: 3.125rem;
}

.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-25:last-child{
  padding-top: 6.25rem;
}

.last\:pr-25:last-child{
  padding-right: 6.25rem;
}

.last\:pb-25:last-child{
  padding-bottom: 6.25rem;
}

.last\:pl-25:last-child{
  padding-left: 6.25rem;
}

.last\:pt-28:last-child{
  padding-top: 7rem;
}

.last\:pr-28:last-child{
  padding-right: 7rem;
}

.last\:pb-28:last-child{
  padding-bottom: 7rem;
}

.last\:pl-28:last-child{
  padding-left: 7rem;
}

.last\:pt-30:last-child{
  padding-top: 7.5rem;
}

.last\:pr-30:last-child{
  padding-right: 7.5rem;
}

.last\:pb-30:last-child{
  padding-bottom: 7.5rem;
}

.last\:pl-30:last-child{
  padding-left: 7.5rem;
}

.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-38:last-child{
  padding-top: 9.375rem;
}

.last\:pr-38:last-child{
  padding-right: 9.375rem;
}

.last\:pb-38:last-child{
  padding-bottom: 9.375rem;
}

.last\:pl-38:last-child{
  padding-left: 9.375rem;
}

.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: 1.5625rem;
}

.last\:pr-gutter:last-child{
  padding-right: 1.5625rem;
}

.last\:pb-gutter:last-child{
  padding-bottom: 1.5625rem;
}

.last\:pl-gutter:last-child{
  padding-left: 1.5625rem;
}

.last\:pt-gutter-full:last-child{
  padding-top: 3.125rem;
}

.last\:pr-gutter-full:last-child{
  padding-right: 3.125rem;
}

.last\:pb-gutter-full:last-child{
  padding-bottom: 3.125rem;
}

.last\:pl-gutter-full:last-child{
  padding-left: 3.125rem;
}

.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-brand-primary::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-brand-primary::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-brand-primary:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-brand-primary::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-brand-primary::placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-brand-light-gray::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.placeholder-brand-light-gray::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.placeholder-brand-light-gray:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.placeholder-brand-light-gray::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.placeholder-brand-light-gray::placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, 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-midnight::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.placeholder-brand-midnight::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.placeholder-brand-midnight:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.placeholder-brand-midnight::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.placeholder-brand-midnight::placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.placeholder-brand-scrim::-webkit-input-placeholder{
  color: rgba(0,0,0,0.8);
}

.placeholder-brand-scrim::-moz-placeholder{
  color: rgba(0,0,0,0.8);
}

.placeholder-brand-scrim:-ms-input-placeholder{
  color: rgba(0,0,0,0.8);
}

.placeholder-brand-scrim::-ms-input-placeholder{
  color: rgba(0,0,0,0.8);
}

.placeholder-brand-scrim::placeholder{
  color: rgba(0,0,0,0.8);
}

.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: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.placeholder-gray-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.placeholder-gray-100::placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.placeholder-gray-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.placeholder-gray-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.placeholder-gray-200::placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.placeholder-red::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-red::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-red:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-red::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-red::placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.placeholder-navy::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.placeholder-navy::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.placeholder-navy:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.placeholder-navy::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.placeholder-navy::placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.placeholder-marigold::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.placeholder-marigold::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.placeholder-marigold:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.placeholder-marigold::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.placeholder-marigold::placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.placeholder-green::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.placeholder-green::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.placeholder-green:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.placeholder-green::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.placeholder-green::placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.placeholder-sky::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.placeholder-sky::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.placeholder-sky:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.placeholder-sky::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.placeholder-sky::placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.placeholder-sea::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, var(--placeholder-opacity));
}

.placeholder-sea::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, var(--placeholder-opacity));
}

.placeholder-sea:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, var(--placeholder-opacity));
}

.placeholder-sea::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, var(--placeholder-opacity));
}

.placeholder-sea::placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, 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-brand-primary:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-brand-primary:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-brand-primary:focus::placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.focus\:placeholder-brand-light-gray:focus::placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, 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-midnight:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.focus\:placeholder-brand-midnight:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.focus\:placeholder-brand-midnight:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.focus\:placeholder-brand-midnight:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.focus\:placeholder-brand-midnight:focus::placeholder{
  --placeholder-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--placeholder-opacity));
}

.focus\:placeholder-brand-scrim:focus::-webkit-input-placeholder{
  color: rgba(0,0,0,0.8);
}

.focus\:placeholder-brand-scrim:focus::-moz-placeholder{
  color: rgba(0,0,0,0.8);
}

.focus\:placeholder-brand-scrim:focus:-ms-input-placeholder{
  color: rgba(0,0,0,0.8);
}

.focus\:placeholder-brand-scrim:focus::-ms-input-placeholder{
  color: rgba(0,0,0,0.8);
}

.focus\:placeholder-brand-scrim:focus::placeholder{
  color: rgba(0,0,0,0.8);
}

.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: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::placeholder{
  --placeholder-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--placeholder-opacity));
}

.focus\:placeholder-navy:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.focus\:placeholder-navy:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.focus\:placeholder-navy:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.focus\:placeholder-navy:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.focus\:placeholder-navy:focus::placeholder{
  --placeholder-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--placeholder-opacity));
}

.focus\:placeholder-marigold:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.focus\:placeholder-marigold:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.focus\:placeholder-marigold:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.focus\:placeholder-marigold:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.focus\:placeholder-marigold:focus::placeholder{
  --placeholder-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus::placeholder{
  --placeholder-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--placeholder-opacity));
}

.focus\:placeholder-sky:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.focus\:placeholder-sky:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.focus\:placeholder-sky:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.focus\:placeholder-sky:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.focus\:placeholder-sky:focus::placeholder{
  --placeholder-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--placeholder-opacity));
}

.focus\:placeholder-sea:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, var(--placeholder-opacity));
}

.focus\:placeholder-sea:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, var(--placeholder-opacity));
}

.focus\:placeholder-sea:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, var(--placeholder-opacity));
}

.focus\:placeholder-sea:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, var(--placeholder-opacity));
}

.focus\:placeholder-sea:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, 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-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-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-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-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-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-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-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-brand-primary{
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.text-brand-light-gray{
  --text-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--text-opacity));
}

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

.text-brand-midnight{
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.text-brand-scrim{
  color: rgba(0,0,0,0.8);
}

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

.text-gray-100{
  --text-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--text-opacity));
}

.text-gray-200{
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
}

.text-red{
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.text-navy{
  --text-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--text-opacity));
}

.text-marigold{
  --text-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--text-opacity));
}

.text-green{
  --text-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--text-opacity));
}

.text-sky{
  --text-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--text-opacity));
}

.text-sea{
  --text-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, 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-brand-primary:hover{
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.hover\:text-brand-light-gray:hover{
  --text-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, 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-midnight:hover{
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.hover\:text-brand-scrim:hover{
  color: rgba(0,0,0,0.8);
}

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

.hover\:text-gray-100:hover{
  --text-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--text-opacity));
}

.hover\:text-gray-200:hover{
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
}

.hover\:text-red:hover{
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.hover\:text-navy:hover{
  --text-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--text-opacity));
}

.hover\:text-marigold:hover{
  --text-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--text-opacity));
}

.hover\:text-green:hover{
  --text-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--text-opacity));
}

.hover\:text-sky:hover{
  --text-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--text-opacity));
}

.hover\:text-sea:hover{
  --text-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, 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-brand-primary:focus{
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.focus\:text-brand-light-gray:focus{
  --text-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, 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-midnight:focus{
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.focus\:text-brand-scrim:focus{
  color: rgba(0,0,0,0.8);
}

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

.focus\:text-gray-100:focus{
  --text-opacity: 1;
  color: #F2F3F9;
  color: rgba(242, 243, 249, var(--text-opacity));
}

.focus\:text-gray-200:focus{
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
}

.focus\:text-red:focus{
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.focus\:text-navy:focus{
  --text-opacity: 1;
  color: #034859;
  color: rgba(3, 72, 89, var(--text-opacity));
}

.focus\:text-marigold:focus{
  --text-opacity: 1;
  color: #FAA335;
  color: rgba(250, 163, 53, var(--text-opacity));
}

.focus\:text-green:focus{
  --text-opacity: 1;
  color: #00A79D;
  color: rgba(0, 167, 157, var(--text-opacity));
}

.focus\:text-sky:focus{
  --text-opacity: 1;
  color: #80CAE2;
  color: rgba(128, 202, 226, var(--text-opacity));
}

.focus\:text-sea:focus{
  --text-opacity: 1;
  color: #4996B2;
  color: rgba(73, 150, 178, var(--text-opacity));
}

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

.text-opacity-25{
  --text-opacity: 0.25;
}

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

.text-opacity-75{
  --text-opacity: 0.75;
}

.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-50:hover{
  --text-opacity: 0.5;
}

.hover\:text-opacity-75:hover{
  --text-opacity: 0.75;
}

.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-50:focus{
  --text-opacity: 0.5;
}

.focus\:text-opacity-75:focus{
  --text-opacity: 0.75;
}

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

.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-7{
  width: 1.875rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-13{
  width: 3.125rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-25{
  width: 6.25rem;
}

.w-28{
  width: 7rem;
}

.w-30{
  width: 7.5rem;
}

.w-32{
  width: 8rem;
}

.w-38{
  width: 9.375rem;
}

.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: 1.5625rem;
}

.w-gutter-full{
  width: 3.125rem;
}

.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-99{
  z-index: 99;
}

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

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

.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-7{
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.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-13{
  grid-gap: 3.125rem;
  gap: 3.125rem;
}

.gap-16{
  grid-gap: 4rem;
  gap: 4rem;
}

.gap-20{
  grid-gap: 5rem;
  gap: 5rem;
}

.gap-24{
  grid-gap: 6rem;
  gap: 6rem;
}

.gap-25{
  grid-gap: 6.25rem;
  gap: 6.25rem;
}

.gap-28{
  grid-gap: 7rem;
  gap: 7rem;
}

.gap-30{
  grid-gap: 7.5rem;
  gap: 7.5rem;
}

.gap-32{
  grid-gap: 8rem;
  gap: 8rem;
}

.gap-38{
  grid-gap: 9.375rem;
  gap: 9.375rem;
}

.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: 1.5625rem;
  gap: 1.5625rem;
}

.gap-gutter-full{
  grid-gap: 3.125rem;
  gap: 3.125rem;
}

.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-7{
  grid-column-gap: 1.875rem;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.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-13{
  grid-column-gap: 3.125rem;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}

.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-25{
  grid-column-gap: 6.25rem;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}

.col-gap-28{
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}

.col-gap-30{
  grid-column-gap: 7.5rem;
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
}

.col-gap-32{
  grid-column-gap: 8rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.col-gap-38{
  grid-column-gap: 9.375rem;
  -webkit-column-gap: 9.375rem;
     -moz-column-gap: 9.375rem;
          column-gap: 9.375rem;
}

.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: 1.5625rem;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.col-gap-gutter-full{
  grid-column-gap: 3.125rem;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}

.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-7{
  grid-column-gap: 1.875rem;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.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-13{
  grid-column-gap: 3.125rem;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}

.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-25{
  grid-column-gap: 6.25rem;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}

.gap-x-28{
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}

.gap-x-30{
  grid-column-gap: 7.5rem;
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
}

.gap-x-32{
  grid-column-gap: 8rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.gap-x-38{
  grid-column-gap: 9.375rem;
  -webkit-column-gap: 9.375rem;
     -moz-column-gap: 9.375rem;
          column-gap: 9.375rem;
}

.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: 1.5625rem;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.gap-x-gutter-full{
  grid-column-gap: 3.125rem;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}

.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-7{
  grid-row-gap: 1.875rem;
  row-gap: 1.875rem;
}

.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-13{
  grid-row-gap: 3.125rem;
  row-gap: 3.125rem;
}

.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-25{
  grid-row-gap: 6.25rem;
  row-gap: 6.25rem;
}

.row-gap-28{
  grid-row-gap: 7rem;
  row-gap: 7rem;
}

.row-gap-30{
  grid-row-gap: 7.5rem;
  row-gap: 7.5rem;
}

.row-gap-32{
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.row-gap-38{
  grid-row-gap: 9.375rem;
  row-gap: 9.375rem;
}

.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: 1.5625rem;
  row-gap: 1.5625rem;
}

.row-gap-gutter-full{
  grid-row-gap: 3.125rem;
  row-gap: 3.125rem;
}

.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-7{
  grid-row-gap: 1.875rem;
  row-gap: 1.875rem;
}

.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-13{
  grid-row-gap: 3.125rem;
  row-gap: 3.125rem;
}

.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-25{
  grid-row-gap: 6.25rem;
  row-gap: 6.25rem;
}

.gap-y-28{
  grid-row-gap: 7rem;
  row-gap: 7rem;
}

.gap-y-30{
  grid-row-gap: 7.5rem;
  row-gap: 7.5rem;
}

.gap-y-32{
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.gap-y-38{
  grid-row-gap: 9.375rem;
  row-gap: 9.375rem;
}

.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: 1.5625rem;
  row-gap: 1.5625rem;
}

.gap-y-gutter-full{
  grid-row-gap: 3.125rem;
  row-gap: 3.125rem;
}

.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-7{
  --transform-translate-x: 1.875rem;
}

.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-13{
  --transform-translate-x: 3.125rem;
}

.translate-x-16{
  --transform-translate-x: 4rem;
}

.translate-x-20{
  --transform-translate-x: 5rem;
}

.translate-x-24{
  --transform-translate-x: 6rem;
}

.translate-x-25{
  --transform-translate-x: 6.25rem;
}

.translate-x-28{
  --transform-translate-x: 7rem;
}

.translate-x-30{
  --transform-translate-x: 7.5rem;
}

.translate-x-32{
  --transform-translate-x: 8rem;
}

.translate-x-38{
  --transform-translate-x: 9.375rem;
}

.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: 1.5625rem;
}

.translate-x-gutter-full{
  --transform-translate-x: 3.125rem;
}

.-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-7{
  --transform-translate-x: -1.875rem;
}

.-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-13{
  --transform-translate-x: -3.125rem;
}

.-translate-x-16{
  --transform-translate-x: -4rem;
}

.-translate-x-20{
  --transform-translate-x: -5rem;
}

.-translate-x-24{
  --transform-translate-x: -6rem;
}

.-translate-x-25{
  --transform-translate-x: -6.25rem;
}

.-translate-x-28{
  --transform-translate-x: -7rem;
}

.-translate-x-30{
  --transform-translate-x: -7.5rem;
}

.-translate-x-32{
  --transform-translate-x: -8rem;
}

.-translate-x-38{
  --transform-translate-x: -9.375rem;
}

.-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: -1.5625rem;
}

.-translate-x-gutter-full{
  --transform-translate-x: -3.125rem;
}

.-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-7{
  --transform-translate-y: 1.875rem;
}

.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-13{
  --transform-translate-y: 3.125rem;
}

.translate-y-16{
  --transform-translate-y: 4rem;
}

.translate-y-20{
  --transform-translate-y: 5rem;
}

.translate-y-24{
  --transform-translate-y: 6rem;
}

.translate-y-25{
  --transform-translate-y: 6.25rem;
}

.translate-y-28{
  --transform-translate-y: 7rem;
}

.translate-y-30{
  --transform-translate-y: 7.5rem;
}

.translate-y-32{
  --transform-translate-y: 8rem;
}

.translate-y-38{
  --transform-translate-y: 9.375rem;
}

.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: 1.5625rem;
}

.translate-y-gutter-full{
  --transform-translate-y: 3.125rem;
}

.-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-7{
  --transform-translate-y: -1.875rem;
}

.-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-13{
  --transform-translate-y: -3.125rem;
}

.-translate-y-16{
  --transform-translate-y: -4rem;
}

.-translate-y-20{
  --transform-translate-y: -5rem;
}

.-translate-y-24{
  --transform-translate-y: -6rem;
}

.-translate-y-25{
  --transform-translate-y: -6.25rem;
}

.-translate-y-28{
  --transform-translate-y: -7rem;
}

.-translate-y-30{
  --transform-translate-y: -7.5rem;
}

.-translate-y-32{
  --transform-translate-y: -8rem;
}

.-translate-y-38{
  --transform-translate-y: -9.375rem;
}

.-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: -1.5625rem;
}

.-translate-y-gutter-full{
  --transform-translate-y: -3.125rem;
}

.-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-7:hover{
  --transform-translate-x: 1.875rem;
}

.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-13:hover{
  --transform-translate-x: 3.125rem;
}

.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-25:hover{
  --transform-translate-x: 6.25rem;
}

.hover\:translate-x-28:hover{
  --transform-translate-x: 7rem;
}

.hover\:translate-x-30:hover{
  --transform-translate-x: 7.5rem;
}

.hover\:translate-x-32:hover{
  --transform-translate-x: 8rem;
}

.hover\:translate-x-38:hover{
  --transform-translate-x: 9.375rem;
}

.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: 1.5625rem;
}

.hover\:translate-x-gutter-full:hover{
  --transform-translate-x: 3.125rem;
}

.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-7:hover{
  --transform-translate-x: -1.875rem;
}

.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-13:hover{
  --transform-translate-x: -3.125rem;
}

.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-25:hover{
  --transform-translate-x: -6.25rem;
}

.hover\:-translate-x-28:hover{
  --transform-translate-x: -7rem;
}

.hover\:-translate-x-30:hover{
  --transform-translate-x: -7.5rem;
}

.hover\:-translate-x-32:hover{
  --transform-translate-x: -8rem;
}

.hover\:-translate-x-38:hover{
  --transform-translate-x: -9.375rem;
}

.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: -1.5625rem;
}

.hover\:-translate-x-gutter-full:hover{
  --transform-translate-x: -3.125rem;
}

.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-7:hover{
  --transform-translate-y: 1.875rem;
}

.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-13:hover{
  --transform-translate-y: 3.125rem;
}

.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-25:hover{
  --transform-translate-y: 6.25rem;
}

.hover\:translate-y-28:hover{
  --transform-translate-y: 7rem;
}

.hover\:translate-y-30:hover{
  --transform-translate-y: 7.5rem;
}

.hover\:translate-y-32:hover{
  --transform-translate-y: 8rem;
}

.hover\:translate-y-38:hover{
  --transform-translate-y: 9.375rem;
}

.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: 1.5625rem;
}

.hover\:translate-y-gutter-full:hover{
  --transform-translate-y: 3.125rem;
}

.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-7:hover{
  --transform-translate-y: -1.875rem;
}

.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-13:hover{
  --transform-translate-y: -3.125rem;
}

.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-25:hover{
  --transform-translate-y: -6.25rem;
}

.hover\:-translate-y-28:hover{
  --transform-translate-y: -7rem;
}

.hover\:-translate-y-30:hover{
  --transform-translate-y: -7.5rem;
}

.hover\:-translate-y-32:hover{
  --transform-translate-y: -8rem;
}

.hover\:-translate-y-38:hover{
  --transform-translate-y: -9.375rem;
}

.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: -1.5625rem;
}

.hover\:-translate-y-gutter-full:hover{
  --transform-translate-y: -3.125rem;
}

.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-7:focus{
  --transform-translate-x: 1.875rem;
}

.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-13:focus{
  --transform-translate-x: 3.125rem;
}

.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-25:focus{
  --transform-translate-x: 6.25rem;
}

.focus\:translate-x-28:focus{
  --transform-translate-x: 7rem;
}

.focus\:translate-x-30:focus{
  --transform-translate-x: 7.5rem;
}

.focus\:translate-x-32:focus{
  --transform-translate-x: 8rem;
}

.focus\:translate-x-38:focus{
  --transform-translate-x: 9.375rem;
}

.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: 1.5625rem;
}

.focus\:translate-x-gutter-full:focus{
  --transform-translate-x: 3.125rem;
}

.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-7:focus{
  --transform-translate-x: -1.875rem;
}

.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-13:focus{
  --transform-translate-x: -3.125rem;
}

.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-25:focus{
  --transform-translate-x: -6.25rem;
}

.focus\:-translate-x-28:focus{
  --transform-translate-x: -7rem;
}

.focus\:-translate-x-30:focus{
  --transform-translate-x: -7.5rem;
}

.focus\:-translate-x-32:focus{
  --transform-translate-x: -8rem;
}

.focus\:-translate-x-38:focus{
  --transform-translate-x: -9.375rem;
}

.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: -1.5625rem;
}

.focus\:-translate-x-gutter-full:focus{
  --transform-translate-x: -3.125rem;
}

.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-7:focus{
  --transform-translate-y: 1.875rem;
}

.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-13:focus{
  --transform-translate-y: 3.125rem;
}

.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-25:focus{
  --transform-translate-y: 6.25rem;
}

.focus\:translate-y-28:focus{
  --transform-translate-y: 7rem;
}

.focus\:translate-y-30:focus{
  --transform-translate-y: 7.5rem;
}

.focus\:translate-y-32:focus{
  --transform-translate-y: 8rem;
}

.focus\:translate-y-38:focus{
  --transform-translate-y: 9.375rem;
}

.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: 1.5625rem;
}

.focus\:translate-y-gutter-full:focus{
  --transform-translate-y: 3.125rem;
}

.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-7:focus{
  --transform-translate-y: -1.875rem;
}

.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-13:focus{
  --transform-translate-y: -3.125rem;
}

.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-25:focus{
  --transform-translate-y: -6.25rem;
}

.focus\:-translate-y-28:focus{
  --transform-translate-y: -7rem;
}

.focus\:-translate-y-30:focus{
  --transform-translate-y: -7.5rem;
}

.focus\:-translate-y-32:focus{
  --transform-translate-y: -8rem;
}

.focus\:-translate-y-38:focus{
  --transform-translate-y: -9.375rem;
}

.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: -1.5625rem;
}

.focus\:-translate-y-gutter-full:focus{
  --transform-translate-y: -3.125rem;
}

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

/**
 * Image Collage Banner Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.image-collage-banner {
  overflow: hidden;
}

.image-collage-banner .inner-area::after {
  content: '';
  display: block;
  height: 330px;
}

@media (min-width: 1024px) {

.image-collage-banner .inner-area::after {
    display: none
}
  }

.image-collage-banner .phone-screen {
  position: absolute;
  bottom: 86px;
  left: 0;
  width: 100px;
}

@media (min-width: 1024px) {

.image-collage-banner .phone-screen {
    bottom: auto;

    top: 26%;

    left: -80px;

    width: 210px
}
  }

@media (min-width: 1270px) {

.image-collage-banner .phone-screen {
    left: 0
}
  }

.image-collage-banner .desktop-screen {
  position: absolute;
  bottom: 106px;
  left: calc(100% - 100px);
  width: 100%;
  max-width: 280px;
}

@media (min-width: 1024px) {

.image-collage-banner .desktop-screen {
    bottom: auto;

    top: 25%;

    left: calc(100% - 150px);

    max-width: 580px
}
  }

@media (min-width: 1270px) {

.image-collage-banner .desktop-screen {
    left: calc(100% - 250px)
}
  }

.image-collage-banner .left-image {
  position: absolute;
  bottom: 235px;
  left: 50px;
  width: 75px;
  z-index: 10;
}

@media (min-width: 1024px) {

.image-collage-banner .left-image {
    top: 10%;

    bottom: auto;

    left: 50px;

    width: 155px
}
  }

@media (min-width: 1270px) {

.image-collage-banner .left-image {
    left: 150px
}
  }

.image-collage-banner .right-image {
  position: absolute;
  bottom: 5%;
  right: 50px;
  width: 75px;
}

@media (min-width: 1024px) {

.image-collage-banner .right-image {
    right: 50px;

    width: 155px
}
  }

@media (min-width: 1270px) {

.image-collage-banner .right-image {
    right: 150px
}
  }

.image-collage-banner .bar-graph {
  position: absolute;
  bottom: 0;
  left: -200px;
}

.image-collage-banner .bar-graph svg {
  width: 315px;
  height: 154px;
}

@media (min-width: 1024px) {

.image-collage-banner .bar-graph svg {
    width: auto;

    height: auto
}
  }

.image-collage-banner .bar-graph.is-custom {
  width: 315px;
}

@media (min-width: 1024px) {

.image-collage-banner .bar-graph.is-custom {
    width: 563px
}
  }

.image-collage-banner .box-graph {
  position: absolute;
  bottom: 180px;
  right: -50px;
}

@media (min-width: 1024px) {

.image-collage-banner .box-graph {
    top: 10%;

    bottom: auto;

    right: -200px;
}
  }

.image-collage-banner .box-graph svg {
  width: 288px;
  height: 163px;
}

@media (min-width: 1024px) {

.image-collage-banner .box-graph svg {
    width: auto;

    height: auto
}
  }

.image-collage-banner .box-graph.is-custom {
  width: 288px;
}

@media (min-width: 1024px) {

.image-collage-banner .box-graph.is-custom {
    width: 553px
}
  }

.image-collage-banner .bar-graph rect, .image-collage-banner .box-graph rect {
  fill: #F2F3F9;
}

.image-collage-banner .buttons > .bg-white {
  box-shadow: 0px 4px 32px rgba(25, 66, 121, 0.2);
}

.image-collage-banner .buttons > .bg-white .btn {
  width: 150px;
}

/**
 * Content Media Banner Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.content-media-banner .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1
}

.content-media-banner .top-bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 7.5vw;
  background-color: currentColor;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  top: 100%;
  left: 0;
}

.content-media-banner .bottom-bg {
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -2;
}

.content-media-banner .js-init-video {
  position: absolute;
  bottom: 22px;
  left: 22px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 10;
  transition: 0.25s ease;
}

.content-media-banner .js-init-video .icon {
  position: absolute;
  top: 24px;
  left: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-media-banner .js-init-video span {
  position: relative;
  left: 46px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
  transition: 0.25s ease;
}

.content-media-banner .js-init-video:hover,
    .content-media-banner .js-init-video:focus {
  width: 160px;
}

.content-media-banner .js-init-video:hover span, .content-media-banner .js-init-video:focus span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.content-media-banner .pause-video {
  position: absolute;
  bottom: 22px;
  right: 22px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 9999px;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  --bg-opacity: 0.2;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  z-index: 10;
  transition: 0.25s ease;
}

.content-media-banner .pause-video .icon {
  position: absolute;
  top: 12px;
  left: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.75rem;
}

.content-media-banner .pause-video .icon-pause {
  display: block;
}

.content-media-banner .pause-video .icon-play {
  display: none;
}

.content-media-banner .pause-video.is-paused .icon-pause {
  display: none;
}

.content-media-banner .pause-video.is-paused .icon-play {
  display: block;
}

.content-media-banner .pause-video:hover,
    .content-media-banner .pause-video:focus {
  --bg-opacity: 1
}

.content-media-banner .pause-video:hover:hover, .content-media-banner .pause-video:focus:hover {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.content-media-banner .color-box {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100%;
  height: 100%;
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
  -webkit-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
  transition: 0.5s ease;
}

.content-media-banner .arrow-burst {
  position: absolute;
  bottom: -28px;
  left: -30px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: 1s cubic-bezier(.53,.31,.36,1.31);
}

.content-media-banner .arrow-burst path {
  fill: #FA4135;
}

.content-media-banner .desktop-screen .fit-image, .content-media-banner .phone-screen .fit-image {
  z-index: 10;
}

.content-media-banner .phone-screen {
  position: absolute;
  bottom: 0;
  left: 75px;
  z-index: 11;
}

.content-media-banner .extra-desktop-screen {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 100%;
  z-index: 11;
}

.content-media-banner.is-loaded .color-box {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.content-media-banner.is-loaded .arrow-burst {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/**
 * Content Banner Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.content-banner .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 7.5vw);
  width: 100%;
  z-index: -1
}

.content-banner .top-bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 7.5vw;
  background-color: currentColor;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
  top: 100%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
}

.content-banner:first-child .top-bg, .content-banner .top-bg {
  top: calc( var(--topOffset) * -1 );
  height: calc( 50% + var(--topOffset) );
}

.content-banner .bottom-bg {
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}

/**
 * Graph Banner Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

@media (min-width: 1270px) {

.graph-banner .graph-image {
    width: calc(100% + 100px);

    max-width: none
}
  }

/**
 * One Column WYSIWYG Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.one-column-wysiwyg .bg-angle {
  bottom: calc(100% - 1px);
}

/**
 * Two Column WYSIWYG Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.two-column-wysiwyg .bg-angle {
  bottom: calc(100% - 1px);
}

.two-column-wysiwyg .graph-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: -4rem;
  z-index: -1;
}

@media (min-width: 1024px) {

.two-column-wysiwyg .graph-wrap {
    justify-content: flex-end
}
  }

@media (min-width: 1270px) {

.two-column-wysiwyg .graph-image {
    width: calc(100% + 100px);

    max-width: none
}
  }

.two-column-wysiwyg .social-list a {
  font-size: 1.125rem
}

.two-column-wysiwyg .social-list a:hover {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

/**
 * Content Grid Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.content-grid .bg-angle {
  bottom: calc(100% - 1px);
}

/**
 * Icon Grid Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.icon-grid .icon-wrapper svg,
  .icon-grid .animated-icon-wrapper svg {
  pointer-events: none;
}

/**
 * Team Slider Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.team-slider {
  max-width: 100vw;
}

.team-slider .bg-angle {
  bottom: calc(100% + 95px);
}

/**
 * Team Grid Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.team-grid {
  position: relative;
}

.team-grid .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  z-index: -1;
}

.team-grid .bottom-bg {
  position: absolute;
  top: 460px;
  left: 0;
  width: 100%;
  height: calc(100% - 460px);
  z-index: -1;
}

/**
 * Dashboard Slider Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.dashboard-slider {
  position: relative;
}

.dashboard-slider .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
}

.dashboard-slider .bottom-bg {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: calc(100% - 70%);
  z-index: -1;
}

.dashboard-slider .slick-track {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

.dashboard-slider .slick-slide {
  transition: 0.5s ease;
}

@media (min-width: 1024px) {

.dashboard-slider .slick-slide:not(.slick-current) {
    -webkit-transform: scale(0.75);

    transform: scale(0.75);

    -webkit-transform-origin: left center;

    transform-origin: left center
}
  }

@media (min-width: 1024px) {

.dashboard-slider .slick-current {
    -webkit-transform: scale(1.5);

    transform: scale(1.5);

    -webkit-transform-origin: center center;

    transform-origin: center center
}
  }

@media (min-width: 1024px) {

.dashboard-slider .slick-current + .slick-active {
    -webkit-transform-origin: right center;

    transform-origin: right center
}
  }

.dashboard-slider .slick-dots li button {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #01313C;
  border-color: rgba(1, 49, 60, var(--border-opacity));
  border-radius: 9999px;
  height: 1rem;
  width: 1rem;
  transition: 0.15s ease
}

.dashboard-slider .slick-dots li button::before {
  display: none;
}

.dashboard-slider .slick-dots li.slick-active button {
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
}

.dashboard-slider .slider-wrapper {
  position: relative;
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

@media (min-width: 1024px) {

.dashboard-slider .slider-wrapper {
    margin-left: 0;

    margin-right: 0;
}
  }

.dashboard-slider .slider-wrapper .slick-list {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

@media (min-width: 1024px) {

.dashboard-slider .slider-wrapper .slick-list {
    padding-left: 0;

    padding-right: 0
}
  }

/**
 * Uneven Content Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.uneven-content {
}

/**
 * Left Right Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.left-right .bg-angle {
  bottom: calc(100% - 1px);
}

.left-right.bg-white .bg-angle {
  bottom: calc(100% + 95px);
}

.left-right .image-wrapper .arrows-wrapper {
  position: absolute;
  top: -28px;
  right: -30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.left-right .image-wrapper .arrows-wrapper.image-content {
  right: auto;
  left: -30px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.left-right .image-wrapper .arrow-burst {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: 1s cubic-bezier(.53,.31,.36,1.31);
}

.left-right .image-wrapper .arrow-burst path {
  fill: #FA4135;
}

.left-right .image-wrapper .color-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* .color-box {
      transform: translate(0, 0);
    } */

.left-right.is-loaded .arrow-burst {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/**
 * Image Collage Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.image-collage .gallery-image {
  opacity: 0;
  transition: 0.5s ease
}

.image-collage .gallery-image.is-loaded {
  opacity: 1;
}

.image-collage .image--1 {
  -webkit-transform: scale(0) translateY(2rem);
  transform: scale(0) translateY(2rem);
  z-index: 0
}

.image-collage .image--1.is-loaded {
  -webkit-transform: scale(1) translateY(2rem);
  transform: scale(1) translateY(2rem);
}

.image-collage .image--1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: 1rem;
  margin-top: 1rem;
  --bg-opacity: 1;
  background-color: #034859;
  background-color: rgba(3, 72, 89, var(--bg-opacity));
  z-index: -1;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}

.image-collage .image--2 {
  -webkit-transform: scale(0) translateY(1.5rem);
  transform: scale(0) translateY(1.5rem);
  transition-delay: 0.1s
}

.image-collage .image--2.is-loaded {
  -webkit-transform: scale(1) translateY(1.5rem);
  transform: scale(1) translateY(1.5rem);
}

.image-collage .image--3 {
  -webkit-transform: scale(0) translateY(0);
  transform: scale(0) translateY(0);
  transition-delay: 0.2s
}

.image-collage .image--3.is-loaded {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.image-collage .image--4 {
  -webkit-transform: scale(0) translateY(-120%);
  transform: scale(0) translateY(-120%);
  transition-delay: 0.3s
}

.image-collage .image--4.is-loaded {
  -webkit-transform: scale(1) translateY(-120%);
  transform: scale(1) translateY(-120%);
}

.image-collage .image--5 {
  -webkit-transform: scale(0) translateY(0);
  transform: scale(0) translateY(0);
  transition-delay: 0.4s
}

.image-collage .image--5.is-loaded {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.image-collage .image--6 {
  -webkit-transform: scale(0) translateY(-35%);
  transform: scale(0) translateY(-35%);
  transition-delay: 0.5s;
  z-index: 0
}

.image-collage .image--6.is-loaded {
  -webkit-transform: scale(1) translateY(-35%);
  transform: scale(1) translateY(-35%);
}

.image-collage .image--6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin-right: 1rem;
  margin-top: 1rem;
  --bg-opacity: 1;
  background-color: #034859;
  background-color: rgba(3, 72, 89, var(--bg-opacity));
  z-index: -1;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}

/**
 * Title Row Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.title-row {
}

/**
 * Link Cards Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.link-cards {
}

/**
 * Tabbed Content Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.tabbed-content .my-account-tabs {
}

.tabbed-content .tabs-list {
  border-bottom: solid 1px #BABABA
}

@media (max-width: 576px) {
  .tabbed-content .tabs-list {
    overflow-x: scroll
  }
}

@media (min-width: 1024px) {

.tabbed-content .tabs-list {
    border-left-width: 0;

    padding-left: 0

    /* box-shadow: 0px 4px 32px rgba(25, 66, 121, 0.2);
      border-radius: 200px; */
}
  }

.tabbed-content .tabs-list.is-open {
  display: block;
}

@media (min-width: 1024px) {

.tabbed-content .tabs-list.is-open {
    display: flex
}
  }

.tabbed-content .tabs-list li {
  position: relative;
  flex: 1 0 auto;
  padding-top: 12px;
  align-items: center
}

@media (max-width: 576px) {
  .tabbed-content .tabs-list li {
    padding-right: 45px
  }
}

.tabbed-content .tabs-list li svg {
  height: 22px;
  width: auto;
  padding-right: 4px;
}

.tabbed-content .tabs-list li .tab-content-wrapper {
  padding-bottom: 12px;
  border-bottom: 4px solid #BABABA;
}

.tabbed-content .tabs-list li[\:has\(.tab\[aria-selected\%3D\%22true\%22\]\)] .tab-content-wrapper {
  border-bottom: 4px solid #FA4135;
}

.tabbed-content .tabs-list li:has(.tab[aria-selected="true"]) .tab-content-wrapper {
  border-bottom: 4px solid #FA4135;
}

.tabbed-content .tabs-list button {
  --text-opacity: 1;
  color: #ACADAF;
  color: rgba(172, 173, 175, var(--text-opacity));
  width: 100%;
  transition: 0.15s ease;
  display: flex;
  align-items: center;
  order: 2
}

.tabbed-content .tabs-list button:hover,
      .tabbed-content .tabs-list button:focus,
      .tabbed-content .tabs-list button[aria-selected="true"] {
  color: #01313c;
}

.tabbed-content .tabs-list button:hover + svg path, .tabbed-content .tabs-list button:focus + svg path, .tabbed-content .tabs-list button[aria-selected="true"] + svg path {
  fill: #01313c;
}

.tabbed-content .tabs-list button:focus {
  outline: none;
}

.tabbed-content .tabs-list button svg path {
  fill: #BABABA;
}

.tabbed-content .tab-selector {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0px 4px 32px rgba(25, 66, 121, 0.2);
  border-radius: 200px;
}

.tabbed-content .tab-selector .icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: 0.15s ease;
}

.tabbed-content .tab-selector.is-open .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tabbed-content .looping-video-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.tabbed-content .arrow-burst {
  position: absolute;
  bottom: -28px;
  left: -30px;
  transition: 1s cubic-bezier(.53,.31,.36,1.31);
}

.tabbed-content .arrow-burst path {
  fill: #FA4135;
}

.tabbed-content .js-init-video {
  position: absolute;
  bottom: 22px;
  left: 22px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 10;
  transition: 0.25s ease;
}

.tabbed-content .js-init-video .icon {
  position: absolute;
  top: 24px;
  left: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tabbed-content .js-init-video span {
  position: relative;
  left: 46px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
  transition: 0.25s ease;
}

.tabbed-content .js-init-video:hover,
    .tabbed-content .js-init-video:focus {
  width: 160px;
}

.tabbed-content .js-init-video:hover span, .tabbed-content .js-init-video:focus span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.tabbed-content .pause-video {
  position: absolute;
  bottom: 22px;
  right: 22px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 9999px;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  --bg-opacity: 0.2;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  z-index: 10;
  transition: 0.25s ease;
}

.tabbed-content .pause-video .icon {
  position: absolute;
  top: 12px;
  left: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.75rem;
}

.tabbed-content .pause-video .icon-pause {
  display: block;
}

.tabbed-content .pause-video .icon-play {
  display: none;
}

.tabbed-content .pause-video.is-paused .icon-pause {
  display: none;
}

.tabbed-content .pause-video.is-paused .icon-play {
  display: block;
}

.tabbed-content .pause-video:hover,
    .tabbed-content .pause-video:focus {
  --bg-opacity: 1
}

.tabbed-content .pause-video:hover:hover, .tabbed-content .pause-video:focus:hover {
  --text-opacity: 1;
  color: #01313C;
  color: rgba(1, 49, 60, var(--text-opacity));
}

.tabbed-content .animated-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabbed-content .animated-icon-wrapper svg {
  max-width: 210px;
  max-height: 210px;
  height: 100%;
  width: 100%;
}

.woocommerce table.shop_table.my_account_orders, .woocommerce table.shop_table.account-payment-methods-table {
  padding: 30px;
}

.woocommerce table.shop_table.my_account_orders th, .woocommerce table.shop_table.account-payment-methods-table th {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 25px;
}

.woocommerce table.shop_table.my_account_orders td, .woocommerce table.shop_table.account-payment-methods-table td {
  padding-top: 25px;
}

/**
 * Author Cards Slider Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.author-cards-slider .author-card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
  transition: 0.25s ease
}

.author-cards-slider .author-card:hover {
  box-shadow: 0px 20px 48px rgba(1, 32, 39, 0.4);
}

.author-cards-slider .author-card:hover .image-wrapper::before {
  opacity: 1;
}

/**
 * Careers List Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.careers-list .bg-angle {
  bottom: calc(100% - 1px);
}

/**
 * Row Content Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.row-content .bg-angle {
  bottom: calc(100% + 63px);
}

.row-content .content-row {
  position: relative
}

.row-content .content-row:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  --bg-opacity: 1;
  background-color: #034859;
  background-color: rgba(3, 72, 89, var(--bg-opacity));
  --bg-opacity: 0.2;
}

@media (min-width: 1270px) {

.row-content .content-row:not(:last-child)::before {
    width: 82.5%
}
  }

.row-content .image-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --bg-opacity: 0.5;
  display: inline-block;
  box-shadow: 0px 16px 40px rgba(1, 32, 39, 0.15);
  border-radius: 16px;
}

/**
 * Content Accordion Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.content-accordion .content-accordion__item-title {
  cursor: pointer;
  transition: 0.15s ease;
}

.content-accordion .content-accordion__item-title .icon {
  flex: 0 0 auto;
}

.content-accordion .content-accordion__item-title .item-title {
  flex: 1 0 0px;
  width: 75%;
}

@media (min-width: 640px) {

.content-accordion .content-accordion__item-title .item-title {
    width: auto
}
  }

.content-accordion .content-accordion__item-title .icon-add-circle {
  width: 16px;
}

.content-accordion .content-accordion__item-title .icon-subtract-circle {
  width: 16px;
}

.content-accordion .content-accordion__item-title .icon-chevron-down {
  width: 35px;
}

.content-accordion .content-accordion__item {
  transition: 0.15s ease;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #034859;
  border-color: rgba(3, 72, 89, var(--border-opacity));
  --border-opacity: 0.5
}

.content-accordion .content-accordion__item:not(.is-open):hover .content-accordion__item-title {
  --text-opacity: 1;
  color: #FA4135;
  color: rgba(250, 65, 53, var(--text-opacity));
}

.content-accordion .content-accordion__item:last-child {
  border: none;
}

.content-accordion .content-accordion__item .content-accordion__item-answer p:not([class*="hdg-"]):not([class*="paragraph-"]) {
  font-size: 0.875rem;
  line-height: calc(22/14);
}

.content-accordion .content-accordion__item .icon-subtract-circle {
  display: none;
}

.content-accordion .content-accordion__item .icon-plus {
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.25s ease-in-out;
}

.content-accordion .content-accordion__item .icon-chevron-down {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.25s ease-in-out;
}

.content-accordion .content-accordion__item.is-open.is-icon-chevron .icon-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content-accordion .content-accordion__item.is-open.is-icon-plus-minus .icon-add-circle {
  display: none;
}

.content-accordion .content-accordion__item.is-open.is-icon-plus-minus .icon-subtract-circle {
  display: block;
}

.content-accordion .content-accordion__item.is-open.is-icon-plus-cross .icon-plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**
 * Videos Slider Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.videos-slider {
  max-width: 100vw;
}

.videos-slider .bg-angle {
  bottom: calc(100% - 1px);
}

.videos-slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.videos-slider .slick-track .slick-slide {
  height: auto;
}

/**
 * Blog Results Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.blog-results {
}

/**
 * Video Results Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.video-results {
}

/**
 * Events Slider Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.events-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.events-slider .slick-track .slide {
  height: auto;
}

.events-slider .event-card {
  height: 100%;
}

@media screen {
  .events-slider {
  }
}

/**
 * Featured Event Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.featured-event .content-side {
  --bg-opacity: 1;
  background-color: #01313C;
  background-color: rgba(1, 49, 60, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0 0 8px 8px;
}

@media (min-width: 1024px) {

.featured-event .content-side {
    border-radius: 8px 0 0 8px
}
  }

.featured-event .image-side {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

@media (min-width: 1024px) {

.featured-event .image-side {
    border-radius: 0 8px 8px 0
}
  }

.featured-event .image-side::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

@media (min-width: 1024px) {

.featured-event .image-side::before {
    display: none
}
  }

.featured-event .image-side .logo-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Pricing Cards Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.pricing-cards .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}

.pricing-cards .bottom-bg {
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}

/**
 * Videos Search Styles
 * ----------------------------------------------------------------------------
 *
 * About the module
 *
 */

.videos-search .bg-angle {
  bottom: calc(100% - 1px);
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

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

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

  .sm\:offset-0 {
    margin-left: 0;
  }

  .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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--space-y-reverse));
  }

  .sm\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--space-y-reverse));
  }

  .sm\:space-x-13 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * 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-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--space-y-reverse));
  }

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

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

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

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

  .sm\:space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--space-x-reverse));
    margin-left: calc(7.5rem * 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-38 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--space-y-reverse));
  }

  .sm\:space-x-38 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--space-x-reverse));
    margin-left: calc(9.375rem * 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(1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--space-y-reverse));
  }

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

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

  .sm\:space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * 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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--space-y-reverse));
  }

  .sm\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--space-x-reverse));
    margin-left: calc(-1.875rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--space-y-reverse));
  }

  .sm\:-space-x-13 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * 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-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--space-y-reverse));
  }

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

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

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

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

  .sm\:-space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--space-x-reverse));
    margin-left: calc(-7.5rem * 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-38 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--space-y-reverse));
  }

  .sm\:-space-x-38 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--space-x-reverse));
    margin-left: calc(-9.375rem * 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(-1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
  }

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

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

  .sm\:-space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * 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-brand-primary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--divide-opacity));
  }

  .sm\:divide-brand-light-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--divide-opacity));
  }

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

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--divide-opacity));
  }

  .sm\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--divide-opacity));
  }

  .sm\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--divide-opacity));
  }

  .sm\:divide-navy > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--divide-opacity));
  }

  .sm\:divide-marigold > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--divide-opacity));
  }

  .sm\:divide-green > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--divide-opacity));
  }

  .sm\:divide-sky > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--divide-opacity));
  }

  .sm\:divide-sea > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-10 > :not(template) ~ :not(template){
    --divide-opacity: 0.1;
  }

  .sm\:divide-opacity-20 > :not(template) ~ :not(template){
    --divide-opacity: 0.2;
  }

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

  .sm\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

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

  .sm\:divide-opacity-60 > :not(template) ~ :not(template){
    --divide-opacity: 0.6;
  }

  .sm\:divide-opacity-70 > :not(template) ~ :not(template){
    --divide-opacity: 0.7;
  }

  .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-90 > :not(template) ~ :not(template){
    --divide-opacity: 0.9;
  }

  .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-brand-primary{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .sm\:bg-brand-light-gray{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

  .sm\:bg-brand-scrim{
    background-color: rgba(0,0,0,0.8);
  }

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

  .sm\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .sm\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .sm\:bg-red{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .sm\:bg-navy{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .sm\:bg-marigold{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .sm\:bg-green{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .sm\:bg-sky{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .sm\:bg-sea{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary:hover{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .sm\:hover\:bg-brand-light-gray:hover{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight:hover{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

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

  .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: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .sm\:hover\:bg-red:hover{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .sm\:hover\:bg-navy:hover{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .sm\:hover\:bg-marigold:hover{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .sm\:hover\:bg-green:hover{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .sm\:hover\:bg-sky:hover{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .sm\:hover\:bg-sea:hover{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary:focus{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .sm\:focus\:bg-brand-light-gray:focus{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight:focus{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

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

  .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: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .sm\:focus\:bg-red:focus{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .sm\:focus\:bg-navy:focus{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .sm\:focus\:bg-marigold:focus{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .sm\:focus\:bg-green:focus{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .sm\:focus\:bg-sky:focus{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .sm\:focus\:bg-sea:focus{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:from-brand-light-gray{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .sm\:from-brand-scrim{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .sm\:from-gray-200{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .sm\:from-red{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:from-navy{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .sm\:from-marigold{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .sm\:from-green{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .sm\:from-sky{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .sm\:from-sea{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:via-brand-light-gray{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .sm\:via-brand-scrim{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .sm\:via-gray-200{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .sm\:via-red{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:via-navy{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .sm\:via-marigold{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .sm\:via-green{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .sm\:via-sky{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .sm\:via-sea{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 0));
  }

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

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

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

  .sm\:to-brand-primary{
    --gradient-to-color: #FA4135;
  }

  .sm\:to-brand-light-gray{
    --gradient-to-color: #F2F3F9;
  }

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

  .sm\:to-brand-midnight{
    --gradient-to-color: #01313C;
  }

  .sm\:to-brand-scrim{
    --gradient-to-color: rgba(0,0,0,0.8);
  }

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

  .sm\:to-gray-100{
    --gradient-to-color: #F2F3F9;
  }

  .sm\:to-gray-200{
    --gradient-to-color: #ACADAF;
  }

  .sm\:to-red{
    --gradient-to-color: #FA4135;
  }

  .sm\:to-navy{
    --gradient-to-color: #034859;
  }

  .sm\:to-marigold{
    --gradient-to-color: #FAA335;
  }

  .sm\:to-green{
    --gradient-to-color: #00A79D;
  }

  .sm\:to-sky{
    --gradient-to-color: #80CAE2;
  }

  .sm\:to-sea{
    --gradient-to-color: #4996B2;
  }

  .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-brand-primary:hover{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:hover\:from-brand-light-gray:hover{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .sm\:hover\:from-brand-scrim:hover{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .sm\:hover\:from-gray-200:hover{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .sm\:hover\:from-red:hover{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:hover\:from-navy:hover{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .sm\:hover\:from-marigold:hover{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .sm\:hover\:from-green:hover{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .sm\:hover\:from-sky:hover{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .sm\:hover\:from-sea:hover{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:hover\:via-brand-light-gray:hover{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .sm\:hover\:via-brand-scrim:hover{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .sm\:hover\:via-gray-200:hover{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .sm\:hover\:via-red:hover{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:hover\:via-navy:hover{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .sm\:hover\:via-marigold:hover{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .sm\:hover\:via-green:hover{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .sm\:hover\:via-sky:hover{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .sm\:hover\:via-sea:hover{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
    --gradient-to-color: #FA4135;
  }

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

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

  .sm\:hover\:to-brand-midnight:hover{
    --gradient-to-color: #01313C;
  }

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

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

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

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

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

  .sm\:hover\:to-navy:hover{
    --gradient-to-color: #034859;
  }

  .sm\:hover\:to-marigold:hover{
    --gradient-to-color: #FAA335;
  }

  .sm\:hover\:to-green:hover{
    --gradient-to-color: #00A79D;
  }

  .sm\:hover\:to-sky:hover{
    --gradient-to-color: #80CAE2;
  }

  .sm\:hover\:to-sea:hover{
    --gradient-to-color: #4996B2;
  }

  .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-brand-primary:focus{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:focus\:from-brand-light-gray:focus{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .sm\:focus\:from-brand-scrim:focus{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .sm\:focus\:from-gray-200:focus{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .sm\:focus\:from-red:focus{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:focus\:from-navy:focus{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .sm\:focus\:from-marigold:focus{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .sm\:focus\:from-green:focus{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .sm\:focus\:from-sky:focus{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .sm\:focus\:from-sea:focus{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:focus\:via-brand-light-gray:focus{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .sm\:focus\:via-brand-scrim:focus{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .sm\:focus\:via-gray-200:focus{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .sm\:focus\:via-red:focus{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .sm\:focus\:via-navy:focus{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .sm\:focus\:via-marigold:focus{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .sm\:focus\:via-green:focus{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .sm\:focus\:via-sky:focus{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .sm\:focus\:via-sea:focus{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
    --gradient-to-color: #FA4135;
  }

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

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

  .sm\:focus\:to-brand-midnight:focus{
    --gradient-to-color: #01313C;
  }

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

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

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

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

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

  .sm\:focus\:to-navy:focus{
    --gradient-to-color: #034859;
  }

  .sm\:focus\:to-marigold:focus{
    --gradient-to-color: #FAA335;
  }

  .sm\:focus\:to-green:focus{
    --gradient-to-color: #00A79D;
  }

  .sm\:focus\:to-sky:focus{
    --gradient-to-color: #80CAE2;
  }

  .sm\:focus\:to-sea:focus{
    --gradient-to-color: #4996B2;
  }

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

  .sm\:bg-opacity-10{
    --bg-opacity: 0.1;
  }

  .sm\:bg-opacity-20{
    --bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .sm\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60{
    --bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70{
    --bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80{
    --bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90{
    --bg-opacity: 0.9;
  }

  .sm\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-10:hover{
    --bg-opacity: 0.1;
  }

  .sm\:hover\:bg-opacity-20:hover{
    --bg-opacity: 0.2;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-60:hover{
    --bg-opacity: 0.6;
  }

  .sm\:hover\:bg-opacity-70:hover{
    --bg-opacity: 0.7;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8;
  }

  .sm\:hover\:bg-opacity-90:hover{
    --bg-opacity: 0.9;
  }

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

  .sm\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-10:focus{
    --bg-opacity: 0.1;
  }

  .sm\:focus\:bg-opacity-20:focus{
    --bg-opacity: 0.2;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-60:focus{
    --bg-opacity: 0.6;
  }

  .sm\:focus\:bg-opacity-70:focus{
    --bg-opacity: 0.7;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-90:focus{
    --bg-opacity: 0.9;
  }

  .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-brand-primary{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .sm\:border-brand-light-gray{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .sm\:border-brand-scrim{
    border-color: rgba(0,0,0,0.8);
  }

  .sm\:border-brand-overlay{
    border-color: rgba(255,255,255,0.35);
  }

  .sm\:border-gray-100{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .sm\:border-gray-200{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .sm\:border-red{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .sm\:border-navy{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .sm\:border-marigold{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .sm\:border-green{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .sm\:border-sky{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .sm\:border-sea{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-brand-primary:hover{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .sm\:hover\:border-brand-light-gray:hover{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight:hover{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .sm\:hover\:border-brand-scrim:hover{
    border-color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .sm\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .sm\:hover\:border-red:hover{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .sm\:hover\:border-navy:hover{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .sm\:hover\:border-marigold:hover{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .sm\:hover\:border-green:hover{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .sm\:hover\:border-sky:hover{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .sm\:hover\:border-sea:hover{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-brand-primary:focus{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .sm\:focus\:border-brand-light-gray:focus{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight:focus{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .sm\:focus\:border-brand-scrim:focus{
    border-color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .sm\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .sm\:focus\:border-red:focus{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .sm\:focus\:border-navy:focus{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .sm\:focus\:border-marigold:focus{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .sm\:focus\:border-green:focus{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .sm\:focus\:border-sky:focus{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .sm\:focus\:border-sea:focus{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, var(--border-opacity));
  }

  .sm\:border-opacity-0{
    --border-opacity: 0;
  }

  .sm\:border-opacity-10{
    --border-opacity: 0.1;
  }

  .sm\:border-opacity-20{
    --border-opacity: 0.2;
  }

  .sm\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .sm\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .sm\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .sm\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .sm\:border-opacity-60{
    --border-opacity: 0.6;
  }

  .sm\:border-opacity-70{
    --border-opacity: 0.7;
  }

  .sm\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .sm\:border-opacity-80{
    --border-opacity: 0.8;
  }

  .sm\:border-opacity-90{
    --border-opacity: 0.9;
  }

  .sm\:border-opacity-100{
    --border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .sm\:hover\:border-opacity-10:hover{
    --border-opacity: 0.1;
  }

  .sm\:hover\:border-opacity-20:hover{
    --border-opacity: 0.2;
  }

  .sm\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-60:hover{
    --border-opacity: 0.6;
  }

  .sm\:hover\:border-opacity-70:hover{
    --border-opacity: 0.7;
  }

  .sm\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8;
  }

  .sm\:hover\:border-opacity-90:hover{
    --border-opacity: 0.9;
  }

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

  .sm\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .sm\:focus\:border-opacity-10:focus{
    --border-opacity: 0.1;
  }

  .sm\:focus\:border-opacity-20:focus{
    --border-opacity: 0.2;
  }

  .sm\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-60:focus{
    --border-opacity: 0.6;
  }

  .sm\:focus\:border-opacity-70:focus{
    --border-opacity: 0.7;
  }

  .sm\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-90:focus{
    --border-opacity: 0.9;
  }

  .sm\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

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

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

  .sm\:rounded-DEFAULT{
    border-radius: 0.25rem;
  }

  .sm\:rounded-md{
    border-radius: 0.5rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.75rem;
  }

  .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-DEFAULT{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r-DEFAULT{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b-DEFAULT{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l-DEFAULT{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .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-DEFAULT{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr-DEFAULT{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br-DEFAULT{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl-DEFAULT{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.75rem;
  }

  .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\:first\:border-0:first-child{
    border-width: 0;
  }

  .sm\:first\:border-2:first-child{
    border-width: 2px;
  }

  .sm\:first\:border-4:first-child{
    border-width: 4px;
  }

  .sm\:first\:border-8:first-child{
    border-width: 8px;
  }

  .sm\:first\:border:first-child{
    border-width: 1px;
  }

  .sm\:first\:border-t-0:first-child{
    border-top-width: 0;
  }

  .sm\:first\:border-r-0:first-child{
    border-right-width: 0;
  }

  .sm\:first\:border-b-0:first-child{
    border-bottom-width: 0;
  }

  .sm\:first\:border-l-0:first-child{
    border-left-width: 0;
  }

  .sm\:first\:border-t-2:first-child{
    border-top-width: 2px;
  }

  .sm\:first\:border-r-2:first-child{
    border-right-width: 2px;
  }

  .sm\:first\:border-b-2:first-child{
    border-bottom-width: 2px;
  }

  .sm\:first\:border-l-2:first-child{
    border-left-width: 2px;
  }

  .sm\:first\:border-t-4:first-child{
    border-top-width: 4px;
  }

  .sm\:first\:border-r-4:first-child{
    border-right-width: 4px;
  }

  .sm\:first\:border-b-4:first-child{
    border-bottom-width: 4px;
  }

  .sm\:first\:border-l-4:first-child{
    border-left-width: 4px;
  }

  .sm\:first\:border-t-8:first-child{
    border-top-width: 8px;
  }

  .sm\:first\:border-r-8:first-child{
    border-right-width: 8px;
  }

  .sm\:first\:border-b-8:first-child{
    border-bottom-width: 8px;
  }

  .sm\:first\:border-l-8:first-child{
    border-left-width: 8px;
  }

  .sm\:first\:border-t:first-child{
    border-top-width: 1px;
  }

  .sm\:first\:border-r:first-child{
    border-right-width: 1px;
  }

  .sm\:first\:border-b:first-child{
    border-bottom-width: 1px;
  }

  .sm\:first\:border-l:first-child{
    border-left-width: 1px;
  }

  .sm\:last\:border-0:last-child{
    border-width: 0;
  }

  .sm\:last\:border-2:last-child{
    border-width: 2px;
  }

  .sm\:last\:border-4:last-child{
    border-width: 4px;
  }

  .sm\:last\:border-8:last-child{
    border-width: 8px;
  }

  .sm\:last\:border:last-child{
    border-width: 1px;
  }

  .sm\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .sm\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .sm\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .sm\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .sm\:last\:border-t-2:last-child{
    border-top-width: 2px;
  }

  .sm\:last\:border-r-2:last-child{
    border-right-width: 2px;
  }

  .sm\:last\:border-b-2:last-child{
    border-bottom-width: 2px;
  }

  .sm\:last\:border-l-2:last-child{
    border-left-width: 2px;
  }

  .sm\:last\:border-t-4:last-child{
    border-top-width: 4px;
  }

  .sm\:last\:border-r-4:last-child{
    border-right-width: 4px;
  }

  .sm\:last\:border-b-4:last-child{
    border-bottom-width: 4px;
  }

  .sm\:last\:border-l-4:last-child{
    border-left-width: 4px;
  }

  .sm\:last\:border-t-8:last-child{
    border-top-width: 8px;
  }

  .sm\:last\:border-r-8:last-child{
    border-right-width: 8px;
  }

  .sm\:last\:border-b-8:last-child{
    border-bottom-width: 8px;
  }

  .sm\:last\:border-l-8:last-child{
    border-left-width: 8px;
  }

  .sm\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .sm\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .sm\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .sm\:last\:border-l:last-child{
    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: "Gilroy", sans-serif, -apple-system, BlinkMacSystemFont;
  }

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

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

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

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

  .sm\:font-black{
    font-weight: 900;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sm\:hover\:font-black:hover{
    font-weight: 900;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 0.25rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-7{
    height: 1.875rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-9{
    height: 2.25rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-13{
    height: 3.125rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-25{
    height: 6.25rem;
  }

  .sm\:h-28{
    height: 7rem;
  }

  .sm\:h-30{
    height: 7.5rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-38{
    height: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:h-gutter-full{
    height: 3.125rem;
  }

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

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:text-13{
    font-size: 0.8125rem;
  }

  .sm\:text-15{
    font-size: 0.9375rem;
  }

  .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: 2.5rem;
  }

  .sm\:text-3xl{
    font-size: 2rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
  }

  .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-7{
    margin: 1.875rem;
  }

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

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

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

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

  .sm\:m-13{
    margin: 3.125rem;
  }

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

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

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

  .sm\:m-25{
    margin: 6.25rem;
  }

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

  .sm\:m-30{
    margin: 7.5rem;
  }

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

  .sm\:m-38{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:m-gutter-full{
    margin: 3.125rem;
  }

  .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-7{
    margin: -1.875rem;
  }

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

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

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

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

  .sm\:-m-13{
    margin: -3.125rem;
  }

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

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

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

  .sm\:-m-25{
    margin: -6.25rem;
  }

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

  .sm\:-m-30{
    margin: -7.5rem;
  }

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

  .sm\:-m-38{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:-m-gutter-full{
    margin: -3.125rem;
  }

  .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-7{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:mx-7{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:mx-13{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:mx-25{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-38{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sm\:mx-38{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:mx-gutter{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:my-gutter-full{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:mx-gutter-full{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:-mx-7{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:-mx-13{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:-mx-25{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-38{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sm\:-mx-38{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:-mx-gutter{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:-my-gutter-full{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:-mx-gutter-full{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7{
    margin-top: 1.875rem;
  }

  .sm\:mr-7{
    margin-right: 1.875rem;
  }

  .sm\:mb-7{
    margin-bottom: 1.875rem;
  }

  .sm\:ml-7{
    margin-left: 1.875rem;
  }

  .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-13{
    margin-top: 3.125rem;
  }

  .sm\:mr-13{
    margin-right: 3.125rem;
  }

  .sm\:mb-13{
    margin-bottom: 3.125rem;
  }

  .sm\:ml-13{
    margin-left: 3.125rem;
  }

  .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-25{
    margin-top: 6.25rem;
  }

  .sm\:mr-25{
    margin-right: 6.25rem;
  }

  .sm\:mb-25{
    margin-bottom: 6.25rem;
  }

  .sm\:ml-25{
    margin-left: 6.25rem;
  }

  .sm\:mt-28{
    margin-top: 7rem;
  }

  .sm\:mr-28{
    margin-right: 7rem;
  }

  .sm\:mb-28{
    margin-bottom: 7rem;
  }

  .sm\:ml-28{
    margin-left: 7rem;
  }

  .sm\:mt-30{
    margin-top: 7.5rem;
  }

  .sm\:mr-30{
    margin-right: 7.5rem;
  }

  .sm\:mb-30{
    margin-bottom: 7.5rem;
  }

  .sm\:ml-30{
    margin-left: 7.5rem;
  }

  .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-38{
    margin-top: 9.375rem;
  }

  .sm\:mr-38{
    margin-right: 9.375rem;
  }

  .sm\:mb-38{
    margin-bottom: 9.375rem;
  }

  .sm\:ml-38{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:mr-gutter{
    margin-right: 1.5625rem;
  }

  .sm\:mb-gutter{
    margin-bottom: 1.5625rem;
  }

  .sm\:ml-gutter{
    margin-left: 1.5625rem;
  }

  .sm\:mt-gutter-full{
    margin-top: 3.125rem;
  }

  .sm\:mr-gutter-full{
    margin-right: 3.125rem;
  }

  .sm\:mb-gutter-full{
    margin-bottom: 3.125rem;
  }

  .sm\:ml-gutter-full{
    margin-left: 3.125rem;
  }

  .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-7{
    margin-top: -1.875rem;
  }

  .sm\:-mr-7{
    margin-right: -1.875rem;
  }

  .sm\:-mb-7{
    margin-bottom: -1.875rem;
  }

  .sm\:-ml-7{
    margin-left: -1.875rem;
  }

  .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-13{
    margin-top: -3.125rem;
  }

  .sm\:-mr-13{
    margin-right: -3.125rem;
  }

  .sm\:-mb-13{
    margin-bottom: -3.125rem;
  }

  .sm\:-ml-13{
    margin-left: -3.125rem;
  }

  .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-25{
    margin-top: -6.25rem;
  }

  .sm\:-mr-25{
    margin-right: -6.25rem;
  }

  .sm\:-mb-25{
    margin-bottom: -6.25rem;
  }

  .sm\:-ml-25{
    margin-left: -6.25rem;
  }

  .sm\:-mt-28{
    margin-top: -7rem;
  }

  .sm\:-mr-28{
    margin-right: -7rem;
  }

  .sm\:-mb-28{
    margin-bottom: -7rem;
  }

  .sm\:-ml-28{
    margin-left: -7rem;
  }

  .sm\:-mt-30{
    margin-top: -7.5rem;
  }

  .sm\:-mr-30{
    margin-right: -7.5rem;
  }

  .sm\:-mb-30{
    margin-bottom: -7.5rem;
  }

  .sm\:-ml-30{
    margin-left: -7.5rem;
  }

  .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-38{
    margin-top: -9.375rem;
  }

  .sm\:-mr-38{
    margin-right: -9.375rem;
  }

  .sm\:-mb-38{
    margin-bottom: -9.375rem;
  }

  .sm\:-ml-38{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:-mr-gutter{
    margin-right: -1.5625rem;
  }

  .sm\:-mb-gutter{
    margin-bottom: -1.5625rem;
  }

  .sm\:-ml-gutter{
    margin-left: -1.5625rem;
  }

  .sm\:-mt-gutter-full{
    margin-top: -3.125rem;
  }

  .sm\:-mr-gutter-full{
    margin-right: -3.125rem;
  }

  .sm\:-mb-gutter-full{
    margin-bottom: -3.125rem;
  }

  .sm\:-ml-gutter-full{
    margin-left: -3.125rem;
  }

  .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-7:first-child{
    margin: 1.875rem;
  }

  .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-13:first-child{
    margin: 3.125rem;
  }

  .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-25:first-child{
    margin: 6.25rem;
  }

  .sm\:first\:m-28:first-child{
    margin: 7rem;
  }

  .sm\:first\:m-30:first-child{
    margin: 7.5rem;
  }

  .sm\:first\:m-32:first-child{
    margin: 8rem;
  }

  .sm\:first\:m-38:first-child{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:first\:m-gutter-full:first-child{
    margin: 3.125rem;
  }

  .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-7:first-child{
    margin: -1.875rem;
  }

  .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-13:first-child{
    margin: -3.125rem;
  }

  .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-25:first-child{
    margin: -6.25rem;
  }

  .sm\:first\:-m-28:first-child{
    margin: -7rem;
  }

  .sm\:first\:-m-30:first-child{
    margin: -7.5rem;
  }

  .sm\:first\:-m-32:first-child{
    margin: -8rem;
  }

  .sm\:first\:-m-38:first-child{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:first\:-m-gutter-full:first-child{
    margin: -3.125rem;
  }

  .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-7:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:first\:mx-7:first-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:first\:mx-13:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:first\:mx-25:first-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm\:first\:my-28:first-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:first\:mx-28:first-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:first\:my-30:first-child{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:first\:mx-30:first-child{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-38:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sm\:first\:mx-38:first-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:first\:mx-gutter:first-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:first\:my-gutter-full:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:first\:mx-gutter-full:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:first\:-mx-7:first-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:first\:-mx-13:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:first\:-mx-25:first-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm\:first\:-my-28:first-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:first\:-mx-28:first-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:first\:-my-30:first-child{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:first\:-mx-30:first-child{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-38:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sm\:first\:-mx-38:first-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:first\:-mx-gutter:first-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:first\:-my-gutter-full:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:first\:-mx-gutter-full:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7:first-child{
    margin-top: 1.875rem;
  }

  .sm\:first\:mr-7:first-child{
    margin-right: 1.875rem;
  }

  .sm\:first\:mb-7:first-child{
    margin-bottom: 1.875rem;
  }

  .sm\:first\:ml-7:first-child{
    margin-left: 1.875rem;
  }

  .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-13:first-child{
    margin-top: 3.125rem;
  }

  .sm\:first\:mr-13:first-child{
    margin-right: 3.125rem;
  }

  .sm\:first\:mb-13:first-child{
    margin-bottom: 3.125rem;
  }

  .sm\:first\:ml-13:first-child{
    margin-left: 3.125rem;
  }

  .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-25:first-child{
    margin-top: 6.25rem;
  }

  .sm\:first\:mr-25:first-child{
    margin-right: 6.25rem;
  }

  .sm\:first\:mb-25:first-child{
    margin-bottom: 6.25rem;
  }

  .sm\:first\:ml-25:first-child{
    margin-left: 6.25rem;
  }

  .sm\:first\:mt-28:first-child{
    margin-top: 7rem;
  }

  .sm\:first\:mr-28:first-child{
    margin-right: 7rem;
  }

  .sm\:first\:mb-28:first-child{
    margin-bottom: 7rem;
  }

  .sm\:first\:ml-28:first-child{
    margin-left: 7rem;
  }

  .sm\:first\:mt-30:first-child{
    margin-top: 7.5rem;
  }

  .sm\:first\:mr-30:first-child{
    margin-right: 7.5rem;
  }

  .sm\:first\:mb-30:first-child{
    margin-bottom: 7.5rem;
  }

  .sm\:first\:ml-30:first-child{
    margin-left: 7.5rem;
  }

  .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-38:first-child{
    margin-top: 9.375rem;
  }

  .sm\:first\:mr-38:first-child{
    margin-right: 9.375rem;
  }

  .sm\:first\:mb-38:first-child{
    margin-bottom: 9.375rem;
  }

  .sm\:first\:ml-38:first-child{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:first\:mr-gutter:first-child{
    margin-right: 1.5625rem;
  }

  .sm\:first\:mb-gutter:first-child{
    margin-bottom: 1.5625rem;
  }

  .sm\:first\:ml-gutter:first-child{
    margin-left: 1.5625rem;
  }

  .sm\:first\:mt-gutter-full:first-child{
    margin-top: 3.125rem;
  }

  .sm\:first\:mr-gutter-full:first-child{
    margin-right: 3.125rem;
  }

  .sm\:first\:mb-gutter-full:first-child{
    margin-bottom: 3.125rem;
  }

  .sm\:first\:ml-gutter-full:first-child{
    margin-left: 3.125rem;
  }

  .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-7:first-child{
    margin-top: -1.875rem;
  }

  .sm\:first\:-mr-7:first-child{
    margin-right: -1.875rem;
  }

  .sm\:first\:-mb-7:first-child{
    margin-bottom: -1.875rem;
  }

  .sm\:first\:-ml-7:first-child{
    margin-left: -1.875rem;
  }

  .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-13:first-child{
    margin-top: -3.125rem;
  }

  .sm\:first\:-mr-13:first-child{
    margin-right: -3.125rem;
  }

  .sm\:first\:-mb-13:first-child{
    margin-bottom: -3.125rem;
  }

  .sm\:first\:-ml-13:first-child{
    margin-left: -3.125rem;
  }

  .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-25:first-child{
    margin-top: -6.25rem;
  }

  .sm\:first\:-mr-25:first-child{
    margin-right: -6.25rem;
  }

  .sm\:first\:-mb-25:first-child{
    margin-bottom: -6.25rem;
  }

  .sm\:first\:-ml-25:first-child{
    margin-left: -6.25rem;
  }

  .sm\:first\:-mt-28:first-child{
    margin-top: -7rem;
  }

  .sm\:first\:-mr-28:first-child{
    margin-right: -7rem;
  }

  .sm\:first\:-mb-28:first-child{
    margin-bottom: -7rem;
  }

  .sm\:first\:-ml-28:first-child{
    margin-left: -7rem;
  }

  .sm\:first\:-mt-30:first-child{
    margin-top: -7.5rem;
  }

  .sm\:first\:-mr-30:first-child{
    margin-right: -7.5rem;
  }

  .sm\:first\:-mb-30:first-child{
    margin-bottom: -7.5rem;
  }

  .sm\:first\:-ml-30:first-child{
    margin-left: -7.5rem;
  }

  .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-38:first-child{
    margin-top: -9.375rem;
  }

  .sm\:first\:-mr-38:first-child{
    margin-right: -9.375rem;
  }

  .sm\:first\:-mb-38:first-child{
    margin-bottom: -9.375rem;
  }

  .sm\:first\:-ml-38:first-child{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:first\:-mr-gutter:first-child{
    margin-right: -1.5625rem;
  }

  .sm\:first\:-mb-gutter:first-child{
    margin-bottom: -1.5625rem;
  }

  .sm\:first\:-ml-gutter:first-child{
    margin-left: -1.5625rem;
  }

  .sm\:first\:-mt-gutter-full:first-child{
    margin-top: -3.125rem;
  }

  .sm\:first\:-mr-gutter-full:first-child{
    margin-right: -3.125rem;
  }

  .sm\:first\:-mb-gutter-full:first-child{
    margin-bottom: -3.125rem;
  }

  .sm\:first\:-ml-gutter-full:first-child{
    margin-left: -3.125rem;
  }

  .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-7:last-child{
    margin: 1.875rem;
  }

  .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-13:last-child{
    margin: 3.125rem;
  }

  .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-25:last-child{
    margin: 6.25rem;
  }

  .sm\:last\:m-28:last-child{
    margin: 7rem;
  }

  .sm\:last\:m-30:last-child{
    margin: 7.5rem;
  }

  .sm\:last\:m-32:last-child{
    margin: 8rem;
  }

  .sm\:last\:m-38:last-child{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:last\:m-gutter-full:last-child{
    margin: 3.125rem;
  }

  .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-7:last-child{
    margin: -1.875rem;
  }

  .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-13:last-child{
    margin: -3.125rem;
  }

  .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-25:last-child{
    margin: -6.25rem;
  }

  .sm\:last\:-m-28:last-child{
    margin: -7rem;
  }

  .sm\:last\:-m-30:last-child{
    margin: -7.5rem;
  }

  .sm\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .sm\:last\:-m-38:last-child{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:last\:-m-gutter-full:last-child{
    margin: -3.125rem;
  }

  .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-7:last-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:last\:mx-7:last-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:last\:mx-13:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25:last-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:last\:mx-25:last-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm\:last\:my-28:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:last\:mx-28:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:last\:my-30:last-child{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:last\:mx-30:last-child{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-38:last-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sm\:last\:mx-38:last-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:last\:mx-gutter:last-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:last\:my-gutter-full:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:last\:mx-gutter-full:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7:last-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:last\:-mx-7:last-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:last\:-mx-13:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25:last-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:last\:-mx-25:last-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm\:last\:-my-28:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:last\:-mx-28:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:last\:-my-30:last-child{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:last\:-mx-30:last-child{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-38:last-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sm\:last\:-mx-38:last-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:last\:-mx-gutter:last-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:last\:-my-gutter-full:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:last\:-mx-gutter-full:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7:last-child{
    margin-top: 1.875rem;
  }

  .sm\:last\:mr-7:last-child{
    margin-right: 1.875rem;
  }

  .sm\:last\:mb-7:last-child{
    margin-bottom: 1.875rem;
  }

  .sm\:last\:ml-7:last-child{
    margin-left: 1.875rem;
  }

  .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-13:last-child{
    margin-top: 3.125rem;
  }

  .sm\:last\:mr-13:last-child{
    margin-right: 3.125rem;
  }

  .sm\:last\:mb-13:last-child{
    margin-bottom: 3.125rem;
  }

  .sm\:last\:ml-13:last-child{
    margin-left: 3.125rem;
  }

  .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-25:last-child{
    margin-top: 6.25rem;
  }

  .sm\:last\:mr-25:last-child{
    margin-right: 6.25rem;
  }

  .sm\:last\:mb-25:last-child{
    margin-bottom: 6.25rem;
  }

  .sm\:last\:ml-25:last-child{
    margin-left: 6.25rem;
  }

  .sm\:last\:mt-28:last-child{
    margin-top: 7rem;
  }

  .sm\:last\:mr-28:last-child{
    margin-right: 7rem;
  }

  .sm\:last\:mb-28:last-child{
    margin-bottom: 7rem;
  }

  .sm\:last\:ml-28:last-child{
    margin-left: 7rem;
  }

  .sm\:last\:mt-30:last-child{
    margin-top: 7.5rem;
  }

  .sm\:last\:mr-30:last-child{
    margin-right: 7.5rem;
  }

  .sm\:last\:mb-30:last-child{
    margin-bottom: 7.5rem;
  }

  .sm\:last\:ml-30:last-child{
    margin-left: 7.5rem;
  }

  .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-38:last-child{
    margin-top: 9.375rem;
  }

  .sm\:last\:mr-38:last-child{
    margin-right: 9.375rem;
  }

  .sm\:last\:mb-38:last-child{
    margin-bottom: 9.375rem;
  }

  .sm\:last\:ml-38:last-child{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:last\:mr-gutter:last-child{
    margin-right: 1.5625rem;
  }

  .sm\:last\:mb-gutter:last-child{
    margin-bottom: 1.5625rem;
  }

  .sm\:last\:ml-gutter:last-child{
    margin-left: 1.5625rem;
  }

  .sm\:last\:mt-gutter-full:last-child{
    margin-top: 3.125rem;
  }

  .sm\:last\:mr-gutter-full:last-child{
    margin-right: 3.125rem;
  }

  .sm\:last\:mb-gutter-full:last-child{
    margin-bottom: 3.125rem;
  }

  .sm\:last\:ml-gutter-full:last-child{
    margin-left: 3.125rem;
  }

  .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-7:last-child{
    margin-top: -1.875rem;
  }

  .sm\:last\:-mr-7:last-child{
    margin-right: -1.875rem;
  }

  .sm\:last\:-mb-7:last-child{
    margin-bottom: -1.875rem;
  }

  .sm\:last\:-ml-7:last-child{
    margin-left: -1.875rem;
  }

  .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-13:last-child{
    margin-top: -3.125rem;
  }

  .sm\:last\:-mr-13:last-child{
    margin-right: -3.125rem;
  }

  .sm\:last\:-mb-13:last-child{
    margin-bottom: -3.125rem;
  }

  .sm\:last\:-ml-13:last-child{
    margin-left: -3.125rem;
  }

  .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-25:last-child{
    margin-top: -6.25rem;
  }

  .sm\:last\:-mr-25:last-child{
    margin-right: -6.25rem;
  }

  .sm\:last\:-mb-25:last-child{
    margin-bottom: -6.25rem;
  }

  .sm\:last\:-ml-25:last-child{
    margin-left: -6.25rem;
  }

  .sm\:last\:-mt-28:last-child{
    margin-top: -7rem;
  }

  .sm\:last\:-mr-28:last-child{
    margin-right: -7rem;
  }

  .sm\:last\:-mb-28:last-child{
    margin-bottom: -7rem;
  }

  .sm\:last\:-ml-28:last-child{
    margin-left: -7rem;
  }

  .sm\:last\:-mt-30:last-child{
    margin-top: -7.5rem;
  }

  .sm\:last\:-mr-30:last-child{
    margin-right: -7.5rem;
  }

  .sm\:last\:-mb-30:last-child{
    margin-bottom: -7.5rem;
  }

  .sm\:last\:-ml-30:last-child{
    margin-left: -7.5rem;
  }

  .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-38:last-child{
    margin-top: -9.375rem;
  }

  .sm\:last\:-mr-38:last-child{
    margin-right: -9.375rem;
  }

  .sm\:last\:-mb-38:last-child{
    margin-bottom: -9.375rem;
  }

  .sm\:last\:-ml-38:last-child{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:last\:-mr-gutter:last-child{
    margin-right: -1.5625rem;
  }

  .sm\:last\:-mb-gutter:last-child{
    margin-bottom: -1.5625rem;
  }

  .sm\:last\:-ml-gutter:last-child{
    margin-left: -1.5625rem;
  }

  .sm\:last\:-mt-gutter-full:last-child{
    margin-top: -3.125rem;
  }

  .sm\:last\:-mr-gutter-full:last-child{
    margin-right: -3.125rem;
  }

  .sm\:last\:-mb-gutter-full:last-child{
    margin-bottom: -3.125rem;
  }

  .sm\:last\:-ml-gutter-full:last-child{
    margin-left: -3.125rem;
  }

  .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-50{
    opacity: 0.5;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

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

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

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

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .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-7{
    padding: 1.875rem;
  }

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

  .sm\:p-9{
    padding: 2.25rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-13{
    padding: 3.125rem;
  }

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

  .sm\:p-20{
    padding: 5rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

  .sm\:p-25{
    padding: 6.25rem;
  }

  .sm\:p-28{
    padding: 7rem;
  }

  .sm\:p-30{
    padding: 7.5rem;
  }

  .sm\:p-32{
    padding: 8rem;
  }

  .sm\:p-38{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:p-gutter-full{
    padding: 3.125rem;
  }

  .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-7{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:px-7{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:px-13{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sm\:px-25{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-38{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .sm\:px-38{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .sm\:px-gutter{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sm\:py-gutter-full{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:px-gutter-full{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7{
    padding-top: 1.875rem;
  }

  .sm\:pr-7{
    padding-right: 1.875rem;
  }

  .sm\:pb-7{
    padding-bottom: 1.875rem;
  }

  .sm\:pl-7{
    padding-left: 1.875rem;
  }

  .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-13{
    padding-top: 3.125rem;
  }

  .sm\:pr-13{
    padding-right: 3.125rem;
  }

  .sm\:pb-13{
    padding-bottom: 3.125rem;
  }

  .sm\:pl-13{
    padding-left: 3.125rem;
  }

  .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-25{
    padding-top: 6.25rem;
  }

  .sm\:pr-25{
    padding-right: 6.25rem;
  }

  .sm\:pb-25{
    padding-bottom: 6.25rem;
  }

  .sm\:pl-25{
    padding-left: 6.25rem;
  }

  .sm\:pt-28{
    padding-top: 7rem;
  }

  .sm\:pr-28{
    padding-right: 7rem;
  }

  .sm\:pb-28{
    padding-bottom: 7rem;
  }

  .sm\:pl-28{
    padding-left: 7rem;
  }

  .sm\:pt-30{
    padding-top: 7.5rem;
  }

  .sm\:pr-30{
    padding-right: 7.5rem;
  }

  .sm\:pb-30{
    padding-bottom: 7.5rem;
  }

  .sm\:pl-30{
    padding-left: 7.5rem;
  }

  .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-38{
    padding-top: 9.375rem;
  }

  .sm\:pr-38{
    padding-right: 9.375rem;
  }

  .sm\:pb-38{
    padding-bottom: 9.375rem;
  }

  .sm\:pl-38{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:pr-gutter{
    padding-right: 1.5625rem;
  }

  .sm\:pb-gutter{
    padding-bottom: 1.5625rem;
  }

  .sm\:pl-gutter{
    padding-left: 1.5625rem;
  }

  .sm\:pt-gutter-full{
    padding-top: 3.125rem;
  }

  .sm\:pr-gutter-full{
    padding-right: 3.125rem;
  }

  .sm\:pb-gutter-full{
    padding-bottom: 3.125rem;
  }

  .sm\:pl-gutter-full{
    padding-left: 3.125rem;
  }

  .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-7:first-child{
    padding: 1.875rem;
  }

  .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-13:first-child{
    padding: 3.125rem;
  }

  .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-25:first-child{
    padding: 6.25rem;
  }

  .sm\:first\:p-28:first-child{
    padding: 7rem;
  }

  .sm\:first\:p-30:first-child{
    padding: 7.5rem;
  }

  .sm\:first\:p-32:first-child{
    padding: 8rem;
  }

  .sm\:first\:p-38:first-child{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:first\:p-gutter-full:first-child{
    padding: 3.125rem;
  }

  .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-7:first-child{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:first\:px-7:first-child{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13:first-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:first\:px-13:first-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25:first-child{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sm\:first\:px-25:first-child{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .sm\:first\:py-28:first-child{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:first\:px-28:first-child{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:first\:py-30:first-child{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:first\:px-30:first-child{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-38:first-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .sm\:first\:px-38:first-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .sm\:first\:px-gutter:first-child{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sm\:first\:py-gutter-full:first-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:first\:px-gutter-full:first-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7:first-child{
    padding-top: 1.875rem;
  }

  .sm\:first\:pr-7:first-child{
    padding-right: 1.875rem;
  }

  .sm\:first\:pb-7:first-child{
    padding-bottom: 1.875rem;
  }

  .sm\:first\:pl-7:first-child{
    padding-left: 1.875rem;
  }

  .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-13:first-child{
    padding-top: 3.125rem;
  }

  .sm\:first\:pr-13:first-child{
    padding-right: 3.125rem;
  }

  .sm\:first\:pb-13:first-child{
    padding-bottom: 3.125rem;
  }

  .sm\:first\:pl-13:first-child{
    padding-left: 3.125rem;
  }

  .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-25:first-child{
    padding-top: 6.25rem;
  }

  .sm\:first\:pr-25:first-child{
    padding-right: 6.25rem;
  }

  .sm\:first\:pb-25:first-child{
    padding-bottom: 6.25rem;
  }

  .sm\:first\:pl-25:first-child{
    padding-left: 6.25rem;
  }

  .sm\:first\:pt-28:first-child{
    padding-top: 7rem;
  }

  .sm\:first\:pr-28:first-child{
    padding-right: 7rem;
  }

  .sm\:first\:pb-28:first-child{
    padding-bottom: 7rem;
  }

  .sm\:first\:pl-28:first-child{
    padding-left: 7rem;
  }

  .sm\:first\:pt-30:first-child{
    padding-top: 7.5rem;
  }

  .sm\:first\:pr-30:first-child{
    padding-right: 7.5rem;
  }

  .sm\:first\:pb-30:first-child{
    padding-bottom: 7.5rem;
  }

  .sm\:first\:pl-30:first-child{
    padding-left: 7.5rem;
  }

  .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-38:first-child{
    padding-top: 9.375rem;
  }

  .sm\:first\:pr-38:first-child{
    padding-right: 9.375rem;
  }

  .sm\:first\:pb-38:first-child{
    padding-bottom: 9.375rem;
  }

  .sm\:first\:pl-38:first-child{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:first\:pr-gutter:first-child{
    padding-right: 1.5625rem;
  }

  .sm\:first\:pb-gutter:first-child{
    padding-bottom: 1.5625rem;
  }

  .sm\:first\:pl-gutter:first-child{
    padding-left: 1.5625rem;
  }

  .sm\:first\:pt-gutter-full:first-child{
    padding-top: 3.125rem;
  }

  .sm\:first\:pr-gutter-full:first-child{
    padding-right: 3.125rem;
  }

  .sm\:first\:pb-gutter-full:first-child{
    padding-bottom: 3.125rem;
  }

  .sm\:first\:pl-gutter-full:first-child{
    padding-left: 3.125rem;
  }

  .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-7:last-child{
    padding: 1.875rem;
  }

  .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-13:last-child{
    padding: 3.125rem;
  }

  .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-25:last-child{
    padding: 6.25rem;
  }

  .sm\:last\:p-28:last-child{
    padding: 7rem;
  }

  .sm\:last\:p-30:last-child{
    padding: 7.5rem;
  }

  .sm\:last\:p-32:last-child{
    padding: 8rem;
  }

  .sm\:last\:p-38:last-child{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:last\:p-gutter-full:last-child{
    padding: 3.125rem;
  }

  .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-7:last-child{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:last\:px-7:last-child{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13:last-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:last\:px-13:last-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25:last-child{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sm\:last\:px-25:last-child{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .sm\:last\:py-28:last-child{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:last\:px-28:last-child{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:last\:py-30:last-child{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:last\:px-30:last-child{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-38:last-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .sm\:last\:px-38:last-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .sm\:last\:px-gutter:last-child{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sm\:last\:py-gutter-full:last-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:last\:px-gutter-full:last-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7:last-child{
    padding-top: 1.875rem;
  }

  .sm\:last\:pr-7:last-child{
    padding-right: 1.875rem;
  }

  .sm\:last\:pb-7:last-child{
    padding-bottom: 1.875rem;
  }

  .sm\:last\:pl-7:last-child{
    padding-left: 1.875rem;
  }

  .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-13:last-child{
    padding-top: 3.125rem;
  }

  .sm\:last\:pr-13:last-child{
    padding-right: 3.125rem;
  }

  .sm\:last\:pb-13:last-child{
    padding-bottom: 3.125rem;
  }

  .sm\:last\:pl-13:last-child{
    padding-left: 3.125rem;
  }

  .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-25:last-child{
    padding-top: 6.25rem;
  }

  .sm\:last\:pr-25:last-child{
    padding-right: 6.25rem;
  }

  .sm\:last\:pb-25:last-child{
    padding-bottom: 6.25rem;
  }

  .sm\:last\:pl-25:last-child{
    padding-left: 6.25rem;
  }

  .sm\:last\:pt-28:last-child{
    padding-top: 7rem;
  }

  .sm\:last\:pr-28:last-child{
    padding-right: 7rem;
  }

  .sm\:last\:pb-28:last-child{
    padding-bottom: 7rem;
  }

  .sm\:last\:pl-28:last-child{
    padding-left: 7rem;
  }

  .sm\:last\:pt-30:last-child{
    padding-top: 7.5rem;
  }

  .sm\:last\:pr-30:last-child{
    padding-right: 7.5rem;
  }

  .sm\:last\:pb-30:last-child{
    padding-bottom: 7.5rem;
  }

  .sm\:last\:pl-30:last-child{
    padding-left: 7.5rem;
  }

  .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-38:last-child{
    padding-top: 9.375rem;
  }

  .sm\:last\:pr-38:last-child{
    padding-right: 9.375rem;
  }

  .sm\:last\:pb-38:last-child{
    padding-bottom: 9.375rem;
  }

  .sm\:last\:pl-38:last-child{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:last\:pr-gutter:last-child{
    padding-right: 1.5625rem;
  }

  .sm\:last\:pb-gutter:last-child{
    padding-bottom: 1.5625rem;
  }

  .sm\:last\:pl-gutter:last-child{
    padding-left: 1.5625rem;
  }

  .sm\:last\:pt-gutter-full:last-child{
    padding-top: 3.125rem;
  }

  .sm\:last\:pr-gutter-full:last-child{
    padding-right: 3.125rem;
  }

  .sm\:last\:pb-gutter-full:last-child{
    padding-bottom: 3.125rem;
  }

  .sm\:last\:pl-gutter-full:last-child{
    padding-left: 3.125rem;
  }

  .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-brand-primary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-primary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-primary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-primary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-primary::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-light-gray::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-midnight::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-midnight:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-midnight::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-midnight::placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:placeholder-brand-scrim::-webkit-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .sm\:placeholder-brand-scrim::-moz-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .sm\:placeholder-brand-scrim:-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .sm\:placeholder-brand-scrim::-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .sm\:placeholder-brand-scrim::placeholder{
    color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-navy::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-navy::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-navy:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-navy::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-navy::placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-marigold::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-marigold::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-marigold:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-marigold::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-marigold::placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:placeholder-green::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:placeholder-green::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:placeholder-green:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:placeholder-green::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:placeholder-green::placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:placeholder-sky::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-sky::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-sky:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-sky::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-sky::placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-sea::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .sm\:placeholder-sea::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .sm\:placeholder-sea:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .sm\:placeholder-sea::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .sm\:placeholder-sea::placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-primary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-primary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-light-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-midnight:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-midnight:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-midnight:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-midnight:focus::placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-brand-scrim:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .sm\:focus\:placeholder-brand-scrim:focus::-moz-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .sm\:focus\:placeholder-brand-scrim:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .sm\:focus\:placeholder-brand-scrim:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .sm\:focus\:placeholder-brand-scrim:focus::placeholder{
    color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-navy:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-navy:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-navy:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-navy:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-navy:focus::placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-marigold:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-marigold:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-marigold:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-marigold:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-marigold:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green:focus::placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky:focus::placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sea:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sea:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sea:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sea:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-sea:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-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-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-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-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-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-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-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-brand-primary{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .sm\:text-brand-light-gray{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

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

  .sm\:text-brand-midnight{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .sm\:text-brand-scrim{
    color: rgba(0,0,0,0.8);
  }

  .sm\:text-brand-overlay{
    color: rgba(255,255,255,0.35);
  }

  .sm\:text-gray-100{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .sm\:text-gray-200{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .sm\:text-red{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .sm\:text-navy{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .sm\:text-marigold{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .sm\:text-green{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .sm\:text-sky{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .sm\:text-sea{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:hover{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .sm\:hover\:text-brand-light-gray:hover{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:hover{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .sm\:hover\:text-brand-scrim:hover{
    color: rgba(0,0,0,0.8);
  }

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

  .sm\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .sm\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .sm\:hover\:text-red:hover{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .sm\:hover\:text-navy:hover{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .sm\:hover\:text-marigold:hover{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .sm\:hover\:text-green:hover{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .sm\:hover\:text-sky:hover{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .sm\:hover\:text-sea:hover{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:focus{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .sm\:focus\:text-brand-light-gray:focus{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:focus{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .sm\:focus\:text-brand-scrim:focus{
    color: rgba(0,0,0,0.8);
  }

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

  .sm\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .sm\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .sm\:focus\:text-red:focus{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .sm\:focus\:text-navy:focus{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .sm\:focus\:text-marigold:focus{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .sm\:focus\:text-green:focus{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .sm\:focus\:text-sky:focus{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .sm\:focus\:text-sea:focus{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--text-opacity));
  }

  .sm\:text-opacity-0{
    --text-opacity: 0;
  }

  .sm\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .sm\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .sm\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .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-50:hover{
    --text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .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-50:focus{
    --text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

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

  .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-7{
    width: 1.875rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-9{
    width: 2.25rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-13{
    width: 3.125rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-25{
    width: 6.25rem;
  }

  .sm\:w-28{
    width: 7rem;
  }

  .sm\:w-30{
    width: 7.5rem;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-38{
    width: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:w-gutter-full{
    width: 3.125rem;
  }

  .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-99{
    z-index: 99;
  }

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

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

  .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-7{
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .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-13{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .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-25{
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }

  .sm\:gap-28{
    grid-gap: 7rem;
    gap: 7rem;
  }

  .sm\:gap-30{
    grid-gap: 7.5rem;
    gap: 7.5rem;
  }

  .sm\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:gap-38{
    grid-gap: 9.375rem;
    gap: 9.375rem;
  }

  .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: 1.5625rem;
    gap: 1.5625rem;
  }

  .sm\:gap-gutter-full{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .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-7{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .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-13{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-25{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .sm\:col-gap-28{
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .sm\:col-gap-30{
    grid-column-gap: 7.5rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .sm\:col-gap-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .sm\:col-gap-38{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .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: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .sm\:col-gap-gutter-full{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-7{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .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-13{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-25{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .sm\:gap-x-28{
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .sm\:gap-x-30{
    grid-column-gap: 7.5rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .sm\:gap-x-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .sm\:gap-x-38{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .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: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .sm\:gap-x-gutter-full{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-7{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .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-13{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-25{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .sm\:row-gap-28{
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .sm\:row-gap-30{
    grid-row-gap: 7.5rem;
    row-gap: 7.5rem;
  }

  .sm\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:row-gap-38{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .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: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .sm\:row-gap-gutter-full{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-7{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .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-13{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-25{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .sm\:gap-y-28{
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .sm\:gap-y-30{
    grid-row-gap: 7.5rem;
    row-gap: 7.5rem;
  }

  .sm\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:gap-y-38{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .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: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .sm\:gap-y-gutter-full{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-7{
    --transform-translate-x: 1.875rem;
  }

  .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-13{
    --transform-translate-x: 3.125rem;
  }

  .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-25{
    --transform-translate-x: 6.25rem;
  }

  .sm\:translate-x-28{
    --transform-translate-x: 7rem;
  }

  .sm\:translate-x-30{
    --transform-translate-x: 7.5rem;
  }

  .sm\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .sm\:translate-x-38{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:translate-x-gutter-full{
    --transform-translate-x: 3.125rem;
  }

  .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-7{
    --transform-translate-x: -1.875rem;
  }

  .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-13{
    --transform-translate-x: -3.125rem;
  }

  .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-25{
    --transform-translate-x: -6.25rem;
  }

  .sm\:-translate-x-28{
    --transform-translate-x: -7rem;
  }

  .sm\:-translate-x-30{
    --transform-translate-x: -7.5rem;
  }

  .sm\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .sm\:-translate-x-38{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:-translate-x-gutter-full{
    --transform-translate-x: -3.125rem;
  }

  .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-7{
    --transform-translate-y: 1.875rem;
  }

  .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-13{
    --transform-translate-y: 3.125rem;
  }

  .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-25{
    --transform-translate-y: 6.25rem;
  }

  .sm\:translate-y-28{
    --transform-translate-y: 7rem;
  }

  .sm\:translate-y-30{
    --transform-translate-y: 7.5rem;
  }

  .sm\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .sm\:translate-y-38{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:translate-y-gutter-full{
    --transform-translate-y: 3.125rem;
  }

  .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-7{
    --transform-translate-y: -1.875rem;
  }

  .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-13{
    --transform-translate-y: -3.125rem;
  }

  .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-25{
    --transform-translate-y: -6.25rem;
  }

  .sm\:-translate-y-28{
    --transform-translate-y: -7rem;
  }

  .sm\:-translate-y-30{
    --transform-translate-y: -7.5rem;
  }

  .sm\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .sm\:-translate-y-38{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:-translate-y-gutter-full{
    --transform-translate-y: -3.125rem;
  }

  .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-7:hover{
    --transform-translate-x: 1.875rem;
  }

  .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-13:hover{
    --transform-translate-x: 3.125rem;
  }

  .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-25:hover{
    --transform-translate-x: 6.25rem;
  }

  .sm\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-30:hover{
    --transform-translate-x: 7.5rem;
  }

  .sm\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-38:hover{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:hover\:translate-x-gutter-full:hover{
    --transform-translate-x: 3.125rem;
  }

  .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-7:hover{
    --transform-translate-x: -1.875rem;
  }

  .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-13:hover{
    --transform-translate-x: -3.125rem;
  }

  .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-25:hover{
    --transform-translate-x: -6.25rem;
  }

  .sm\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-30:hover{
    --transform-translate-x: -7.5rem;
  }

  .sm\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-38:hover{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:hover\:-translate-x-gutter-full:hover{
    --transform-translate-x: -3.125rem;
  }

  .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-7:hover{
    --transform-translate-y: 1.875rem;
  }

  .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-13:hover{
    --transform-translate-y: 3.125rem;
  }

  .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-25:hover{
    --transform-translate-y: 6.25rem;
  }

  .sm\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-30:hover{
    --transform-translate-y: 7.5rem;
  }

  .sm\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-38:hover{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:hover\:translate-y-gutter-full:hover{
    --transform-translate-y: 3.125rem;
  }

  .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-7:hover{
    --transform-translate-y: -1.875rem;
  }

  .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-13:hover{
    --transform-translate-y: -3.125rem;
  }

  .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-25:hover{
    --transform-translate-y: -6.25rem;
  }

  .sm\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-30:hover{
    --transform-translate-y: -7.5rem;
  }

  .sm\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-38:hover{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:hover\:-translate-y-gutter-full:hover{
    --transform-translate-y: -3.125rem;
  }

  .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-7:focus{
    --transform-translate-x: 1.875rem;
  }

  .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-13:focus{
    --transform-translate-x: 3.125rem;
  }

  .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-25:focus{
    --transform-translate-x: 6.25rem;
  }

  .sm\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-30:focus{
    --transform-translate-x: 7.5rem;
  }

  .sm\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-38:focus{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:focus\:translate-x-gutter-full:focus{
    --transform-translate-x: 3.125rem;
  }

  .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-7:focus{
    --transform-translate-x: -1.875rem;
  }

  .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-13:focus{
    --transform-translate-x: -3.125rem;
  }

  .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-25:focus{
    --transform-translate-x: -6.25rem;
  }

  .sm\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-30:focus{
    --transform-translate-x: -7.5rem;
  }

  .sm\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-38:focus{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:focus\:-translate-x-gutter-full:focus{
    --transform-translate-x: -3.125rem;
  }

  .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-7:focus{
    --transform-translate-y: 1.875rem;
  }

  .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-13:focus{
    --transform-translate-y: 3.125rem;
  }

  .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-25:focus{
    --transform-translate-y: 6.25rem;
  }

  .sm\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-30:focus{
    --transform-translate-y: 7.5rem;
  }

  .sm\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-38:focus{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .sm\:focus\:translate-y-gutter-full:focus{
    --transform-translate-y: 3.125rem;
  }

  .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-7:focus{
    --transform-translate-y: -1.875rem;
  }

  .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-13:focus{
    --transform-translate-y: -3.125rem;
  }

  .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-25:focus{
    --transform-translate-y: -6.25rem;
  }

  .sm\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-30:focus{
    --transform-translate-y: -7.5rem;
  }

  .sm\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-38:focus{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .sm\:focus\:-translate-y-gutter-full:focus{
    --transform-translate-y: -3.125rem;
  }

  .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: 50px;
    padding-left: 50px;
  }

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

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

  .md\:offset-0 {
    margin-left: 0;
  }

  .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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--space-y-reverse));
  }

  .md\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--space-y-reverse));
  }

  .md\:space-x-13 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * 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-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--space-y-reverse));
  }

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

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

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

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

  .md\:space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--space-x-reverse));
    margin-left: calc(7.5rem * 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-38 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--space-y-reverse));
  }

  .md\:space-x-38 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--space-x-reverse));
    margin-left: calc(9.375rem * 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(1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--space-y-reverse));
  }

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

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

  .md\:space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * 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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--space-y-reverse));
  }

  .md\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--space-x-reverse));
    margin-left: calc(-1.875rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--space-y-reverse));
  }

  .md\:-space-x-13 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * 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-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--space-y-reverse));
  }

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

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

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

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

  .md\:-space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--space-x-reverse));
    margin-left: calc(-7.5rem * 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-38 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--space-y-reverse));
  }

  .md\:-space-x-38 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--space-x-reverse));
    margin-left: calc(-9.375rem * 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(-1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
  }

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

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

  .md\:-space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * 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-brand-primary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--divide-opacity));
  }

  .md\:divide-brand-light-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--divide-opacity));
  }

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

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--divide-opacity));
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--divide-opacity));
  }

  .md\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--divide-opacity));
  }

  .md\:divide-navy > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--divide-opacity));
  }

  .md\:divide-marigold > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--divide-opacity));
  }

  .md\:divide-green > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--divide-opacity));
  }

  .md\:divide-sky > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--divide-opacity));
  }

  .md\:divide-sea > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-10 > :not(template) ~ :not(template){
    --divide-opacity: 0.1;
  }

  .md\:divide-opacity-20 > :not(template) ~ :not(template){
    --divide-opacity: 0.2;
  }

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

  .md\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

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

  .md\:divide-opacity-60 > :not(template) ~ :not(template){
    --divide-opacity: 0.6;
  }

  .md\:divide-opacity-70 > :not(template) ~ :not(template){
    --divide-opacity: 0.7;
  }

  .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-90 > :not(template) ~ :not(template){
    --divide-opacity: 0.9;
  }

  .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-brand-primary{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .md\:bg-brand-light-gray{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

  .md\:bg-brand-scrim{
    background-color: rgba(0,0,0,0.8);
  }

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

  .md\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .md\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .md\:bg-red{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .md\:bg-navy{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .md\:bg-marigold{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .md\:bg-green{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .md\:bg-sky{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .md\:bg-sea{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary:hover{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .md\:hover\:bg-brand-light-gray:hover{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight:hover{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

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

  .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: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .md\:hover\:bg-red:hover{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .md\:hover\:bg-navy:hover{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .md\:hover\:bg-marigold:hover{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .md\:hover\:bg-green:hover{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .md\:hover\:bg-sky:hover{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .md\:hover\:bg-sea:hover{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary:focus{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .md\:focus\:bg-brand-light-gray:focus{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight:focus{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

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

  .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: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .md\:focus\:bg-red:focus{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .md\:focus\:bg-navy:focus{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .md\:focus\:bg-marigold:focus{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .md\:focus\:bg-green:focus{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .md\:focus\:bg-sky:focus{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .md\:focus\:bg-sea:focus{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:from-brand-light-gray{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .md\:from-brand-scrim{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .md\:from-gray-200{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .md\:from-red{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:from-navy{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .md\:from-marigold{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .md\:from-green{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .md\:from-sky{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .md\:from-sea{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:via-brand-light-gray{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .md\:via-brand-scrim{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .md\:via-gray-200{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .md\:via-red{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:via-navy{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .md\:via-marigold{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .md\:via-green{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .md\:via-sky{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .md\:via-sea{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 0));
  }

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

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

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

  .md\:to-brand-primary{
    --gradient-to-color: #FA4135;
  }

  .md\:to-brand-light-gray{
    --gradient-to-color: #F2F3F9;
  }

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

  .md\:to-brand-midnight{
    --gradient-to-color: #01313C;
  }

  .md\:to-brand-scrim{
    --gradient-to-color: rgba(0,0,0,0.8);
  }

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

  .md\:to-gray-100{
    --gradient-to-color: #F2F3F9;
  }

  .md\:to-gray-200{
    --gradient-to-color: #ACADAF;
  }

  .md\:to-red{
    --gradient-to-color: #FA4135;
  }

  .md\:to-navy{
    --gradient-to-color: #034859;
  }

  .md\:to-marigold{
    --gradient-to-color: #FAA335;
  }

  .md\:to-green{
    --gradient-to-color: #00A79D;
  }

  .md\:to-sky{
    --gradient-to-color: #80CAE2;
  }

  .md\:to-sea{
    --gradient-to-color: #4996B2;
  }

  .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-brand-primary:hover{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:hover\:from-brand-light-gray:hover{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .md\:hover\:from-brand-scrim:hover{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .md\:hover\:from-gray-200:hover{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .md\:hover\:from-red:hover{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:hover\:from-navy:hover{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .md\:hover\:from-marigold:hover{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .md\:hover\:from-green:hover{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .md\:hover\:from-sky:hover{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .md\:hover\:from-sea:hover{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:hover\:via-brand-light-gray:hover{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .md\:hover\:via-brand-scrim:hover{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .md\:hover\:via-gray-200:hover{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .md\:hover\:via-red:hover{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:hover\:via-navy:hover{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .md\:hover\:via-marigold:hover{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .md\:hover\:via-green:hover{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .md\:hover\:via-sky:hover{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .md\:hover\:via-sea:hover{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
    --gradient-to-color: #FA4135;
  }

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

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

  .md\:hover\:to-brand-midnight:hover{
    --gradient-to-color: #01313C;
  }

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

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

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

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

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

  .md\:hover\:to-navy:hover{
    --gradient-to-color: #034859;
  }

  .md\:hover\:to-marigold:hover{
    --gradient-to-color: #FAA335;
  }

  .md\:hover\:to-green:hover{
    --gradient-to-color: #00A79D;
  }

  .md\:hover\:to-sky:hover{
    --gradient-to-color: #80CAE2;
  }

  .md\:hover\:to-sea:hover{
    --gradient-to-color: #4996B2;
  }

  .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-brand-primary:focus{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:focus\:from-brand-light-gray:focus{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .md\:focus\:from-brand-scrim:focus{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .md\:focus\:from-gray-200:focus{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .md\:focus\:from-red:focus{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:focus\:from-navy:focus{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .md\:focus\:from-marigold:focus{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .md\:focus\:from-green:focus{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .md\:focus\:from-sky:focus{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .md\:focus\:from-sea:focus{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:focus\:via-brand-light-gray:focus{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .md\:focus\:via-brand-scrim:focus{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .md\:focus\:via-gray-200:focus{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .md\:focus\:via-red:focus{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .md\:focus\:via-navy:focus{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .md\:focus\:via-marigold:focus{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .md\:focus\:via-green:focus{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .md\:focus\:via-sky:focus{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .md\:focus\:via-sea:focus{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
    --gradient-to-color: #FA4135;
  }

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

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

  .md\:focus\:to-brand-midnight:focus{
    --gradient-to-color: #01313C;
  }

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

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

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

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

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

  .md\:focus\:to-navy:focus{
    --gradient-to-color: #034859;
  }

  .md\:focus\:to-marigold:focus{
    --gradient-to-color: #FAA335;
  }

  .md\:focus\:to-green:focus{
    --gradient-to-color: #00A79D;
  }

  .md\:focus\:to-sky:focus{
    --gradient-to-color: #80CAE2;
  }

  .md\:focus\:to-sea:focus{
    --gradient-to-color: #4996B2;
  }

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

  .md\:bg-opacity-10{
    --bg-opacity: 0.1;
  }

  .md\:bg-opacity-20{
    --bg-opacity: 0.2;
  }

  .md\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .md\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .md\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .md\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .md\:bg-opacity-60{
    --bg-opacity: 0.6;
  }

  .md\:bg-opacity-70{
    --bg-opacity: 0.7;
  }

  .md\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .md\:bg-opacity-80{
    --bg-opacity: 0.8;
  }

  .md\:bg-opacity-90{
    --bg-opacity: 0.9;
  }

  .md\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-10:hover{
    --bg-opacity: 0.1;
  }

  .md\:hover\:bg-opacity-20:hover{
    --bg-opacity: 0.2;
  }

  .md\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-60:hover{
    --bg-opacity: 0.6;
  }

  .md\:hover\:bg-opacity-70:hover{
    --bg-opacity: 0.7;
  }

  .md\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-90:hover{
    --bg-opacity: 0.9;
  }

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

  .md\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-10:focus{
    --bg-opacity: 0.1;
  }

  .md\:focus\:bg-opacity-20:focus{
    --bg-opacity: 0.2;
  }

  .md\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-60:focus{
    --bg-opacity: 0.6;
  }

  .md\:focus\:bg-opacity-70:focus{
    --bg-opacity: 0.7;
  }

  .md\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-90:focus{
    --bg-opacity: 0.9;
  }

  .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-brand-primary{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .md\:border-brand-light-gray{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .md\:border-brand-scrim{
    border-color: rgba(0,0,0,0.8);
  }

  .md\:border-brand-overlay{
    border-color: rgba(255,255,255,0.35);
  }

  .md\:border-gray-100{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .md\:border-gray-200{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .md\:border-red{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .md\:border-navy{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .md\:border-marigold{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .md\:border-green{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .md\:border-sky{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .md\:border-sea{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-brand-primary:hover{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .md\:hover\:border-brand-light-gray:hover{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight:hover{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .md\:hover\:border-brand-scrim:hover{
    border-color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .md\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .md\:hover\:border-red:hover{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .md\:hover\:border-navy:hover{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .md\:hover\:border-marigold:hover{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .md\:hover\:border-green:hover{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .md\:hover\:border-sky:hover{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .md\:hover\:border-sea:hover{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-brand-primary:focus{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .md\:focus\:border-brand-light-gray:focus{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight:focus{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .md\:focus\:border-brand-scrim:focus{
    border-color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .md\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .md\:focus\:border-red:focus{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .md\:focus\:border-navy:focus{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .md\:focus\:border-marigold:focus{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .md\:focus\:border-green:focus{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .md\:focus\:border-sky:focus{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .md\:focus\:border-sea:focus{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, var(--border-opacity));
  }

  .md\:border-opacity-0{
    --border-opacity: 0;
  }

  .md\:border-opacity-10{
    --border-opacity: 0.1;
  }

  .md\:border-opacity-20{
    --border-opacity: 0.2;
  }

  .md\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .md\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .md\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .md\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .md\:border-opacity-60{
    --border-opacity: 0.6;
  }

  .md\:border-opacity-70{
    --border-opacity: 0.7;
  }

  .md\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .md\:border-opacity-80{
    --border-opacity: 0.8;
  }

  .md\:border-opacity-90{
    --border-opacity: 0.9;
  }

  .md\:border-opacity-100{
    --border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .md\:hover\:border-opacity-10:hover{
    --border-opacity: 0.1;
  }

  .md\:hover\:border-opacity-20:hover{
    --border-opacity: 0.2;
  }

  .md\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-60:hover{
    --border-opacity: 0.6;
  }

  .md\:hover\:border-opacity-70:hover{
    --border-opacity: 0.7;
  }

  .md\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-90:hover{
    --border-opacity: 0.9;
  }

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

  .md\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .md\:focus\:border-opacity-10:focus{
    --border-opacity: 0.1;
  }

  .md\:focus\:border-opacity-20:focus{
    --border-opacity: 0.2;
  }

  .md\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-60:focus{
    --border-opacity: 0.6;
  }

  .md\:focus\:border-opacity-70:focus{
    --border-opacity: 0.7;
  }

  .md\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-90:focus{
    --border-opacity: 0.9;
  }

  .md\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

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

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

  .md\:rounded-DEFAULT{
    border-radius: 0.25rem;
  }

  .md\:rounded-md{
    border-radius: 0.5rem;
  }

  .md\:rounded-lg{
    border-radius: 0.75rem;
  }

  .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-DEFAULT{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r-DEFAULT{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b-DEFAULT{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l-DEFAULT{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .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-DEFAULT{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr-DEFAULT{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br-DEFAULT{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl-DEFAULT{
    border-bottom-left-radius: 0.25rem;
  }

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

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

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.75rem;
  }

  .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\:first\:border-0:first-child{
    border-width: 0;
  }

  .md\:first\:border-2:first-child{
    border-width: 2px;
  }

  .md\:first\:border-4:first-child{
    border-width: 4px;
  }

  .md\:first\:border-8:first-child{
    border-width: 8px;
  }

  .md\:first\:border:first-child{
    border-width: 1px;
  }

  .md\:first\:border-t-0:first-child{
    border-top-width: 0;
  }

  .md\:first\:border-r-0:first-child{
    border-right-width: 0;
  }

  .md\:first\:border-b-0:first-child{
    border-bottom-width: 0;
  }

  .md\:first\:border-l-0:first-child{
    border-left-width: 0;
  }

  .md\:first\:border-t-2:first-child{
    border-top-width: 2px;
  }

  .md\:first\:border-r-2:first-child{
    border-right-width: 2px;
  }

  .md\:first\:border-b-2:first-child{
    border-bottom-width: 2px;
  }

  .md\:first\:border-l-2:first-child{
    border-left-width: 2px;
  }

  .md\:first\:border-t-4:first-child{
    border-top-width: 4px;
  }

  .md\:first\:border-r-4:first-child{
    border-right-width: 4px;
  }

  .md\:first\:border-b-4:first-child{
    border-bottom-width: 4px;
  }

  .md\:first\:border-l-4:first-child{
    border-left-width: 4px;
  }

  .md\:first\:border-t-8:first-child{
    border-top-width: 8px;
  }

  .md\:first\:border-r-8:first-child{
    border-right-width: 8px;
  }

  .md\:first\:border-b-8:first-child{
    border-bottom-width: 8px;
  }

  .md\:first\:border-l-8:first-child{
    border-left-width: 8px;
  }

  .md\:first\:border-t:first-child{
    border-top-width: 1px;
  }

  .md\:first\:border-r:first-child{
    border-right-width: 1px;
  }

  .md\:first\:border-b:first-child{
    border-bottom-width: 1px;
  }

  .md\:first\:border-l:first-child{
    border-left-width: 1px;
  }

  .md\:last\:border-0:last-child{
    border-width: 0;
  }

  .md\:last\:border-2:last-child{
    border-width: 2px;
  }

  .md\:last\:border-4:last-child{
    border-width: 4px;
  }

  .md\:last\:border-8:last-child{
    border-width: 8px;
  }

  .md\:last\:border:last-child{
    border-width: 1px;
  }

  .md\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .md\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .md\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .md\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .md\:last\:border-t-2:last-child{
    border-top-width: 2px;
  }

  .md\:last\:border-r-2:last-child{
    border-right-width: 2px;
  }

  .md\:last\:border-b-2:last-child{
    border-bottom-width: 2px;
  }

  .md\:last\:border-l-2:last-child{
    border-left-width: 2px;
  }

  .md\:last\:border-t-4:last-child{
    border-top-width: 4px;
  }

  .md\:last\:border-r-4:last-child{
    border-right-width: 4px;
  }

  .md\:last\:border-b-4:last-child{
    border-bottom-width: 4px;
  }

  .md\:last\:border-l-4:last-child{
    border-left-width: 4px;
  }

  .md\:last\:border-t-8:last-child{
    border-top-width: 8px;
  }

  .md\:last\:border-r-8:last-child{
    border-right-width: 8px;
  }

  .md\:last\:border-b-8:last-child{
    border-bottom-width: 8px;
  }

  .md\:last\:border-l-8:last-child{
    border-left-width: 8px;
  }

  .md\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .md\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .md\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .md\:last\:border-l:last-child{
    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: "Gilroy", sans-serif, -apple-system, BlinkMacSystemFont;
  }

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

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

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

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

  .md\:font-black{
    font-weight: 900;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  .md\:h-0{
    height: 0;
  }

  .md\:h-1{
    height: 0.25rem;
  }

  .md\:h-2{
    height: 0.5rem;
  }

  .md\:h-3{
    height: 0.75rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-5{
    height: 1.25rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-7{
    height: 1.875rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-9{
    height: 2.25rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-13{
    height: 3.125rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-25{
    height: 6.25rem;
  }

  .md\:h-28{
    height: 7rem;
  }

  .md\:h-30{
    height: 7.5rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-38{
    height: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:h-gutter-full{
    height: 3.125rem;
  }

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

  .md\:h-screen{
    height: 100vh;
  }

  .md\:text-13{
    font-size: 0.8125rem;
  }

  .md\:text-15{
    font-size: 0.9375rem;
  }

  .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: 2.5rem;
  }

  .md\:text-3xl{
    font-size: 2rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
  }

  .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-7{
    margin: 1.875rem;
  }

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

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

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

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

  .md\:m-13{
    margin: 3.125rem;
  }

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

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

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

  .md\:m-25{
    margin: 6.25rem;
  }

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

  .md\:m-30{
    margin: 7.5rem;
  }

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

  .md\:m-38{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:m-gutter-full{
    margin: 3.125rem;
  }

  .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-7{
    margin: -1.875rem;
  }

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

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

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

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

  .md\:-m-13{
    margin: -3.125rem;
  }

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

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

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

  .md\:-m-25{
    margin: -6.25rem;
  }

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

  .md\:-m-30{
    margin: -7.5rem;
  }

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

  .md\:-m-38{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:-m-gutter-full{
    margin: -3.125rem;
  }

  .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-7{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:mx-7{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:mx-13{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:mx-25{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-38{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .md\:mx-38{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:mx-gutter{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:my-gutter-full{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:mx-gutter-full{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:-mx-7{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:-mx-13{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:-mx-25{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-38{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:-mx-38{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:-mx-gutter{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:-my-gutter-full{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:-mx-gutter-full{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7{
    margin-top: 1.875rem;
  }

  .md\:mr-7{
    margin-right: 1.875rem;
  }

  .md\:mb-7{
    margin-bottom: 1.875rem;
  }

  .md\:ml-7{
    margin-left: 1.875rem;
  }

  .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-13{
    margin-top: 3.125rem;
  }

  .md\:mr-13{
    margin-right: 3.125rem;
  }

  .md\:mb-13{
    margin-bottom: 3.125rem;
  }

  .md\:ml-13{
    margin-left: 3.125rem;
  }

  .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-25{
    margin-top: 6.25rem;
  }

  .md\:mr-25{
    margin-right: 6.25rem;
  }

  .md\:mb-25{
    margin-bottom: 6.25rem;
  }

  .md\:ml-25{
    margin-left: 6.25rem;
  }

  .md\:mt-28{
    margin-top: 7rem;
  }

  .md\:mr-28{
    margin-right: 7rem;
  }

  .md\:mb-28{
    margin-bottom: 7rem;
  }

  .md\:ml-28{
    margin-left: 7rem;
  }

  .md\:mt-30{
    margin-top: 7.5rem;
  }

  .md\:mr-30{
    margin-right: 7.5rem;
  }

  .md\:mb-30{
    margin-bottom: 7.5rem;
  }

  .md\:ml-30{
    margin-left: 7.5rem;
  }

  .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-38{
    margin-top: 9.375rem;
  }

  .md\:mr-38{
    margin-right: 9.375rem;
  }

  .md\:mb-38{
    margin-bottom: 9.375rem;
  }

  .md\:ml-38{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:mr-gutter{
    margin-right: 1.5625rem;
  }

  .md\:mb-gutter{
    margin-bottom: 1.5625rem;
  }

  .md\:ml-gutter{
    margin-left: 1.5625rem;
  }

  .md\:mt-gutter-full{
    margin-top: 3.125rem;
  }

  .md\:mr-gutter-full{
    margin-right: 3.125rem;
  }

  .md\:mb-gutter-full{
    margin-bottom: 3.125rem;
  }

  .md\:ml-gutter-full{
    margin-left: 3.125rem;
  }

  .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-7{
    margin-top: -1.875rem;
  }

  .md\:-mr-7{
    margin-right: -1.875rem;
  }

  .md\:-mb-7{
    margin-bottom: -1.875rem;
  }

  .md\:-ml-7{
    margin-left: -1.875rem;
  }

  .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-13{
    margin-top: -3.125rem;
  }

  .md\:-mr-13{
    margin-right: -3.125rem;
  }

  .md\:-mb-13{
    margin-bottom: -3.125rem;
  }

  .md\:-ml-13{
    margin-left: -3.125rem;
  }

  .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-25{
    margin-top: -6.25rem;
  }

  .md\:-mr-25{
    margin-right: -6.25rem;
  }

  .md\:-mb-25{
    margin-bottom: -6.25rem;
  }

  .md\:-ml-25{
    margin-left: -6.25rem;
  }

  .md\:-mt-28{
    margin-top: -7rem;
  }

  .md\:-mr-28{
    margin-right: -7rem;
  }

  .md\:-mb-28{
    margin-bottom: -7rem;
  }

  .md\:-ml-28{
    margin-left: -7rem;
  }

  .md\:-mt-30{
    margin-top: -7.5rem;
  }

  .md\:-mr-30{
    margin-right: -7.5rem;
  }

  .md\:-mb-30{
    margin-bottom: -7.5rem;
  }

  .md\:-ml-30{
    margin-left: -7.5rem;
  }

  .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-38{
    margin-top: -9.375rem;
  }

  .md\:-mr-38{
    margin-right: -9.375rem;
  }

  .md\:-mb-38{
    margin-bottom: -9.375rem;
  }

  .md\:-ml-38{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:-mr-gutter{
    margin-right: -1.5625rem;
  }

  .md\:-mb-gutter{
    margin-bottom: -1.5625rem;
  }

  .md\:-ml-gutter{
    margin-left: -1.5625rem;
  }

  .md\:-mt-gutter-full{
    margin-top: -3.125rem;
  }

  .md\:-mr-gutter-full{
    margin-right: -3.125rem;
  }

  .md\:-mb-gutter-full{
    margin-bottom: -3.125rem;
  }

  .md\:-ml-gutter-full{
    margin-left: -3.125rem;
  }

  .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-7:first-child{
    margin: 1.875rem;
  }

  .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-13:first-child{
    margin: 3.125rem;
  }

  .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-25:first-child{
    margin: 6.25rem;
  }

  .md\:first\:m-28:first-child{
    margin: 7rem;
  }

  .md\:first\:m-30:first-child{
    margin: 7.5rem;
  }

  .md\:first\:m-32:first-child{
    margin: 8rem;
  }

  .md\:first\:m-38:first-child{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:first\:m-gutter-full:first-child{
    margin: 3.125rem;
  }

  .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-7:first-child{
    margin: -1.875rem;
  }

  .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-13:first-child{
    margin: -3.125rem;
  }

  .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-25:first-child{
    margin: -6.25rem;
  }

  .md\:first\:-m-28:first-child{
    margin: -7rem;
  }

  .md\:first\:-m-30:first-child{
    margin: -7.5rem;
  }

  .md\:first\:-m-32:first-child{
    margin: -8rem;
  }

  .md\:first\:-m-38:first-child{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:first\:-m-gutter-full:first-child{
    margin: -3.125rem;
  }

  .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-7:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:first\:mx-7:first-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:first\:mx-13:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:first\:mx-25:first-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:first\:my-28:first-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:first\:mx-28:first-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:first\:my-30:first-child{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:first\:mx-30:first-child{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-38:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .md\:first\:mx-38:first-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:first\:mx-gutter:first-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:first\:my-gutter-full:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:first\:mx-gutter-full:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:first\:-mx-7:first-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:first\:-mx-13:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:first\:-mx-25:first-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:first\:-my-28:first-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:first\:-mx-28:first-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:first\:-my-30:first-child{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:first\:-mx-30:first-child{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-38:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:first\:-mx-38:first-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:first\:-mx-gutter:first-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:first\:-my-gutter-full:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:first\:-mx-gutter-full:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7:first-child{
    margin-top: 1.875rem;
  }

  .md\:first\:mr-7:first-child{
    margin-right: 1.875rem;
  }

  .md\:first\:mb-7:first-child{
    margin-bottom: 1.875rem;
  }

  .md\:first\:ml-7:first-child{
    margin-left: 1.875rem;
  }

  .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-13:first-child{
    margin-top: 3.125rem;
  }

  .md\:first\:mr-13:first-child{
    margin-right: 3.125rem;
  }

  .md\:first\:mb-13:first-child{
    margin-bottom: 3.125rem;
  }

  .md\:first\:ml-13:first-child{
    margin-left: 3.125rem;
  }

  .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-25:first-child{
    margin-top: 6.25rem;
  }

  .md\:first\:mr-25:first-child{
    margin-right: 6.25rem;
  }

  .md\:first\:mb-25:first-child{
    margin-bottom: 6.25rem;
  }

  .md\:first\:ml-25:first-child{
    margin-left: 6.25rem;
  }

  .md\:first\:mt-28:first-child{
    margin-top: 7rem;
  }

  .md\:first\:mr-28:first-child{
    margin-right: 7rem;
  }

  .md\:first\:mb-28:first-child{
    margin-bottom: 7rem;
  }

  .md\:first\:ml-28:first-child{
    margin-left: 7rem;
  }

  .md\:first\:mt-30:first-child{
    margin-top: 7.5rem;
  }

  .md\:first\:mr-30:first-child{
    margin-right: 7.5rem;
  }

  .md\:first\:mb-30:first-child{
    margin-bottom: 7.5rem;
  }

  .md\:first\:ml-30:first-child{
    margin-left: 7.5rem;
  }

  .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-38:first-child{
    margin-top: 9.375rem;
  }

  .md\:first\:mr-38:first-child{
    margin-right: 9.375rem;
  }

  .md\:first\:mb-38:first-child{
    margin-bottom: 9.375rem;
  }

  .md\:first\:ml-38:first-child{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:first\:mr-gutter:first-child{
    margin-right: 1.5625rem;
  }

  .md\:first\:mb-gutter:first-child{
    margin-bottom: 1.5625rem;
  }

  .md\:first\:ml-gutter:first-child{
    margin-left: 1.5625rem;
  }

  .md\:first\:mt-gutter-full:first-child{
    margin-top: 3.125rem;
  }

  .md\:first\:mr-gutter-full:first-child{
    margin-right: 3.125rem;
  }

  .md\:first\:mb-gutter-full:first-child{
    margin-bottom: 3.125rem;
  }

  .md\:first\:ml-gutter-full:first-child{
    margin-left: 3.125rem;
  }

  .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-7:first-child{
    margin-top: -1.875rem;
  }

  .md\:first\:-mr-7:first-child{
    margin-right: -1.875rem;
  }

  .md\:first\:-mb-7:first-child{
    margin-bottom: -1.875rem;
  }

  .md\:first\:-ml-7:first-child{
    margin-left: -1.875rem;
  }

  .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-13:first-child{
    margin-top: -3.125rem;
  }

  .md\:first\:-mr-13:first-child{
    margin-right: -3.125rem;
  }

  .md\:first\:-mb-13:first-child{
    margin-bottom: -3.125rem;
  }

  .md\:first\:-ml-13:first-child{
    margin-left: -3.125rem;
  }

  .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-25:first-child{
    margin-top: -6.25rem;
  }

  .md\:first\:-mr-25:first-child{
    margin-right: -6.25rem;
  }

  .md\:first\:-mb-25:first-child{
    margin-bottom: -6.25rem;
  }

  .md\:first\:-ml-25:first-child{
    margin-left: -6.25rem;
  }

  .md\:first\:-mt-28:first-child{
    margin-top: -7rem;
  }

  .md\:first\:-mr-28:first-child{
    margin-right: -7rem;
  }

  .md\:first\:-mb-28:first-child{
    margin-bottom: -7rem;
  }

  .md\:first\:-ml-28:first-child{
    margin-left: -7rem;
  }

  .md\:first\:-mt-30:first-child{
    margin-top: -7.5rem;
  }

  .md\:first\:-mr-30:first-child{
    margin-right: -7.5rem;
  }

  .md\:first\:-mb-30:first-child{
    margin-bottom: -7.5rem;
  }

  .md\:first\:-ml-30:first-child{
    margin-left: -7.5rem;
  }

  .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-38:first-child{
    margin-top: -9.375rem;
  }

  .md\:first\:-mr-38:first-child{
    margin-right: -9.375rem;
  }

  .md\:first\:-mb-38:first-child{
    margin-bottom: -9.375rem;
  }

  .md\:first\:-ml-38:first-child{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:first\:-mr-gutter:first-child{
    margin-right: -1.5625rem;
  }

  .md\:first\:-mb-gutter:first-child{
    margin-bottom: -1.5625rem;
  }

  .md\:first\:-ml-gutter:first-child{
    margin-left: -1.5625rem;
  }

  .md\:first\:-mt-gutter-full:first-child{
    margin-top: -3.125rem;
  }

  .md\:first\:-mr-gutter-full:first-child{
    margin-right: -3.125rem;
  }

  .md\:first\:-mb-gutter-full:first-child{
    margin-bottom: -3.125rem;
  }

  .md\:first\:-ml-gutter-full:first-child{
    margin-left: -3.125rem;
  }

  .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-7:last-child{
    margin: 1.875rem;
  }

  .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-13:last-child{
    margin: 3.125rem;
  }

  .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-25:last-child{
    margin: 6.25rem;
  }

  .md\:last\:m-28:last-child{
    margin: 7rem;
  }

  .md\:last\:m-30:last-child{
    margin: 7.5rem;
  }

  .md\:last\:m-32:last-child{
    margin: 8rem;
  }

  .md\:last\:m-38:last-child{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:last\:m-gutter-full:last-child{
    margin: 3.125rem;
  }

  .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-7:last-child{
    margin: -1.875rem;
  }

  .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-13:last-child{
    margin: -3.125rem;
  }

  .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-25:last-child{
    margin: -6.25rem;
  }

  .md\:last\:-m-28:last-child{
    margin: -7rem;
  }

  .md\:last\:-m-30:last-child{
    margin: -7.5rem;
  }

  .md\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .md\:last\:-m-38:last-child{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:last\:-m-gutter-full:last-child{
    margin: -3.125rem;
  }

  .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-7:last-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:last\:mx-7:last-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:last\:mx-13:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25:last-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:last\:mx-25:last-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:last\:my-28:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:last\:mx-28:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:last\:my-30:last-child{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:last\:mx-30:last-child{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-38:last-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .md\:last\:mx-38:last-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:last\:mx-gutter:last-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:last\:my-gutter-full:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:last\:mx-gutter-full:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7:last-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:last\:-mx-7:last-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:last\:-mx-13:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25:last-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:last\:-mx-25:last-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:last\:-my-28:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:last\:-mx-28:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:last\:-my-30:last-child{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:last\:-mx-30:last-child{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-38:last-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:last\:-mx-38:last-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:last\:-mx-gutter:last-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:last\:-my-gutter-full:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:last\:-mx-gutter-full:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7:last-child{
    margin-top: 1.875rem;
  }

  .md\:last\:mr-7:last-child{
    margin-right: 1.875rem;
  }

  .md\:last\:mb-7:last-child{
    margin-bottom: 1.875rem;
  }

  .md\:last\:ml-7:last-child{
    margin-left: 1.875rem;
  }

  .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-13:last-child{
    margin-top: 3.125rem;
  }

  .md\:last\:mr-13:last-child{
    margin-right: 3.125rem;
  }

  .md\:last\:mb-13:last-child{
    margin-bottom: 3.125rem;
  }

  .md\:last\:ml-13:last-child{
    margin-left: 3.125rem;
  }

  .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-25:last-child{
    margin-top: 6.25rem;
  }

  .md\:last\:mr-25:last-child{
    margin-right: 6.25rem;
  }

  .md\:last\:mb-25:last-child{
    margin-bottom: 6.25rem;
  }

  .md\:last\:ml-25:last-child{
    margin-left: 6.25rem;
  }

  .md\:last\:mt-28:last-child{
    margin-top: 7rem;
  }

  .md\:last\:mr-28:last-child{
    margin-right: 7rem;
  }

  .md\:last\:mb-28:last-child{
    margin-bottom: 7rem;
  }

  .md\:last\:ml-28:last-child{
    margin-left: 7rem;
  }

  .md\:last\:mt-30:last-child{
    margin-top: 7.5rem;
  }

  .md\:last\:mr-30:last-child{
    margin-right: 7.5rem;
  }

  .md\:last\:mb-30:last-child{
    margin-bottom: 7.5rem;
  }

  .md\:last\:ml-30:last-child{
    margin-left: 7.5rem;
  }

  .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-38:last-child{
    margin-top: 9.375rem;
  }

  .md\:last\:mr-38:last-child{
    margin-right: 9.375rem;
  }

  .md\:last\:mb-38:last-child{
    margin-bottom: 9.375rem;
  }

  .md\:last\:ml-38:last-child{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:last\:mr-gutter:last-child{
    margin-right: 1.5625rem;
  }

  .md\:last\:mb-gutter:last-child{
    margin-bottom: 1.5625rem;
  }

  .md\:last\:ml-gutter:last-child{
    margin-left: 1.5625rem;
  }

  .md\:last\:mt-gutter-full:last-child{
    margin-top: 3.125rem;
  }

  .md\:last\:mr-gutter-full:last-child{
    margin-right: 3.125rem;
  }

  .md\:last\:mb-gutter-full:last-child{
    margin-bottom: 3.125rem;
  }

  .md\:last\:ml-gutter-full:last-child{
    margin-left: 3.125rem;
  }

  .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-7:last-child{
    margin-top: -1.875rem;
  }

  .md\:last\:-mr-7:last-child{
    margin-right: -1.875rem;
  }

  .md\:last\:-mb-7:last-child{
    margin-bottom: -1.875rem;
  }

  .md\:last\:-ml-7:last-child{
    margin-left: -1.875rem;
  }

  .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-13:last-child{
    margin-top: -3.125rem;
  }

  .md\:last\:-mr-13:last-child{
    margin-right: -3.125rem;
  }

  .md\:last\:-mb-13:last-child{
    margin-bottom: -3.125rem;
  }

  .md\:last\:-ml-13:last-child{
    margin-left: -3.125rem;
  }

  .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-25:last-child{
    margin-top: -6.25rem;
  }

  .md\:last\:-mr-25:last-child{
    margin-right: -6.25rem;
  }

  .md\:last\:-mb-25:last-child{
    margin-bottom: -6.25rem;
  }

  .md\:last\:-ml-25:last-child{
    margin-left: -6.25rem;
  }

  .md\:last\:-mt-28:last-child{
    margin-top: -7rem;
  }

  .md\:last\:-mr-28:last-child{
    margin-right: -7rem;
  }

  .md\:last\:-mb-28:last-child{
    margin-bottom: -7rem;
  }

  .md\:last\:-ml-28:last-child{
    margin-left: -7rem;
  }

  .md\:last\:-mt-30:last-child{
    margin-top: -7.5rem;
  }

  .md\:last\:-mr-30:last-child{
    margin-right: -7.5rem;
  }

  .md\:last\:-mb-30:last-child{
    margin-bottom: -7.5rem;
  }

  .md\:last\:-ml-30:last-child{
    margin-left: -7.5rem;
  }

  .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-38:last-child{
    margin-top: -9.375rem;
  }

  .md\:last\:-mr-38:last-child{
    margin-right: -9.375rem;
  }

  .md\:last\:-mb-38:last-child{
    margin-bottom: -9.375rem;
  }

  .md\:last\:-ml-38:last-child{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:last\:-mr-gutter:last-child{
    margin-right: -1.5625rem;
  }

  .md\:last\:-mb-gutter:last-child{
    margin-bottom: -1.5625rem;
  }

  .md\:last\:-ml-gutter:last-child{
    margin-left: -1.5625rem;
  }

  .md\:last\:-mt-gutter-full:last-child{
    margin-top: -3.125rem;
  }

  .md\:last\:-mr-gutter-full:last-child{
    margin-right: -3.125rem;
  }

  .md\:last\:-mb-gutter-full:last-child{
    margin-bottom: -3.125rem;
  }

  .md\:last\:-ml-gutter-full:last-child{
    margin-left: -3.125rem;
  }

  .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-50{
    opacity: 0.5;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

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

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

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

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .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-7{
    padding: 1.875rem;
  }

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

  .md\:p-9{
    padding: 2.25rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-13{
    padding: 3.125rem;
  }

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

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-25{
    padding: 6.25rem;
  }

  .md\:p-28{
    padding: 7rem;
  }

  .md\:p-30{
    padding: 7.5rem;
  }

  .md\:p-32{
    padding: 8rem;
  }

  .md\:p-38{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:p-gutter-full{
    padding: 3.125rem;
  }

  .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-7{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:px-7{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:px-13{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:px-25{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-38{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .md\:px-38{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:px-gutter{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:py-gutter-full{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:px-gutter-full{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7{
    padding-top: 1.875rem;
  }

  .md\:pr-7{
    padding-right: 1.875rem;
  }

  .md\:pb-7{
    padding-bottom: 1.875rem;
  }

  .md\:pl-7{
    padding-left: 1.875rem;
  }

  .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-13{
    padding-top: 3.125rem;
  }

  .md\:pr-13{
    padding-right: 3.125rem;
  }

  .md\:pb-13{
    padding-bottom: 3.125rem;
  }

  .md\:pl-13{
    padding-left: 3.125rem;
  }

  .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-25{
    padding-top: 6.25rem;
  }

  .md\:pr-25{
    padding-right: 6.25rem;
  }

  .md\:pb-25{
    padding-bottom: 6.25rem;
  }

  .md\:pl-25{
    padding-left: 6.25rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pr-28{
    padding-right: 7rem;
  }

  .md\:pb-28{
    padding-bottom: 7rem;
  }

  .md\:pl-28{
    padding-left: 7rem;
  }

  .md\:pt-30{
    padding-top: 7.5rem;
  }

  .md\:pr-30{
    padding-right: 7.5rem;
  }

  .md\:pb-30{
    padding-bottom: 7.5rem;
  }

  .md\:pl-30{
    padding-left: 7.5rem;
  }

  .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-38{
    padding-top: 9.375rem;
  }

  .md\:pr-38{
    padding-right: 9.375rem;
  }

  .md\:pb-38{
    padding-bottom: 9.375rem;
  }

  .md\:pl-38{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:pr-gutter{
    padding-right: 1.5625rem;
  }

  .md\:pb-gutter{
    padding-bottom: 1.5625rem;
  }

  .md\:pl-gutter{
    padding-left: 1.5625rem;
  }

  .md\:pt-gutter-full{
    padding-top: 3.125rem;
  }

  .md\:pr-gutter-full{
    padding-right: 3.125rem;
  }

  .md\:pb-gutter-full{
    padding-bottom: 3.125rem;
  }

  .md\:pl-gutter-full{
    padding-left: 3.125rem;
  }

  .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-7:first-child{
    padding: 1.875rem;
  }

  .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-13:first-child{
    padding: 3.125rem;
  }

  .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-25:first-child{
    padding: 6.25rem;
  }

  .md\:first\:p-28:first-child{
    padding: 7rem;
  }

  .md\:first\:p-30:first-child{
    padding: 7.5rem;
  }

  .md\:first\:p-32:first-child{
    padding: 8rem;
  }

  .md\:first\:p-38:first-child{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:first\:p-gutter-full:first-child{
    padding: 3.125rem;
  }

  .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-7:first-child{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:first\:px-7:first-child{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13:first-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:first\:px-13:first-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25:first-child{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:first\:px-25:first-child{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:first\:py-28:first-child{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:first\:px-28:first-child{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:first\:py-30:first-child{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:first\:px-30:first-child{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-38:first-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .md\:first\:px-38:first-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:first\:px-gutter:first-child{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:first\:py-gutter-full:first-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:first\:px-gutter-full:first-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7:first-child{
    padding-top: 1.875rem;
  }

  .md\:first\:pr-7:first-child{
    padding-right: 1.875rem;
  }

  .md\:first\:pb-7:first-child{
    padding-bottom: 1.875rem;
  }

  .md\:first\:pl-7:first-child{
    padding-left: 1.875rem;
  }

  .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-13:first-child{
    padding-top: 3.125rem;
  }

  .md\:first\:pr-13:first-child{
    padding-right: 3.125rem;
  }

  .md\:first\:pb-13:first-child{
    padding-bottom: 3.125rem;
  }

  .md\:first\:pl-13:first-child{
    padding-left: 3.125rem;
  }

  .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-25:first-child{
    padding-top: 6.25rem;
  }

  .md\:first\:pr-25:first-child{
    padding-right: 6.25rem;
  }

  .md\:first\:pb-25:first-child{
    padding-bottom: 6.25rem;
  }

  .md\:first\:pl-25:first-child{
    padding-left: 6.25rem;
  }

  .md\:first\:pt-28:first-child{
    padding-top: 7rem;
  }

  .md\:first\:pr-28:first-child{
    padding-right: 7rem;
  }

  .md\:first\:pb-28:first-child{
    padding-bottom: 7rem;
  }

  .md\:first\:pl-28:first-child{
    padding-left: 7rem;
  }

  .md\:first\:pt-30:first-child{
    padding-top: 7.5rem;
  }

  .md\:first\:pr-30:first-child{
    padding-right: 7.5rem;
  }

  .md\:first\:pb-30:first-child{
    padding-bottom: 7.5rem;
  }

  .md\:first\:pl-30:first-child{
    padding-left: 7.5rem;
  }

  .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-38:first-child{
    padding-top: 9.375rem;
  }

  .md\:first\:pr-38:first-child{
    padding-right: 9.375rem;
  }

  .md\:first\:pb-38:first-child{
    padding-bottom: 9.375rem;
  }

  .md\:first\:pl-38:first-child{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:first\:pr-gutter:first-child{
    padding-right: 1.5625rem;
  }

  .md\:first\:pb-gutter:first-child{
    padding-bottom: 1.5625rem;
  }

  .md\:first\:pl-gutter:first-child{
    padding-left: 1.5625rem;
  }

  .md\:first\:pt-gutter-full:first-child{
    padding-top: 3.125rem;
  }

  .md\:first\:pr-gutter-full:first-child{
    padding-right: 3.125rem;
  }

  .md\:first\:pb-gutter-full:first-child{
    padding-bottom: 3.125rem;
  }

  .md\:first\:pl-gutter-full:first-child{
    padding-left: 3.125rem;
  }

  .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-7:last-child{
    padding: 1.875rem;
  }

  .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-13:last-child{
    padding: 3.125rem;
  }

  .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-25:last-child{
    padding: 6.25rem;
  }

  .md\:last\:p-28:last-child{
    padding: 7rem;
  }

  .md\:last\:p-30:last-child{
    padding: 7.5rem;
  }

  .md\:last\:p-32:last-child{
    padding: 8rem;
  }

  .md\:last\:p-38:last-child{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:last\:p-gutter-full:last-child{
    padding: 3.125rem;
  }

  .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-7:last-child{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:last\:px-7:last-child{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13:last-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:last\:px-13:last-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25:last-child{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:last\:px-25:last-child{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:last\:py-28:last-child{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:last\:px-28:last-child{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:last\:py-30:last-child{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:last\:px-30:last-child{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-38:last-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .md\:last\:px-38:last-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:last\:px-gutter:last-child{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:last\:py-gutter-full:last-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:last\:px-gutter-full:last-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7:last-child{
    padding-top: 1.875rem;
  }

  .md\:last\:pr-7:last-child{
    padding-right: 1.875rem;
  }

  .md\:last\:pb-7:last-child{
    padding-bottom: 1.875rem;
  }

  .md\:last\:pl-7:last-child{
    padding-left: 1.875rem;
  }

  .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-13:last-child{
    padding-top: 3.125rem;
  }

  .md\:last\:pr-13:last-child{
    padding-right: 3.125rem;
  }

  .md\:last\:pb-13:last-child{
    padding-bottom: 3.125rem;
  }

  .md\:last\:pl-13:last-child{
    padding-left: 3.125rem;
  }

  .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-25:last-child{
    padding-top: 6.25rem;
  }

  .md\:last\:pr-25:last-child{
    padding-right: 6.25rem;
  }

  .md\:last\:pb-25:last-child{
    padding-bottom: 6.25rem;
  }

  .md\:last\:pl-25:last-child{
    padding-left: 6.25rem;
  }

  .md\:last\:pt-28:last-child{
    padding-top: 7rem;
  }

  .md\:last\:pr-28:last-child{
    padding-right: 7rem;
  }

  .md\:last\:pb-28:last-child{
    padding-bottom: 7rem;
  }

  .md\:last\:pl-28:last-child{
    padding-left: 7rem;
  }

  .md\:last\:pt-30:last-child{
    padding-top: 7.5rem;
  }

  .md\:last\:pr-30:last-child{
    padding-right: 7.5rem;
  }

  .md\:last\:pb-30:last-child{
    padding-bottom: 7.5rem;
  }

  .md\:last\:pl-30:last-child{
    padding-left: 7.5rem;
  }

  .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-38:last-child{
    padding-top: 9.375rem;
  }

  .md\:last\:pr-38:last-child{
    padding-right: 9.375rem;
  }

  .md\:last\:pb-38:last-child{
    padding-bottom: 9.375rem;
  }

  .md\:last\:pl-38:last-child{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:last\:pr-gutter:last-child{
    padding-right: 1.5625rem;
  }

  .md\:last\:pb-gutter:last-child{
    padding-bottom: 1.5625rem;
  }

  .md\:last\:pl-gutter:last-child{
    padding-left: 1.5625rem;
  }

  .md\:last\:pt-gutter-full:last-child{
    padding-top: 3.125rem;
  }

  .md\:last\:pr-gutter-full:last-child{
    padding-right: 3.125rem;
  }

  .md\:last\:pb-gutter-full:last-child{
    padding-bottom: 3.125rem;
  }

  .md\:last\:pl-gutter-full:last-child{
    padding-left: 3.125rem;
  }

  .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-brand-primary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-primary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-primary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-primary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-primary::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-light-gray::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-midnight::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-midnight:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-midnight::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-midnight::placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:placeholder-brand-scrim::-webkit-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .md\:placeholder-brand-scrim::-moz-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .md\:placeholder-brand-scrim:-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .md\:placeholder-brand-scrim::-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .md\:placeholder-brand-scrim::placeholder{
    color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-red::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-navy::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-navy::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-navy:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-navy::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-navy::placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-marigold::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-marigold::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-marigold:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-marigold::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-marigold::placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:placeholder-green::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:placeholder-green::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:placeholder-green:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:placeholder-green::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:placeholder-green::placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:placeholder-sky::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-sky::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-sky:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-sky::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-sky::placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-sea::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .md\:placeholder-sea::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .md\:placeholder-sea:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .md\:placeholder-sea::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .md\:placeholder-sea::placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-primary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-primary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-light-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-midnight:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-midnight:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-midnight:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-midnight:focus::placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-brand-scrim:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .md\:focus\:placeholder-brand-scrim:focus::-moz-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .md\:focus\:placeholder-brand-scrim:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .md\:focus\:placeholder-brand-scrim:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .md\:focus\:placeholder-brand-scrim:focus::placeholder{
    color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-navy:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-navy:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-navy:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-navy:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-navy:focus::placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-marigold:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-marigold:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-marigold:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-marigold:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-marigold:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sky:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sky:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sky:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sky:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sky:focus::placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sea:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sea:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sea:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sea:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-sea:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-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-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-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-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-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-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-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-brand-primary{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .md\:text-brand-light-gray{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

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

  .md\:text-brand-midnight{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .md\:text-brand-scrim{
    color: rgba(0,0,0,0.8);
  }

  .md\:text-brand-overlay{
    color: rgba(255,255,255,0.35);
  }

  .md\:text-gray-100{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .md\:text-gray-200{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .md\:text-red{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .md\:text-navy{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .md\:text-marigold{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .md\:text-green{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .md\:text-sky{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .md\:text-sea{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:hover{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .md\:hover\:text-brand-light-gray:hover{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:hover{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .md\:hover\:text-brand-scrim:hover{
    color: rgba(0,0,0,0.8);
  }

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

  .md\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .md\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .md\:hover\:text-red:hover{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .md\:hover\:text-navy:hover{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .md\:hover\:text-marigold:hover{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .md\:hover\:text-green:hover{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .md\:hover\:text-sky:hover{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .md\:hover\:text-sea:hover{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:focus{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .md\:focus\:text-brand-light-gray:focus{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:focus{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .md\:focus\:text-brand-scrim:focus{
    color: rgba(0,0,0,0.8);
  }

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

  .md\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .md\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .md\:focus\:text-red:focus{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .md\:focus\:text-navy:focus{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .md\:focus\:text-marigold:focus{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .md\:focus\:text-green:focus{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .md\:focus\:text-sky:focus{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .md\:focus\:text-sea:focus{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--text-opacity));
  }

  .md\:text-opacity-0{
    --text-opacity: 0;
  }

  .md\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .md\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .md\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .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-50:hover{
    --text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .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-50:focus{
    --text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

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

  .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-7{
    width: 1.875rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-9{
    width: 2.25rem;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-13{
    width: 3.125rem;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-25{
    width: 6.25rem;
  }

  .md\:w-28{
    width: 7rem;
  }

  .md\:w-30{
    width: 7.5rem;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-38{
    width: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:w-gutter-full{
    width: 3.125rem;
  }

  .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-99{
    z-index: 99;
  }

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

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

  .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-7{
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .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-13{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .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-25{
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }

  .md\:gap-28{
    grid-gap: 7rem;
    gap: 7rem;
  }

  .md\:gap-30{
    grid-gap: 7.5rem;
    gap: 7.5rem;
  }

  .md\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:gap-38{
    grid-gap: 9.375rem;
    gap: 9.375rem;
  }

  .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: 1.5625rem;
    gap: 1.5625rem;
  }

  .md\:gap-gutter-full{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .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-7{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .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-13{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-25{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .md\:col-gap-28{
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .md\:col-gap-30{
    grid-column-gap: 7.5rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .md\:col-gap-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .md\:col-gap-38{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .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: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .md\:col-gap-gutter-full{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-7{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .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-13{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-25{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .md\:gap-x-28{
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .md\:gap-x-30{
    grid-column-gap: 7.5rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .md\:gap-x-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .md\:gap-x-38{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .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: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .md\:gap-x-gutter-full{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-7{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .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-13{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-25{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .md\:row-gap-28{
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .md\:row-gap-30{
    grid-row-gap: 7.5rem;
    row-gap: 7.5rem;
  }

  .md\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:row-gap-38{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .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: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .md\:row-gap-gutter-full{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-7{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .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-13{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-25{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .md\:gap-y-28{
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .md\:gap-y-30{
    grid-row-gap: 7.5rem;
    row-gap: 7.5rem;
  }

  .md\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:gap-y-38{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .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: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .md\:gap-y-gutter-full{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-7{
    --transform-translate-x: 1.875rem;
  }

  .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-13{
    --transform-translate-x: 3.125rem;
  }

  .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-25{
    --transform-translate-x: 6.25rem;
  }

  .md\:translate-x-28{
    --transform-translate-x: 7rem;
  }

  .md\:translate-x-30{
    --transform-translate-x: 7.5rem;
  }

  .md\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .md\:translate-x-38{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:translate-x-gutter-full{
    --transform-translate-x: 3.125rem;
  }

  .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-7{
    --transform-translate-x: -1.875rem;
  }

  .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-13{
    --transform-translate-x: -3.125rem;
  }

  .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-25{
    --transform-translate-x: -6.25rem;
  }

  .md\:-translate-x-28{
    --transform-translate-x: -7rem;
  }

  .md\:-translate-x-30{
    --transform-translate-x: -7.5rem;
  }

  .md\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .md\:-translate-x-38{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:-translate-x-gutter-full{
    --transform-translate-x: -3.125rem;
  }

  .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-7{
    --transform-translate-y: 1.875rem;
  }

  .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-13{
    --transform-translate-y: 3.125rem;
  }

  .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-25{
    --transform-translate-y: 6.25rem;
  }

  .md\:translate-y-28{
    --transform-translate-y: 7rem;
  }

  .md\:translate-y-30{
    --transform-translate-y: 7.5rem;
  }

  .md\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .md\:translate-y-38{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:translate-y-gutter-full{
    --transform-translate-y: 3.125rem;
  }

  .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-7{
    --transform-translate-y: -1.875rem;
  }

  .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-13{
    --transform-translate-y: -3.125rem;
  }

  .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-25{
    --transform-translate-y: -6.25rem;
  }

  .md\:-translate-y-28{
    --transform-translate-y: -7rem;
  }

  .md\:-translate-y-30{
    --transform-translate-y: -7.5rem;
  }

  .md\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .md\:-translate-y-38{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:-translate-y-gutter-full{
    --transform-translate-y: -3.125rem;
  }

  .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-7:hover{
    --transform-translate-x: 1.875rem;
  }

  .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-13:hover{
    --transform-translate-x: 3.125rem;
  }

  .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-25:hover{
    --transform-translate-x: 6.25rem;
  }

  .md\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem;
  }

  .md\:hover\:translate-x-30:hover{
    --transform-translate-x: 7.5rem;
  }

  .md\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .md\:hover\:translate-x-38:hover{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:hover\:translate-x-gutter-full:hover{
    --transform-translate-x: 3.125rem;
  }

  .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-7:hover{
    --transform-translate-x: -1.875rem;
  }

  .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-13:hover{
    --transform-translate-x: -3.125rem;
  }

  .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-25:hover{
    --transform-translate-x: -6.25rem;
  }

  .md\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-30:hover{
    --transform-translate-x: -7.5rem;
  }

  .md\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-38:hover{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:hover\:-translate-x-gutter-full:hover{
    --transform-translate-x: -3.125rem;
  }

  .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-7:hover{
    --transform-translate-y: 1.875rem;
  }

  .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-13:hover{
    --transform-translate-y: 3.125rem;
  }

  .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-25:hover{
    --transform-translate-y: 6.25rem;
  }

  .md\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem;
  }

  .md\:hover\:translate-y-30:hover{
    --transform-translate-y: 7.5rem;
  }

  .md\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .md\:hover\:translate-y-38:hover{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:hover\:translate-y-gutter-full:hover{
    --transform-translate-y: 3.125rem;
  }

  .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-7:hover{
    --transform-translate-y: -1.875rem;
  }

  .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-13:hover{
    --transform-translate-y: -3.125rem;
  }

  .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-25:hover{
    --transform-translate-y: -6.25rem;
  }

  .md\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-30:hover{
    --transform-translate-y: -7.5rem;
  }

  .md\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-38:hover{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:hover\:-translate-y-gutter-full:hover{
    --transform-translate-y: -3.125rem;
  }

  .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-7:focus{
    --transform-translate-x: 1.875rem;
  }

  .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-13:focus{
    --transform-translate-x: 3.125rem;
  }

  .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-25:focus{
    --transform-translate-x: 6.25rem;
  }

  .md\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem;
  }

  .md\:focus\:translate-x-30:focus{
    --transform-translate-x: 7.5rem;
  }

  .md\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .md\:focus\:translate-x-38:focus{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:focus\:translate-x-gutter-full:focus{
    --transform-translate-x: 3.125rem;
  }

  .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-7:focus{
    --transform-translate-x: -1.875rem;
  }

  .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-13:focus{
    --transform-translate-x: -3.125rem;
  }

  .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-25:focus{
    --transform-translate-x: -6.25rem;
  }

  .md\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-30:focus{
    --transform-translate-x: -7.5rem;
  }

  .md\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-38:focus{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:focus\:-translate-x-gutter-full:focus{
    --transform-translate-x: -3.125rem;
  }

  .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-7:focus{
    --transform-translate-y: 1.875rem;
  }

  .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-13:focus{
    --transform-translate-y: 3.125rem;
  }

  .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-25:focus{
    --transform-translate-y: 6.25rem;
  }

  .md\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem;
  }

  .md\:focus\:translate-y-30:focus{
    --transform-translate-y: 7.5rem;
  }

  .md\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .md\:focus\:translate-y-38:focus{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .md\:focus\:translate-y-gutter-full:focus{
    --transform-translate-y: 3.125rem;
  }

  .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-7:focus{
    --transform-translate-y: -1.875rem;
  }

  .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-13:focus{
    --transform-translate-y: -3.125rem;
  }

  .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-25:focus{
    --transform-translate-y: -6.25rem;
  }

  .md\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-30:focus{
    --transform-translate-y: -7.5rem;
  }

  .md\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-38:focus{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .md\:focus\:-translate-y-gutter-full:focus{
    --transform-translate-y: -3.125rem;
  }

  .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: 50px;
    padding-left: 50px;
  }

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

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

  .lg\:offset-0 {
    margin-left: 0;
  }

  .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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--space-y-reverse));
  }

  .lg\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--space-y-reverse));
  }

  .lg\:space-x-13 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * 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-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--space-y-reverse));
  }

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

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

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

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

  .lg\:space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--space-x-reverse));
    margin-left: calc(7.5rem * 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-38 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--space-y-reverse));
  }

  .lg\:space-x-38 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--space-x-reverse));
    margin-left: calc(9.375rem * 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(1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--space-y-reverse));
  }

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

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

  .lg\:space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * 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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--space-y-reverse));
  }

  .lg\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--space-x-reverse));
    margin-left: calc(-1.875rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--space-y-reverse));
  }

  .lg\:-space-x-13 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * 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-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--space-y-reverse));
  }

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

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

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

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

  .lg\:-space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--space-x-reverse));
    margin-left: calc(-7.5rem * 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-38 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--space-y-reverse));
  }

  .lg\:-space-x-38 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--space-x-reverse));
    margin-left: calc(-9.375rem * 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(-1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
  }

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

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

  .lg\:-space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * 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-brand-primary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--divide-opacity));
  }

  .lg\:divide-brand-light-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--divide-opacity));
  }

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

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--divide-opacity));
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--divide-opacity));
  }

  .lg\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--divide-opacity));
  }

  .lg\:divide-navy > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--divide-opacity));
  }

  .lg\:divide-marigold > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--divide-opacity));
  }

  .lg\:divide-green > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--divide-opacity));
  }

  .lg\:divide-sky > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--divide-opacity));
  }

  .lg\:divide-sea > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-10 > :not(template) ~ :not(template){
    --divide-opacity: 0.1;
  }

  .lg\:divide-opacity-20 > :not(template) ~ :not(template){
    --divide-opacity: 0.2;
  }

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

  .lg\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

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

  .lg\:divide-opacity-60 > :not(template) ~ :not(template){
    --divide-opacity: 0.6;
  }

  .lg\:divide-opacity-70 > :not(template) ~ :not(template){
    --divide-opacity: 0.7;
  }

  .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-90 > :not(template) ~ :not(template){
    --divide-opacity: 0.9;
  }

  .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-brand-primary{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .lg\:bg-brand-light-gray{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

  .lg\:bg-brand-scrim{
    background-color: rgba(0,0,0,0.8);
  }

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

  .lg\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .lg\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .lg\:bg-red{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .lg\:bg-navy{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .lg\:bg-marigold{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .lg\:bg-green{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .lg\:bg-sky{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .lg\:bg-sea{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary:hover{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .lg\:hover\:bg-brand-light-gray:hover{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight:hover{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

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

  .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: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .lg\:hover\:bg-red:hover{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .lg\:hover\:bg-navy:hover{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .lg\:hover\:bg-marigold:hover{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .lg\:hover\:bg-green:hover{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .lg\:hover\:bg-sky:hover{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .lg\:hover\:bg-sea:hover{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary:focus{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .lg\:focus\:bg-brand-light-gray:focus{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight:focus{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

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

  .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: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .lg\:focus\:bg-red:focus{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .lg\:focus\:bg-navy:focus{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .lg\:focus\:bg-marigold:focus{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .lg\:focus\:bg-green:focus{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .lg\:focus\:bg-sky:focus{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .lg\:focus\:bg-sea:focus{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:from-brand-light-gray{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .lg\:from-brand-scrim{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .lg\:from-gray-200{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .lg\:from-red{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:from-navy{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .lg\:from-marigold{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .lg\:from-green{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .lg\:from-sky{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .lg\:from-sea{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:via-brand-light-gray{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .lg\:via-brand-scrim{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .lg\:via-gray-200{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .lg\:via-red{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:via-navy{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .lg\:via-marigold{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .lg\:via-green{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .lg\:via-sky{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .lg\:via-sea{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 0));
  }

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

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

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

  .lg\:to-brand-primary{
    --gradient-to-color: #FA4135;
  }

  .lg\:to-brand-light-gray{
    --gradient-to-color: #F2F3F9;
  }

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

  .lg\:to-brand-midnight{
    --gradient-to-color: #01313C;
  }

  .lg\:to-brand-scrim{
    --gradient-to-color: rgba(0,0,0,0.8);
  }

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

  .lg\:to-gray-100{
    --gradient-to-color: #F2F3F9;
  }

  .lg\:to-gray-200{
    --gradient-to-color: #ACADAF;
  }

  .lg\:to-red{
    --gradient-to-color: #FA4135;
  }

  .lg\:to-navy{
    --gradient-to-color: #034859;
  }

  .lg\:to-marigold{
    --gradient-to-color: #FAA335;
  }

  .lg\:to-green{
    --gradient-to-color: #00A79D;
  }

  .lg\:to-sky{
    --gradient-to-color: #80CAE2;
  }

  .lg\:to-sea{
    --gradient-to-color: #4996B2;
  }

  .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-brand-primary:hover{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:hover\:from-brand-light-gray:hover{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .lg\:hover\:from-brand-scrim:hover{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .lg\:hover\:from-gray-200:hover{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .lg\:hover\:from-red:hover{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:hover\:from-navy:hover{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .lg\:hover\:from-marigold:hover{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .lg\:hover\:from-green:hover{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .lg\:hover\:from-sky:hover{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .lg\:hover\:from-sea:hover{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:hover\:via-brand-light-gray:hover{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .lg\:hover\:via-brand-scrim:hover{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .lg\:hover\:via-gray-200:hover{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .lg\:hover\:via-red:hover{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:hover\:via-navy:hover{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .lg\:hover\:via-marigold:hover{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .lg\:hover\:via-green:hover{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .lg\:hover\:via-sky:hover{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .lg\:hover\:via-sea:hover{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
    --gradient-to-color: #FA4135;
  }

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

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

  .lg\:hover\:to-brand-midnight:hover{
    --gradient-to-color: #01313C;
  }

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

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

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

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

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

  .lg\:hover\:to-navy:hover{
    --gradient-to-color: #034859;
  }

  .lg\:hover\:to-marigold:hover{
    --gradient-to-color: #FAA335;
  }

  .lg\:hover\:to-green:hover{
    --gradient-to-color: #00A79D;
  }

  .lg\:hover\:to-sky:hover{
    --gradient-to-color: #80CAE2;
  }

  .lg\:hover\:to-sea:hover{
    --gradient-to-color: #4996B2;
  }

  .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-brand-primary:focus{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:focus\:from-brand-light-gray:focus{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .lg\:focus\:from-brand-scrim:focus{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .lg\:focus\:from-gray-200:focus{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .lg\:focus\:from-red:focus{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:focus\:from-navy:focus{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .lg\:focus\:from-marigold:focus{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .lg\:focus\:from-green:focus{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .lg\:focus\:from-sky:focus{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .lg\:focus\:from-sea:focus{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:focus\:via-brand-light-gray:focus{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .lg\:focus\:via-brand-scrim:focus{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .lg\:focus\:via-gray-200:focus{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .lg\:focus\:via-red:focus{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .lg\:focus\:via-navy:focus{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .lg\:focus\:via-marigold:focus{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .lg\:focus\:via-green:focus{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .lg\:focus\:via-sky:focus{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .lg\:focus\:via-sea:focus{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
    --gradient-to-color: #FA4135;
  }

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

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

  .lg\:focus\:to-brand-midnight:focus{
    --gradient-to-color: #01313C;
  }

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

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

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

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

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

  .lg\:focus\:to-navy:focus{
    --gradient-to-color: #034859;
  }

  .lg\:focus\:to-marigold:focus{
    --gradient-to-color: #FAA335;
  }

  .lg\:focus\:to-green:focus{
    --gradient-to-color: #00A79D;
  }

  .lg\:focus\:to-sky:focus{
    --gradient-to-color: #80CAE2;
  }

  .lg\:focus\:to-sea:focus{
    --gradient-to-color: #4996B2;
  }

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

  .lg\:bg-opacity-10{
    --bg-opacity: 0.1;
  }

  .lg\:bg-opacity-20{
    --bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60{
    --bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70{
    --bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80{
    --bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90{
    --bg-opacity: 0.9;
  }

  .lg\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-10:hover{
    --bg-opacity: 0.1;
  }

  .lg\:hover\:bg-opacity-20:hover{
    --bg-opacity: 0.2;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-60:hover{
    --bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-70:hover{
    --bg-opacity: 0.7;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-90:hover{
    --bg-opacity: 0.9;
  }

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

  .lg\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-10:focus{
    --bg-opacity: 0.1;
  }

  .lg\:focus\:bg-opacity-20:focus{
    --bg-opacity: 0.2;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-60:focus{
    --bg-opacity: 0.6;
  }

  .lg\:focus\:bg-opacity-70:focus{
    --bg-opacity: 0.7;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-90:focus{
    --bg-opacity: 0.9;
  }

  .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-brand-primary{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .lg\:border-brand-light-gray{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .lg\:border-brand-scrim{
    border-color: rgba(0,0,0,0.8);
  }

  .lg\:border-brand-overlay{
    border-color: rgba(255,255,255,0.35);
  }

  .lg\:border-gray-100{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .lg\:border-gray-200{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .lg\:border-red{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .lg\:border-navy{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .lg\:border-marigold{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .lg\:border-green{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .lg\:border-sky{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .lg\:border-sea{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-brand-primary:hover{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .lg\:hover\:border-brand-light-gray:hover{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight:hover{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .lg\:hover\:border-brand-scrim:hover{
    border-color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .lg\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .lg\:hover\:border-red:hover{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .lg\:hover\:border-navy:hover{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .lg\:hover\:border-marigold:hover{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .lg\:hover\:border-green:hover{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .lg\:hover\:border-sky:hover{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .lg\:hover\:border-sea:hover{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-brand-primary:focus{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .lg\:focus\:border-brand-light-gray:focus{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight:focus{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .lg\:focus\:border-brand-scrim:focus{
    border-color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .lg\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .lg\:focus\:border-red:focus{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .lg\:focus\:border-navy:focus{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .lg\:focus\:border-marigold:focus{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .lg\:focus\:border-green:focus{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .lg\:focus\:border-sky:focus{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .lg\:focus\:border-sea:focus{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, var(--border-opacity));
  }

  .lg\:border-opacity-0{
    --border-opacity: 0;
  }

  .lg\:border-opacity-10{
    --border-opacity: 0.1;
  }

  .lg\:border-opacity-20{
    --border-opacity: 0.2;
  }

  .lg\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .lg\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .lg\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .lg\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .lg\:border-opacity-60{
    --border-opacity: 0.6;
  }

  .lg\:border-opacity-70{
    --border-opacity: 0.7;
  }

  .lg\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .lg\:border-opacity-80{
    --border-opacity: 0.8;
  }

  .lg\:border-opacity-90{
    --border-opacity: 0.9;
  }

  .lg\:border-opacity-100{
    --border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .lg\:hover\:border-opacity-10:hover{
    --border-opacity: 0.1;
  }

  .lg\:hover\:border-opacity-20:hover{
    --border-opacity: 0.2;
  }

  .lg\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-60:hover{
    --border-opacity: 0.6;
  }

  .lg\:hover\:border-opacity-70:hover{
    --border-opacity: 0.7;
  }

  .lg\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-90:hover{
    --border-opacity: 0.9;
  }

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

  .lg\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .lg\:focus\:border-opacity-10:focus{
    --border-opacity: 0.1;
  }

  .lg\:focus\:border-opacity-20:focus{
    --border-opacity: 0.2;
  }

  .lg\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-60:focus{
    --border-opacity: 0.6;
  }

  .lg\:focus\:border-opacity-70:focus{
    --border-opacity: 0.7;
  }

  .lg\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-90:focus{
    --border-opacity: 0.9;
  }

  .lg\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

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

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

  .lg\:rounded-DEFAULT{
    border-radius: 0.25rem;
  }

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

  .lg\:rounded-lg{
    border-radius: 0.75rem;
  }

  .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-DEFAULT{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r-DEFAULT{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b-DEFAULT{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l-DEFAULT{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .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-DEFAULT{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr-DEFAULT{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br-DEFAULT{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl-DEFAULT{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.75rem;
  }

  .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\:first\:border-0:first-child{
    border-width: 0;
  }

  .lg\:first\:border-2:first-child{
    border-width: 2px;
  }

  .lg\:first\:border-4:first-child{
    border-width: 4px;
  }

  .lg\:first\:border-8:first-child{
    border-width: 8px;
  }

  .lg\:first\:border:first-child{
    border-width: 1px;
  }

  .lg\:first\:border-t-0:first-child{
    border-top-width: 0;
  }

  .lg\:first\:border-r-0:first-child{
    border-right-width: 0;
  }

  .lg\:first\:border-b-0:first-child{
    border-bottom-width: 0;
  }

  .lg\:first\:border-l-0:first-child{
    border-left-width: 0;
  }

  .lg\:first\:border-t-2:first-child{
    border-top-width: 2px;
  }

  .lg\:first\:border-r-2:first-child{
    border-right-width: 2px;
  }

  .lg\:first\:border-b-2:first-child{
    border-bottom-width: 2px;
  }

  .lg\:first\:border-l-2:first-child{
    border-left-width: 2px;
  }

  .lg\:first\:border-t-4:first-child{
    border-top-width: 4px;
  }

  .lg\:first\:border-r-4:first-child{
    border-right-width: 4px;
  }

  .lg\:first\:border-b-4:first-child{
    border-bottom-width: 4px;
  }

  .lg\:first\:border-l-4:first-child{
    border-left-width: 4px;
  }

  .lg\:first\:border-t-8:first-child{
    border-top-width: 8px;
  }

  .lg\:first\:border-r-8:first-child{
    border-right-width: 8px;
  }

  .lg\:first\:border-b-8:first-child{
    border-bottom-width: 8px;
  }

  .lg\:first\:border-l-8:first-child{
    border-left-width: 8px;
  }

  .lg\:first\:border-t:first-child{
    border-top-width: 1px;
  }

  .lg\:first\:border-r:first-child{
    border-right-width: 1px;
  }

  .lg\:first\:border-b:first-child{
    border-bottom-width: 1px;
  }

  .lg\:first\:border-l:first-child{
    border-left-width: 1px;
  }

  .lg\:last\:border-0:last-child{
    border-width: 0;
  }

  .lg\:last\:border-2:last-child{
    border-width: 2px;
  }

  .lg\:last\:border-4:last-child{
    border-width: 4px;
  }

  .lg\:last\:border-8:last-child{
    border-width: 8px;
  }

  .lg\:last\:border:last-child{
    border-width: 1px;
  }

  .lg\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .lg\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .lg\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .lg\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .lg\:last\:border-t-2:last-child{
    border-top-width: 2px;
  }

  .lg\:last\:border-r-2:last-child{
    border-right-width: 2px;
  }

  .lg\:last\:border-b-2:last-child{
    border-bottom-width: 2px;
  }

  .lg\:last\:border-l-2:last-child{
    border-left-width: 2px;
  }

  .lg\:last\:border-t-4:last-child{
    border-top-width: 4px;
  }

  .lg\:last\:border-r-4:last-child{
    border-right-width: 4px;
  }

  .lg\:last\:border-b-4:last-child{
    border-bottom-width: 4px;
  }

  .lg\:last\:border-l-4:last-child{
    border-left-width: 4px;
  }

  .lg\:last\:border-t-8:last-child{
    border-top-width: 8px;
  }

  .lg\:last\:border-r-8:last-child{
    border-right-width: 8px;
  }

  .lg\:last\:border-b-8:last-child{
    border-bottom-width: 8px;
  }

  .lg\:last\:border-l-8:last-child{
    border-left-width: 8px;
  }

  .lg\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .lg\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .lg\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l:last-child{
    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: "Gilroy", sans-serif, -apple-system, BlinkMacSystemFont;
  }

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

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

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

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

  .lg\:font-black{
    font-weight: 900;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900;
  }

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-1{
    height: 0.25rem;
  }

  .lg\:h-2{
    height: 0.5rem;
  }

  .lg\:h-3{
    height: 0.75rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-7{
    height: 1.875rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-13{
    height: 3.125rem;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-25{
    height: 6.25rem;
  }

  .lg\:h-28{
    height: 7rem;
  }

  .lg\:h-30{
    height: 7.5rem;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-38{
    height: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:h-gutter-full{
    height: 3.125rem;
  }

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

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:text-13{
    font-size: 0.8125rem;
  }

  .lg\:text-15{
    font-size: 0.9375rem;
  }

  .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: 2.5rem;
  }

  .lg\:text-3xl{
    font-size: 2rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
  }

  .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-7{
    margin: 1.875rem;
  }

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

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

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

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

  .lg\:m-13{
    margin: 3.125rem;
  }

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

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

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

  .lg\:m-25{
    margin: 6.25rem;
  }

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

  .lg\:m-30{
    margin: 7.5rem;
  }

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

  .lg\:m-38{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:m-gutter-full{
    margin: 3.125rem;
  }

  .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-7{
    margin: -1.875rem;
  }

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

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

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

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

  .lg\:-m-13{
    margin: -3.125rem;
  }

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

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

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

  .lg\:-m-25{
    margin: -6.25rem;
  }

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

  .lg\:-m-30{
    margin: -7.5rem;
  }

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

  .lg\:-m-38{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:-m-gutter-full{
    margin: -3.125rem;
  }

  .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-7{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:mx-7{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:mx-13{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:mx-25{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-38{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:mx-38{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:mx-gutter{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:my-gutter-full{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:mx-gutter-full{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:-mx-7{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:-mx-13{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:-mx-25{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-38{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:-mx-38{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:-mx-gutter{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:-my-gutter-full{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:-mx-gutter-full{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7{
    margin-top: 1.875rem;
  }

  .lg\:mr-7{
    margin-right: 1.875rem;
  }

  .lg\:mb-7{
    margin-bottom: 1.875rem;
  }

  .lg\:ml-7{
    margin-left: 1.875rem;
  }

  .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-13{
    margin-top: 3.125rem;
  }

  .lg\:mr-13{
    margin-right: 3.125rem;
  }

  .lg\:mb-13{
    margin-bottom: 3.125rem;
  }

  .lg\:ml-13{
    margin-left: 3.125rem;
  }

  .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-25{
    margin-top: 6.25rem;
  }

  .lg\:mr-25{
    margin-right: 6.25rem;
  }

  .lg\:mb-25{
    margin-bottom: 6.25rem;
  }

  .lg\:ml-25{
    margin-left: 6.25rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

  .lg\:mr-28{
    margin-right: 7rem;
  }

  .lg\:mb-28{
    margin-bottom: 7rem;
  }

  .lg\:ml-28{
    margin-left: 7rem;
  }

  .lg\:mt-30{
    margin-top: 7.5rem;
  }

  .lg\:mr-30{
    margin-right: 7.5rem;
  }

  .lg\:mb-30{
    margin-bottom: 7.5rem;
  }

  .lg\:ml-30{
    margin-left: 7.5rem;
  }

  .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-38{
    margin-top: 9.375rem;
  }

  .lg\:mr-38{
    margin-right: 9.375rem;
  }

  .lg\:mb-38{
    margin-bottom: 9.375rem;
  }

  .lg\:ml-38{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:mr-gutter{
    margin-right: 1.5625rem;
  }

  .lg\:mb-gutter{
    margin-bottom: 1.5625rem;
  }

  .lg\:ml-gutter{
    margin-left: 1.5625rem;
  }

  .lg\:mt-gutter-full{
    margin-top: 3.125rem;
  }

  .lg\:mr-gutter-full{
    margin-right: 3.125rem;
  }

  .lg\:mb-gutter-full{
    margin-bottom: 3.125rem;
  }

  .lg\:ml-gutter-full{
    margin-left: 3.125rem;
  }

  .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-7{
    margin-top: -1.875rem;
  }

  .lg\:-mr-7{
    margin-right: -1.875rem;
  }

  .lg\:-mb-7{
    margin-bottom: -1.875rem;
  }

  .lg\:-ml-7{
    margin-left: -1.875rem;
  }

  .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-13{
    margin-top: -3.125rem;
  }

  .lg\:-mr-13{
    margin-right: -3.125rem;
  }

  .lg\:-mb-13{
    margin-bottom: -3.125rem;
  }

  .lg\:-ml-13{
    margin-left: -3.125rem;
  }

  .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-25{
    margin-top: -6.25rem;
  }

  .lg\:-mr-25{
    margin-right: -6.25rem;
  }

  .lg\:-mb-25{
    margin-bottom: -6.25rem;
  }

  .lg\:-ml-25{
    margin-left: -6.25rem;
  }

  .lg\:-mt-28{
    margin-top: -7rem;
  }

  .lg\:-mr-28{
    margin-right: -7rem;
  }

  .lg\:-mb-28{
    margin-bottom: -7rem;
  }

  .lg\:-ml-28{
    margin-left: -7rem;
  }

  .lg\:-mt-30{
    margin-top: -7.5rem;
  }

  .lg\:-mr-30{
    margin-right: -7.5rem;
  }

  .lg\:-mb-30{
    margin-bottom: -7.5rem;
  }

  .lg\:-ml-30{
    margin-left: -7.5rem;
  }

  .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-38{
    margin-top: -9.375rem;
  }

  .lg\:-mr-38{
    margin-right: -9.375rem;
  }

  .lg\:-mb-38{
    margin-bottom: -9.375rem;
  }

  .lg\:-ml-38{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:-mr-gutter{
    margin-right: -1.5625rem;
  }

  .lg\:-mb-gutter{
    margin-bottom: -1.5625rem;
  }

  .lg\:-ml-gutter{
    margin-left: -1.5625rem;
  }

  .lg\:-mt-gutter-full{
    margin-top: -3.125rem;
  }

  .lg\:-mr-gutter-full{
    margin-right: -3.125rem;
  }

  .lg\:-mb-gutter-full{
    margin-bottom: -3.125rem;
  }

  .lg\:-ml-gutter-full{
    margin-left: -3.125rem;
  }

  .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-7:first-child{
    margin: 1.875rem;
  }

  .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-13:first-child{
    margin: 3.125rem;
  }

  .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-25:first-child{
    margin: 6.25rem;
  }

  .lg\:first\:m-28:first-child{
    margin: 7rem;
  }

  .lg\:first\:m-30:first-child{
    margin: 7.5rem;
  }

  .lg\:first\:m-32:first-child{
    margin: 8rem;
  }

  .lg\:first\:m-38:first-child{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:first\:m-gutter-full:first-child{
    margin: 3.125rem;
  }

  .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-7:first-child{
    margin: -1.875rem;
  }

  .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-13:first-child{
    margin: -3.125rem;
  }

  .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-25:first-child{
    margin: -6.25rem;
  }

  .lg\:first\:-m-28:first-child{
    margin: -7rem;
  }

  .lg\:first\:-m-30:first-child{
    margin: -7.5rem;
  }

  .lg\:first\:-m-32:first-child{
    margin: -8rem;
  }

  .lg\:first\:-m-38:first-child{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:first\:-m-gutter-full:first-child{
    margin: -3.125rem;
  }

  .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-7:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:first\:mx-7:first-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:first\:mx-13:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:first\:mx-25:first-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg\:first\:my-28:first-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:first\:mx-28:first-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:first\:my-30:first-child{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:first\:mx-30:first-child{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-38:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:first\:mx-38:first-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:first\:mx-gutter:first-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:first\:my-gutter-full:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:first\:mx-gutter-full:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:first\:-mx-7:first-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:first\:-mx-13:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:first\:-mx-25:first-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg\:first\:-my-28:first-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:first\:-mx-28:first-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:first\:-my-30:first-child{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:first\:-mx-30:first-child{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-38:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:first\:-mx-38:first-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:first\:-mx-gutter:first-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:first\:-my-gutter-full:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:first\:-mx-gutter-full:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7:first-child{
    margin-top: 1.875rem;
  }

  .lg\:first\:mr-7:first-child{
    margin-right: 1.875rem;
  }

  .lg\:first\:mb-7:first-child{
    margin-bottom: 1.875rem;
  }

  .lg\:first\:ml-7:first-child{
    margin-left: 1.875rem;
  }

  .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-13:first-child{
    margin-top: 3.125rem;
  }

  .lg\:first\:mr-13:first-child{
    margin-right: 3.125rem;
  }

  .lg\:first\:mb-13:first-child{
    margin-bottom: 3.125rem;
  }

  .lg\:first\:ml-13:first-child{
    margin-left: 3.125rem;
  }

  .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-25:first-child{
    margin-top: 6.25rem;
  }

  .lg\:first\:mr-25:first-child{
    margin-right: 6.25rem;
  }

  .lg\:first\:mb-25:first-child{
    margin-bottom: 6.25rem;
  }

  .lg\:first\:ml-25:first-child{
    margin-left: 6.25rem;
  }

  .lg\:first\:mt-28:first-child{
    margin-top: 7rem;
  }

  .lg\:first\:mr-28:first-child{
    margin-right: 7rem;
  }

  .lg\:first\:mb-28:first-child{
    margin-bottom: 7rem;
  }

  .lg\:first\:ml-28:first-child{
    margin-left: 7rem;
  }

  .lg\:first\:mt-30:first-child{
    margin-top: 7.5rem;
  }

  .lg\:first\:mr-30:first-child{
    margin-right: 7.5rem;
  }

  .lg\:first\:mb-30:first-child{
    margin-bottom: 7.5rem;
  }

  .lg\:first\:ml-30:first-child{
    margin-left: 7.5rem;
  }

  .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-38:first-child{
    margin-top: 9.375rem;
  }

  .lg\:first\:mr-38:first-child{
    margin-right: 9.375rem;
  }

  .lg\:first\:mb-38:first-child{
    margin-bottom: 9.375rem;
  }

  .lg\:first\:ml-38:first-child{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:first\:mr-gutter:first-child{
    margin-right: 1.5625rem;
  }

  .lg\:first\:mb-gutter:first-child{
    margin-bottom: 1.5625rem;
  }

  .lg\:first\:ml-gutter:first-child{
    margin-left: 1.5625rem;
  }

  .lg\:first\:mt-gutter-full:first-child{
    margin-top: 3.125rem;
  }

  .lg\:first\:mr-gutter-full:first-child{
    margin-right: 3.125rem;
  }

  .lg\:first\:mb-gutter-full:first-child{
    margin-bottom: 3.125rem;
  }

  .lg\:first\:ml-gutter-full:first-child{
    margin-left: 3.125rem;
  }

  .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-7:first-child{
    margin-top: -1.875rem;
  }

  .lg\:first\:-mr-7:first-child{
    margin-right: -1.875rem;
  }

  .lg\:first\:-mb-7:first-child{
    margin-bottom: -1.875rem;
  }

  .lg\:first\:-ml-7:first-child{
    margin-left: -1.875rem;
  }

  .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-13:first-child{
    margin-top: -3.125rem;
  }

  .lg\:first\:-mr-13:first-child{
    margin-right: -3.125rem;
  }

  .lg\:first\:-mb-13:first-child{
    margin-bottom: -3.125rem;
  }

  .lg\:first\:-ml-13:first-child{
    margin-left: -3.125rem;
  }

  .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-25:first-child{
    margin-top: -6.25rem;
  }

  .lg\:first\:-mr-25:first-child{
    margin-right: -6.25rem;
  }

  .lg\:first\:-mb-25:first-child{
    margin-bottom: -6.25rem;
  }

  .lg\:first\:-ml-25:first-child{
    margin-left: -6.25rem;
  }

  .lg\:first\:-mt-28:first-child{
    margin-top: -7rem;
  }

  .lg\:first\:-mr-28:first-child{
    margin-right: -7rem;
  }

  .lg\:first\:-mb-28:first-child{
    margin-bottom: -7rem;
  }

  .lg\:first\:-ml-28:first-child{
    margin-left: -7rem;
  }

  .lg\:first\:-mt-30:first-child{
    margin-top: -7.5rem;
  }

  .lg\:first\:-mr-30:first-child{
    margin-right: -7.5rem;
  }

  .lg\:first\:-mb-30:first-child{
    margin-bottom: -7.5rem;
  }

  .lg\:first\:-ml-30:first-child{
    margin-left: -7.5rem;
  }

  .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-38:first-child{
    margin-top: -9.375rem;
  }

  .lg\:first\:-mr-38:first-child{
    margin-right: -9.375rem;
  }

  .lg\:first\:-mb-38:first-child{
    margin-bottom: -9.375rem;
  }

  .lg\:first\:-ml-38:first-child{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:first\:-mr-gutter:first-child{
    margin-right: -1.5625rem;
  }

  .lg\:first\:-mb-gutter:first-child{
    margin-bottom: -1.5625rem;
  }

  .lg\:first\:-ml-gutter:first-child{
    margin-left: -1.5625rem;
  }

  .lg\:first\:-mt-gutter-full:first-child{
    margin-top: -3.125rem;
  }

  .lg\:first\:-mr-gutter-full:first-child{
    margin-right: -3.125rem;
  }

  .lg\:first\:-mb-gutter-full:first-child{
    margin-bottom: -3.125rem;
  }

  .lg\:first\:-ml-gutter-full:first-child{
    margin-left: -3.125rem;
  }

  .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-7:last-child{
    margin: 1.875rem;
  }

  .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-13:last-child{
    margin: 3.125rem;
  }

  .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-25:last-child{
    margin: 6.25rem;
  }

  .lg\:last\:m-28:last-child{
    margin: 7rem;
  }

  .lg\:last\:m-30:last-child{
    margin: 7.5rem;
  }

  .lg\:last\:m-32:last-child{
    margin: 8rem;
  }

  .lg\:last\:m-38:last-child{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:last\:m-gutter-full:last-child{
    margin: 3.125rem;
  }

  .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-7:last-child{
    margin: -1.875rem;
  }

  .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-13:last-child{
    margin: -3.125rem;
  }

  .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-25:last-child{
    margin: -6.25rem;
  }

  .lg\:last\:-m-28:last-child{
    margin: -7rem;
  }

  .lg\:last\:-m-30:last-child{
    margin: -7.5rem;
  }

  .lg\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .lg\:last\:-m-38:last-child{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:last\:-m-gutter-full:last-child{
    margin: -3.125rem;
  }

  .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-7:last-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:last\:mx-7:last-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:last\:mx-13:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25:last-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:last\:mx-25:last-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg\:last\:my-28:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:last\:mx-28:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:last\:my-30:last-child{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:last\:mx-30:last-child{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-38:last-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:last\:mx-38:last-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:last\:mx-gutter:last-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:last\:my-gutter-full:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:last\:mx-gutter-full:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7:last-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:last\:-mx-7:last-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:last\:-mx-13:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25:last-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:last\:-mx-25:last-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg\:last\:-my-28:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:last\:-mx-28:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:last\:-my-30:last-child{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:last\:-mx-30:last-child{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-38:last-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:last\:-mx-38:last-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:last\:-mx-gutter:last-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:last\:-my-gutter-full:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:last\:-mx-gutter-full:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7:last-child{
    margin-top: 1.875rem;
  }

  .lg\:last\:mr-7:last-child{
    margin-right: 1.875rem;
  }

  .lg\:last\:mb-7:last-child{
    margin-bottom: 1.875rem;
  }

  .lg\:last\:ml-7:last-child{
    margin-left: 1.875rem;
  }

  .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-13:last-child{
    margin-top: 3.125rem;
  }

  .lg\:last\:mr-13:last-child{
    margin-right: 3.125rem;
  }

  .lg\:last\:mb-13:last-child{
    margin-bottom: 3.125rem;
  }

  .lg\:last\:ml-13:last-child{
    margin-left: 3.125rem;
  }

  .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-25:last-child{
    margin-top: 6.25rem;
  }

  .lg\:last\:mr-25:last-child{
    margin-right: 6.25rem;
  }

  .lg\:last\:mb-25:last-child{
    margin-bottom: 6.25rem;
  }

  .lg\:last\:ml-25:last-child{
    margin-left: 6.25rem;
  }

  .lg\:last\:mt-28:last-child{
    margin-top: 7rem;
  }

  .lg\:last\:mr-28:last-child{
    margin-right: 7rem;
  }

  .lg\:last\:mb-28:last-child{
    margin-bottom: 7rem;
  }

  .lg\:last\:ml-28:last-child{
    margin-left: 7rem;
  }

  .lg\:last\:mt-30:last-child{
    margin-top: 7.5rem;
  }

  .lg\:last\:mr-30:last-child{
    margin-right: 7.5rem;
  }

  .lg\:last\:mb-30:last-child{
    margin-bottom: 7.5rem;
  }

  .lg\:last\:ml-30:last-child{
    margin-left: 7.5rem;
  }

  .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-38:last-child{
    margin-top: 9.375rem;
  }

  .lg\:last\:mr-38:last-child{
    margin-right: 9.375rem;
  }

  .lg\:last\:mb-38:last-child{
    margin-bottom: 9.375rem;
  }

  .lg\:last\:ml-38:last-child{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:last\:mr-gutter:last-child{
    margin-right: 1.5625rem;
  }

  .lg\:last\:mb-gutter:last-child{
    margin-bottom: 1.5625rem;
  }

  .lg\:last\:ml-gutter:last-child{
    margin-left: 1.5625rem;
  }

  .lg\:last\:mt-gutter-full:last-child{
    margin-top: 3.125rem;
  }

  .lg\:last\:mr-gutter-full:last-child{
    margin-right: 3.125rem;
  }

  .lg\:last\:mb-gutter-full:last-child{
    margin-bottom: 3.125rem;
  }

  .lg\:last\:ml-gutter-full:last-child{
    margin-left: 3.125rem;
  }

  .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-7:last-child{
    margin-top: -1.875rem;
  }

  .lg\:last\:-mr-7:last-child{
    margin-right: -1.875rem;
  }

  .lg\:last\:-mb-7:last-child{
    margin-bottom: -1.875rem;
  }

  .lg\:last\:-ml-7:last-child{
    margin-left: -1.875rem;
  }

  .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-13:last-child{
    margin-top: -3.125rem;
  }

  .lg\:last\:-mr-13:last-child{
    margin-right: -3.125rem;
  }

  .lg\:last\:-mb-13:last-child{
    margin-bottom: -3.125rem;
  }

  .lg\:last\:-ml-13:last-child{
    margin-left: -3.125rem;
  }

  .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-25:last-child{
    margin-top: -6.25rem;
  }

  .lg\:last\:-mr-25:last-child{
    margin-right: -6.25rem;
  }

  .lg\:last\:-mb-25:last-child{
    margin-bottom: -6.25rem;
  }

  .lg\:last\:-ml-25:last-child{
    margin-left: -6.25rem;
  }

  .lg\:last\:-mt-28:last-child{
    margin-top: -7rem;
  }

  .lg\:last\:-mr-28:last-child{
    margin-right: -7rem;
  }

  .lg\:last\:-mb-28:last-child{
    margin-bottom: -7rem;
  }

  .lg\:last\:-ml-28:last-child{
    margin-left: -7rem;
  }

  .lg\:last\:-mt-30:last-child{
    margin-top: -7.5rem;
  }

  .lg\:last\:-mr-30:last-child{
    margin-right: -7.5rem;
  }

  .lg\:last\:-mb-30:last-child{
    margin-bottom: -7.5rem;
  }

  .lg\:last\:-ml-30:last-child{
    margin-left: -7.5rem;
  }

  .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-38:last-child{
    margin-top: -9.375rem;
  }

  .lg\:last\:-mr-38:last-child{
    margin-right: -9.375rem;
  }

  .lg\:last\:-mb-38:last-child{
    margin-bottom: -9.375rem;
  }

  .lg\:last\:-ml-38:last-child{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:last\:-mr-gutter:last-child{
    margin-right: -1.5625rem;
  }

  .lg\:last\:-mb-gutter:last-child{
    margin-bottom: -1.5625rem;
  }

  .lg\:last\:-ml-gutter:last-child{
    margin-left: -1.5625rem;
  }

  .lg\:last\:-mt-gutter-full:last-child{
    margin-top: -3.125rem;
  }

  .lg\:last\:-mr-gutter-full:last-child{
    margin-right: -3.125rem;
  }

  .lg\:last\:-mb-gutter-full:last-child{
    margin-bottom: -3.125rem;
  }

  .lg\:last\:-ml-gutter-full:last-child{
    margin-left: -3.125rem;
  }

  .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-50{
    opacity: 0.5;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

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

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

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

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .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-7{
    padding: 1.875rem;
  }

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

  .lg\:p-9{
    padding: 2.25rem;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-13{
    padding: 3.125rem;
  }

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

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-25{
    padding: 6.25rem;
  }

  .lg\:p-28{
    padding: 7rem;
  }

  .lg\:p-30{
    padding: 7.5rem;
  }

  .lg\:p-32{
    padding: 8rem;
  }

  .lg\:p-38{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:p-gutter-full{
    padding: 3.125rem;
  }

  .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-7{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:px-7{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:px-13{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:px-25{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-38{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .lg\:px-38{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .lg\:px-gutter{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:py-gutter-full{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:px-gutter-full{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7{
    padding-top: 1.875rem;
  }

  .lg\:pr-7{
    padding-right: 1.875rem;
  }

  .lg\:pb-7{
    padding-bottom: 1.875rem;
  }

  .lg\:pl-7{
    padding-left: 1.875rem;
  }

  .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-13{
    padding-top: 3.125rem;
  }

  .lg\:pr-13{
    padding-right: 3.125rem;
  }

  .lg\:pb-13{
    padding-bottom: 3.125rem;
  }

  .lg\:pl-13{
    padding-left: 3.125rem;
  }

  .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-25{
    padding-top: 6.25rem;
  }

  .lg\:pr-25{
    padding-right: 6.25rem;
  }

  .lg\:pb-25{
    padding-bottom: 6.25rem;
  }

  .lg\:pl-25{
    padding-left: 6.25rem;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pr-28{
    padding-right: 7rem;
  }

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

  .lg\:pl-28{
    padding-left: 7rem;
  }

  .lg\:pt-30{
    padding-top: 7.5rem;
  }

  .lg\:pr-30{
    padding-right: 7.5rem;
  }

  .lg\:pb-30{
    padding-bottom: 7.5rem;
  }

  .lg\:pl-30{
    padding-left: 7.5rem;
  }

  .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-38{
    padding-top: 9.375rem;
  }

  .lg\:pr-38{
    padding-right: 9.375rem;
  }

  .lg\:pb-38{
    padding-bottom: 9.375rem;
  }

  .lg\:pl-38{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:pr-gutter{
    padding-right: 1.5625rem;
  }

  .lg\:pb-gutter{
    padding-bottom: 1.5625rem;
  }

  .lg\:pl-gutter{
    padding-left: 1.5625rem;
  }

  .lg\:pt-gutter-full{
    padding-top: 3.125rem;
  }

  .lg\:pr-gutter-full{
    padding-right: 3.125rem;
  }

  .lg\:pb-gutter-full{
    padding-bottom: 3.125rem;
  }

  .lg\:pl-gutter-full{
    padding-left: 3.125rem;
  }

  .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-7:first-child{
    padding: 1.875rem;
  }

  .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-13:first-child{
    padding: 3.125rem;
  }

  .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-25:first-child{
    padding: 6.25rem;
  }

  .lg\:first\:p-28:first-child{
    padding: 7rem;
  }

  .lg\:first\:p-30:first-child{
    padding: 7.5rem;
  }

  .lg\:first\:p-32:first-child{
    padding: 8rem;
  }

  .lg\:first\:p-38:first-child{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:first\:p-gutter-full:first-child{
    padding: 3.125rem;
  }

  .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-7:first-child{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:first\:px-7:first-child{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13:first-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:first\:px-13:first-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25:first-child{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:first\:px-25:first-child{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:first\:py-28:first-child{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:first\:px-28:first-child{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:first\:py-30:first-child{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:first\:px-30:first-child{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-38:first-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .lg\:first\:px-38:first-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .lg\:first\:px-gutter:first-child{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:first\:py-gutter-full:first-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:first\:px-gutter-full:first-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7:first-child{
    padding-top: 1.875rem;
  }

  .lg\:first\:pr-7:first-child{
    padding-right: 1.875rem;
  }

  .lg\:first\:pb-7:first-child{
    padding-bottom: 1.875rem;
  }

  .lg\:first\:pl-7:first-child{
    padding-left: 1.875rem;
  }

  .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-13:first-child{
    padding-top: 3.125rem;
  }

  .lg\:first\:pr-13:first-child{
    padding-right: 3.125rem;
  }

  .lg\:first\:pb-13:first-child{
    padding-bottom: 3.125rem;
  }

  .lg\:first\:pl-13:first-child{
    padding-left: 3.125rem;
  }

  .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-25:first-child{
    padding-top: 6.25rem;
  }

  .lg\:first\:pr-25:first-child{
    padding-right: 6.25rem;
  }

  .lg\:first\:pb-25:first-child{
    padding-bottom: 6.25rem;
  }

  .lg\:first\:pl-25:first-child{
    padding-left: 6.25rem;
  }

  .lg\:first\:pt-28:first-child{
    padding-top: 7rem;
  }

  .lg\:first\:pr-28:first-child{
    padding-right: 7rem;
  }

  .lg\:first\:pb-28:first-child{
    padding-bottom: 7rem;
  }

  .lg\:first\:pl-28:first-child{
    padding-left: 7rem;
  }

  .lg\:first\:pt-30:first-child{
    padding-top: 7.5rem;
  }

  .lg\:first\:pr-30:first-child{
    padding-right: 7.5rem;
  }

  .lg\:first\:pb-30:first-child{
    padding-bottom: 7.5rem;
  }

  .lg\:first\:pl-30:first-child{
    padding-left: 7.5rem;
  }

  .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-38:first-child{
    padding-top: 9.375rem;
  }

  .lg\:first\:pr-38:first-child{
    padding-right: 9.375rem;
  }

  .lg\:first\:pb-38:first-child{
    padding-bottom: 9.375rem;
  }

  .lg\:first\:pl-38:first-child{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:first\:pr-gutter:first-child{
    padding-right: 1.5625rem;
  }

  .lg\:first\:pb-gutter:first-child{
    padding-bottom: 1.5625rem;
  }

  .lg\:first\:pl-gutter:first-child{
    padding-left: 1.5625rem;
  }

  .lg\:first\:pt-gutter-full:first-child{
    padding-top: 3.125rem;
  }

  .lg\:first\:pr-gutter-full:first-child{
    padding-right: 3.125rem;
  }

  .lg\:first\:pb-gutter-full:first-child{
    padding-bottom: 3.125rem;
  }

  .lg\:first\:pl-gutter-full:first-child{
    padding-left: 3.125rem;
  }

  .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-7:last-child{
    padding: 1.875rem;
  }

  .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-13:last-child{
    padding: 3.125rem;
  }

  .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-25:last-child{
    padding: 6.25rem;
  }

  .lg\:last\:p-28:last-child{
    padding: 7rem;
  }

  .lg\:last\:p-30:last-child{
    padding: 7.5rem;
  }

  .lg\:last\:p-32:last-child{
    padding: 8rem;
  }

  .lg\:last\:p-38:last-child{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:last\:p-gutter-full:last-child{
    padding: 3.125rem;
  }

  .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-7:last-child{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:last\:px-7:last-child{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13:last-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:last\:px-13:last-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25:last-child{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:last\:px-25:last-child{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:last\:py-28:last-child{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:last\:px-28:last-child{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:last\:py-30:last-child{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:last\:px-30:last-child{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-38:last-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .lg\:last\:px-38:last-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .lg\:last\:px-gutter:last-child{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:last\:py-gutter-full:last-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:last\:px-gutter-full:last-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7:last-child{
    padding-top: 1.875rem;
  }

  .lg\:last\:pr-7:last-child{
    padding-right: 1.875rem;
  }

  .lg\:last\:pb-7:last-child{
    padding-bottom: 1.875rem;
  }

  .lg\:last\:pl-7:last-child{
    padding-left: 1.875rem;
  }

  .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-13:last-child{
    padding-top: 3.125rem;
  }

  .lg\:last\:pr-13:last-child{
    padding-right: 3.125rem;
  }

  .lg\:last\:pb-13:last-child{
    padding-bottom: 3.125rem;
  }

  .lg\:last\:pl-13:last-child{
    padding-left: 3.125rem;
  }

  .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-25:last-child{
    padding-top: 6.25rem;
  }

  .lg\:last\:pr-25:last-child{
    padding-right: 6.25rem;
  }

  .lg\:last\:pb-25:last-child{
    padding-bottom: 6.25rem;
  }

  .lg\:last\:pl-25:last-child{
    padding-left: 6.25rem;
  }

  .lg\:last\:pt-28:last-child{
    padding-top: 7rem;
  }

  .lg\:last\:pr-28:last-child{
    padding-right: 7rem;
  }

  .lg\:last\:pb-28:last-child{
    padding-bottom: 7rem;
  }

  .lg\:last\:pl-28:last-child{
    padding-left: 7rem;
  }

  .lg\:last\:pt-30:last-child{
    padding-top: 7.5rem;
  }

  .lg\:last\:pr-30:last-child{
    padding-right: 7.5rem;
  }

  .lg\:last\:pb-30:last-child{
    padding-bottom: 7.5rem;
  }

  .lg\:last\:pl-30:last-child{
    padding-left: 7.5rem;
  }

  .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-38:last-child{
    padding-top: 9.375rem;
  }

  .lg\:last\:pr-38:last-child{
    padding-right: 9.375rem;
  }

  .lg\:last\:pb-38:last-child{
    padding-bottom: 9.375rem;
  }

  .lg\:last\:pl-38:last-child{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:last\:pr-gutter:last-child{
    padding-right: 1.5625rem;
  }

  .lg\:last\:pb-gutter:last-child{
    padding-bottom: 1.5625rem;
  }

  .lg\:last\:pl-gutter:last-child{
    padding-left: 1.5625rem;
  }

  .lg\:last\:pt-gutter-full:last-child{
    padding-top: 3.125rem;
  }

  .lg\:last\:pr-gutter-full:last-child{
    padding-right: 3.125rem;
  }

  .lg\:last\:pb-gutter-full:last-child{
    padding-bottom: 3.125rem;
  }

  .lg\:last\:pl-gutter-full:last-child{
    padding-left: 3.125rem;
  }

  .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-brand-primary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-primary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-primary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-primary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-primary::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-light-gray::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-midnight::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-midnight:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-midnight::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-midnight::placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:placeholder-brand-scrim::-webkit-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .lg\:placeholder-brand-scrim::-moz-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .lg\:placeholder-brand-scrim:-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .lg\:placeholder-brand-scrim::-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .lg\:placeholder-brand-scrim::placeholder{
    color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-navy::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-navy::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-navy:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-navy::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-navy::placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-marigold::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-marigold::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-marigold:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-marigold::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-marigold::placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:placeholder-green::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:placeholder-green::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:placeholder-green:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:placeholder-green::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:placeholder-green::placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:placeholder-sky::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-sky::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-sky:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-sky::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-sky::placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-sea::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .lg\:placeholder-sea::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .lg\:placeholder-sea:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .lg\:placeholder-sea::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .lg\:placeholder-sea::placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-primary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-primary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-light-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-midnight:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-midnight:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-midnight:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-midnight:focus::placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-brand-scrim:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .lg\:focus\:placeholder-brand-scrim:focus::-moz-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .lg\:focus\:placeholder-brand-scrim:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .lg\:focus\:placeholder-brand-scrim:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .lg\:focus\:placeholder-brand-scrim:focus::placeholder{
    color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-navy:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-navy:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-navy:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-navy:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-navy:focus::placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-marigold:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-marigold:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-marigold:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-marigold:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-marigold:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus::placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky:focus::placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sea:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sea:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sea:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sea:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-sea:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-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-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-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-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-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-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-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-brand-primary{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .lg\:text-brand-light-gray{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

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

  .lg\:text-brand-midnight{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .lg\:text-brand-scrim{
    color: rgba(0,0,0,0.8);
  }

  .lg\:text-brand-overlay{
    color: rgba(255,255,255,0.35);
  }

  .lg\:text-gray-100{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .lg\:text-gray-200{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .lg\:text-red{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .lg\:text-navy{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .lg\:text-marigold{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .lg\:text-green{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .lg\:text-sky{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .lg\:text-sea{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:hover{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .lg\:hover\:text-brand-light-gray:hover{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:hover{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .lg\:hover\:text-brand-scrim:hover{
    color: rgba(0,0,0,0.8);
  }

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

  .lg\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .lg\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .lg\:hover\:text-red:hover{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .lg\:hover\:text-navy:hover{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .lg\:hover\:text-marigold:hover{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .lg\:hover\:text-green:hover{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .lg\:hover\:text-sky:hover{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .lg\:hover\:text-sea:hover{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:focus{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .lg\:focus\:text-brand-light-gray:focus{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:focus{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .lg\:focus\:text-brand-scrim:focus{
    color: rgba(0,0,0,0.8);
  }

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

  .lg\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .lg\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .lg\:focus\:text-red:focus{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .lg\:focus\:text-navy:focus{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .lg\:focus\:text-marigold:focus{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .lg\:focus\:text-green:focus{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .lg\:focus\:text-sky:focus{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .lg\:focus\:text-sea:focus{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--text-opacity));
  }

  .lg\:text-opacity-0{
    --text-opacity: 0;
  }

  .lg\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .lg\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .lg\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .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-50:hover{
    --text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .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-50:focus{
    --text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

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

  .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-7{
    width: 1.875rem;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-9{
    width: 2.25rem;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-13{
    width: 3.125rem;
  }

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-25{
    width: 6.25rem;
  }

  .lg\:w-28{
    width: 7rem;
  }

  .lg\:w-30{
    width: 7.5rem;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-38{
    width: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:w-gutter-full{
    width: 3.125rem;
  }

  .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-99{
    z-index: 99;
  }

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

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

  .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-7{
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .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-13{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .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-25{
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }

  .lg\:gap-28{
    grid-gap: 7rem;
    gap: 7rem;
  }

  .lg\:gap-30{
    grid-gap: 7.5rem;
    gap: 7.5rem;
  }

  .lg\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:gap-38{
    grid-gap: 9.375rem;
    gap: 9.375rem;
  }

  .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: 1.5625rem;
    gap: 1.5625rem;
  }

  .lg\:gap-gutter-full{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .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-7{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .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-13{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-25{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .lg\:col-gap-28{
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .lg\:col-gap-30{
    grid-column-gap: 7.5rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .lg\:col-gap-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .lg\:col-gap-38{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .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: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .lg\:col-gap-gutter-full{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-7{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .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-13{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-25{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .lg\:gap-x-28{
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .lg\:gap-x-30{
    grid-column-gap: 7.5rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .lg\:gap-x-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .lg\:gap-x-38{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .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: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .lg\:gap-x-gutter-full{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-7{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .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-13{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-25{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .lg\:row-gap-28{
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .lg\:row-gap-30{
    grid-row-gap: 7.5rem;
    row-gap: 7.5rem;
  }

  .lg\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:row-gap-38{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .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: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .lg\:row-gap-gutter-full{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-7{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .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-13{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-25{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .lg\:gap-y-28{
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .lg\:gap-y-30{
    grid-row-gap: 7.5rem;
    row-gap: 7.5rem;
  }

  .lg\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:gap-y-38{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .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: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .lg\:gap-y-gutter-full{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-7{
    --transform-translate-x: 1.875rem;
  }

  .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-13{
    --transform-translate-x: 3.125rem;
  }

  .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-25{
    --transform-translate-x: 6.25rem;
  }

  .lg\:translate-x-28{
    --transform-translate-x: 7rem;
  }

  .lg\:translate-x-30{
    --transform-translate-x: 7.5rem;
  }

  .lg\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .lg\:translate-x-38{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:translate-x-gutter-full{
    --transform-translate-x: 3.125rem;
  }

  .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-7{
    --transform-translate-x: -1.875rem;
  }

  .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-13{
    --transform-translate-x: -3.125rem;
  }

  .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-25{
    --transform-translate-x: -6.25rem;
  }

  .lg\:-translate-x-28{
    --transform-translate-x: -7rem;
  }

  .lg\:-translate-x-30{
    --transform-translate-x: -7.5rem;
  }

  .lg\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .lg\:-translate-x-38{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:-translate-x-gutter-full{
    --transform-translate-x: -3.125rem;
  }

  .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-7{
    --transform-translate-y: 1.875rem;
  }

  .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-13{
    --transform-translate-y: 3.125rem;
  }

  .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-25{
    --transform-translate-y: 6.25rem;
  }

  .lg\:translate-y-28{
    --transform-translate-y: 7rem;
  }

  .lg\:translate-y-30{
    --transform-translate-y: 7.5rem;
  }

  .lg\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .lg\:translate-y-38{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:translate-y-gutter-full{
    --transform-translate-y: 3.125rem;
  }

  .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-7{
    --transform-translate-y: -1.875rem;
  }

  .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-13{
    --transform-translate-y: -3.125rem;
  }

  .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-25{
    --transform-translate-y: -6.25rem;
  }

  .lg\:-translate-y-28{
    --transform-translate-y: -7rem;
  }

  .lg\:-translate-y-30{
    --transform-translate-y: -7.5rem;
  }

  .lg\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .lg\:-translate-y-38{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:-translate-y-gutter-full{
    --transform-translate-y: -3.125rem;
  }

  .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-7:hover{
    --transform-translate-x: 1.875rem;
  }

  .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-13:hover{
    --transform-translate-x: 3.125rem;
  }

  .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-25:hover{
    --transform-translate-x: 6.25rem;
  }

  .lg\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-30:hover{
    --transform-translate-x: 7.5rem;
  }

  .lg\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-38:hover{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:hover\:translate-x-gutter-full:hover{
    --transform-translate-x: 3.125rem;
  }

  .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-7:hover{
    --transform-translate-x: -1.875rem;
  }

  .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-13:hover{
    --transform-translate-x: -3.125rem;
  }

  .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-25:hover{
    --transform-translate-x: -6.25rem;
  }

  .lg\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-30:hover{
    --transform-translate-x: -7.5rem;
  }

  .lg\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-38:hover{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:hover\:-translate-x-gutter-full:hover{
    --transform-translate-x: -3.125rem;
  }

  .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-7:hover{
    --transform-translate-y: 1.875rem;
  }

  .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-13:hover{
    --transform-translate-y: 3.125rem;
  }

  .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-25:hover{
    --transform-translate-y: 6.25rem;
  }

  .lg\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-30:hover{
    --transform-translate-y: 7.5rem;
  }

  .lg\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-38:hover{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:hover\:translate-y-gutter-full:hover{
    --transform-translate-y: 3.125rem;
  }

  .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-7:hover{
    --transform-translate-y: -1.875rem;
  }

  .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-13:hover{
    --transform-translate-y: -3.125rem;
  }

  .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-25:hover{
    --transform-translate-y: -6.25rem;
  }

  .lg\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-30:hover{
    --transform-translate-y: -7.5rem;
  }

  .lg\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-38:hover{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:hover\:-translate-y-gutter-full:hover{
    --transform-translate-y: -3.125rem;
  }

  .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-7:focus{
    --transform-translate-x: 1.875rem;
  }

  .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-13:focus{
    --transform-translate-x: 3.125rem;
  }

  .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-25:focus{
    --transform-translate-x: 6.25rem;
  }

  .lg\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-30:focus{
    --transform-translate-x: 7.5rem;
  }

  .lg\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-38:focus{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:focus\:translate-x-gutter-full:focus{
    --transform-translate-x: 3.125rem;
  }

  .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-7:focus{
    --transform-translate-x: -1.875rem;
  }

  .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-13:focus{
    --transform-translate-x: -3.125rem;
  }

  .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-25:focus{
    --transform-translate-x: -6.25rem;
  }

  .lg\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-30:focus{
    --transform-translate-x: -7.5rem;
  }

  .lg\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-38:focus{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:focus\:-translate-x-gutter-full:focus{
    --transform-translate-x: -3.125rem;
  }

  .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-7:focus{
    --transform-translate-y: 1.875rem;
  }

  .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-13:focus{
    --transform-translate-y: 3.125rem;
  }

  .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-25:focus{
    --transform-translate-y: 6.25rem;
  }

  .lg\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-30:focus{
    --transform-translate-y: 7.5rem;
  }

  .lg\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-38:focus{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .lg\:focus\:translate-y-gutter-full:focus{
    --transform-translate-y: 3.125rem;
  }

  .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-7:focus{
    --transform-translate-y: -1.875rem;
  }

  .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-13:focus{
    --transform-translate-y: -3.125rem;
  }

  .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-25:focus{
    --transform-translate-y: -6.25rem;
  }

  .lg\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-30:focus{
    --transform-translate-y: -7.5rem;
  }

  .lg\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-38:focus{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .lg\:focus\:-translate-y-gutter-full:focus{
    --transform-translate-y: -3.125rem;
  }

  .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: 50px;
    padding-left: 50px;
  }

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

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

  .xl\:offset-0 {
    margin-left: 0;
  }

  .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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--space-y-reverse));
  }

  .xl\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--space-y-reverse));
  }

  .xl\:space-x-13 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * 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-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--space-y-reverse));
  }

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

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

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

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

  .xl\:space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--space-x-reverse));
    margin-left: calc(7.5rem * 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-38 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--space-y-reverse));
  }

  .xl\:space-x-38 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--space-x-reverse));
    margin-left: calc(9.375rem * 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(1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--space-y-reverse));
  }

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

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

  .xl\:space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * 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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--space-y-reverse));
  }

  .xl\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--space-x-reverse));
    margin-left: calc(-1.875rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--space-y-reverse));
  }

  .xl\:-space-x-13 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * 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-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--space-y-reverse));
  }

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

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

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

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

  .xl\:-space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--space-x-reverse));
    margin-left: calc(-7.5rem * 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-38 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--space-y-reverse));
  }

  .xl\:-space-x-38 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--space-x-reverse));
    margin-left: calc(-9.375rem * 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(-1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
  }

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

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

  .xl\:-space-x-gutter-full > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * 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-brand-primary > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--divide-opacity));
  }

  .xl\:divide-brand-light-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--divide-opacity));
  }

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

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--divide-opacity));
  }

  .xl\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--divide-opacity));
  }

  .xl\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--divide-opacity));
  }

  .xl\:divide-navy > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--divide-opacity));
  }

  .xl\:divide-marigold > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--divide-opacity));
  }

  .xl\:divide-green > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--divide-opacity));
  }

  .xl\:divide-sky > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--divide-opacity));
  }

  .xl\:divide-sea > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-10 > :not(template) ~ :not(template){
    --divide-opacity: 0.1;
  }

  .xl\:divide-opacity-20 > :not(template) ~ :not(template){
    --divide-opacity: 0.2;
  }

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

  .xl\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

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

  .xl\:divide-opacity-60 > :not(template) ~ :not(template){
    --divide-opacity: 0.6;
  }

  .xl\:divide-opacity-70 > :not(template) ~ :not(template){
    --divide-opacity: 0.7;
  }

  .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-90 > :not(template) ~ :not(template){
    --divide-opacity: 0.9;
  }

  .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-brand-primary{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .xl\:bg-brand-light-gray{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

  .xl\:bg-brand-scrim{
    background-color: rgba(0,0,0,0.8);
  }

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

  .xl\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .xl\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .xl\:bg-red{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .xl\:bg-navy{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .xl\:bg-marigold{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .xl\:bg-green{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .xl\:bg-sky{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .xl\:bg-sea{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary:hover{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .xl\:hover\:bg-brand-light-gray:hover{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight:hover{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

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

  .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: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .xl\:hover\:bg-red:hover{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .xl\:hover\:bg-navy:hover{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .xl\:hover\:bg-marigold:hover{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .xl\:hover\:bg-green:hover{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .xl\:hover\:bg-sky:hover{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .xl\:hover\:bg-sea:hover{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary:focus{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .xl\:focus\:bg-brand-light-gray:focus{
    --bg-opacity: 1;
    background-color: #F2F3F9;
    background-color: rgba(242, 243, 249, 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-midnight:focus{
    --bg-opacity: 1;
    background-color: #01313C;
    background-color: rgba(1, 49, 60, var(--bg-opacity));
  }

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

  .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: #F2F3F9;
    background-color: rgba(242, 243, 249, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #ACADAF;
    background-color: rgba(172, 173, 175, var(--bg-opacity));
  }

  .xl\:focus\:bg-red:focus{
    --bg-opacity: 1;
    background-color: #FA4135;
    background-color: rgba(250, 65, 53, var(--bg-opacity));
  }

  .xl\:focus\:bg-navy:focus{
    --bg-opacity: 1;
    background-color: #034859;
    background-color: rgba(3, 72, 89, var(--bg-opacity));
  }

  .xl\:focus\:bg-marigold:focus{
    --bg-opacity: 1;
    background-color: #FAA335;
    background-color: rgba(250, 163, 53, var(--bg-opacity));
  }

  .xl\:focus\:bg-green:focus{
    --bg-opacity: 1;
    background-color: #00A79D;
    background-color: rgba(0, 167, 157, var(--bg-opacity));
  }

  .xl\:focus\:bg-sky:focus{
    --bg-opacity: 1;
    background-color: #80CAE2;
    background-color: rgba(128, 202, 226, var(--bg-opacity));
  }

  .xl\:focus\:bg-sea:focus{
    --bg-opacity: 1;
    background-color: #4996B2;
    background-color: rgba(73, 150, 178, 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-brand-primary{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:from-brand-light-gray{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .xl\:from-brand-scrim{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .xl\:from-gray-200{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .xl\:from-red{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:from-navy{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .xl\:from-marigold{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .xl\:from-green{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .xl\:from-sky{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .xl\:from-sea{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:via-brand-light-gray{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .xl\:via-brand-scrim{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .xl\:via-gray-200{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .xl\:via-red{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:via-navy{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .xl\:via-marigold{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .xl\:via-green{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .xl\:via-sky{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .xl\:via-sea{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 0));
  }

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

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

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

  .xl\:to-brand-primary{
    --gradient-to-color: #FA4135;
  }

  .xl\:to-brand-light-gray{
    --gradient-to-color: #F2F3F9;
  }

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

  .xl\:to-brand-midnight{
    --gradient-to-color: #01313C;
  }

  .xl\:to-brand-scrim{
    --gradient-to-color: rgba(0,0,0,0.8);
  }

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

  .xl\:to-gray-100{
    --gradient-to-color: #F2F3F9;
  }

  .xl\:to-gray-200{
    --gradient-to-color: #ACADAF;
  }

  .xl\:to-red{
    --gradient-to-color: #FA4135;
  }

  .xl\:to-navy{
    --gradient-to-color: #034859;
  }

  .xl\:to-marigold{
    --gradient-to-color: #FAA335;
  }

  .xl\:to-green{
    --gradient-to-color: #00A79D;
  }

  .xl\:to-sky{
    --gradient-to-color: #80CAE2;
  }

  .xl\:to-sea{
    --gradient-to-color: #4996B2;
  }

  .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-brand-primary:hover{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:hover\:from-brand-light-gray:hover{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .xl\:hover\:from-brand-scrim:hover{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .xl\:hover\:from-gray-200:hover{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .xl\:hover\:from-red:hover{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:hover\:from-navy:hover{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .xl\:hover\:from-marigold:hover{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .xl\:hover\:from-green:hover{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .xl\:hover\:from-sky:hover{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .xl\:hover\:from-sea:hover{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:hover\:via-brand-light-gray:hover{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:hover{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .xl\:hover\:via-brand-scrim:hover{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .xl\:hover\:via-gray-200:hover{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .xl\:hover\:via-red:hover{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:hover\:via-navy:hover{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .xl\:hover\:via-marigold:hover{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .xl\:hover\:via-green:hover{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .xl\:hover\:via-sky:hover{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .xl\:hover\:via-sea:hover{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:hover{
    --gradient-to-color: #FA4135;
  }

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

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

  .xl\:hover\:to-brand-midnight:hover{
    --gradient-to-color: #01313C;
  }

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

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

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

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

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

  .xl\:hover\:to-navy:hover{
    --gradient-to-color: #034859;
  }

  .xl\:hover\:to-marigold:hover{
    --gradient-to-color: #FAA335;
  }

  .xl\:hover\:to-green:hover{
    --gradient-to-color: #00A79D;
  }

  .xl\:hover\:to-sky:hover{
    --gradient-to-color: #80CAE2;
  }

  .xl\:hover\:to-sea:hover{
    --gradient-to-color: #4996B2;
  }

  .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-brand-primary:focus{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:focus\:from-brand-light-gray:focus{
    --gradient-from-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
    --gradient-from-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .xl\:focus\:from-brand-scrim:focus{
    --gradient-from-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .xl\:focus\:from-gray-200:focus{
    --gradient-from-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .xl\:focus\:from-red:focus{
    --gradient-from-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:focus\:from-navy:focus{
    --gradient-from-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .xl\:focus\:from-marigold:focus{
    --gradient-from-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .xl\:focus\:from-green:focus{
    --gradient-from-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .xl\:focus\:from-sky:focus{
    --gradient-from-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .xl\:focus\:from-sea:focus{
    --gradient-from-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:focus\:via-brand-light-gray:focus{
    --gradient-via-color: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 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-midnight:focus{
    --gradient-via-color: #01313C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 49, 60, 0));
  }

  .xl\:focus\:via-brand-scrim:focus{
    --gradient-via-color: rgba(0,0,0,0.8);
    --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: #F2F3F9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 243, 249, 0));
  }

  .xl\:focus\:via-gray-200:focus{
    --gradient-via-color: #ACADAF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 173, 175, 0));
  }

  .xl\:focus\:via-red:focus{
    --gradient-via-color: #FA4135;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 65, 53, 0));
  }

  .xl\:focus\:via-navy:focus{
    --gradient-via-color: #034859;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 72, 89, 0));
  }

  .xl\:focus\:via-marigold:focus{
    --gradient-via-color: #FAA335;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 163, 53, 0));
  }

  .xl\:focus\:via-green:focus{
    --gradient-via-color: #00A79D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 167, 157, 0));
  }

  .xl\:focus\:via-sky:focus{
    --gradient-via-color: #80CAE2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 202, 226, 0));
  }

  .xl\:focus\:via-sea:focus{
    --gradient-via-color: #4996B2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 150, 178, 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-brand-primary:focus{
    --gradient-to-color: #FA4135;
  }

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

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

  .xl\:focus\:to-brand-midnight:focus{
    --gradient-to-color: #01313C;
  }

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

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

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

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

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

  .xl\:focus\:to-navy:focus{
    --gradient-to-color: #034859;
  }

  .xl\:focus\:to-marigold:focus{
    --gradient-to-color: #FAA335;
  }

  .xl\:focus\:to-green:focus{
    --gradient-to-color: #00A79D;
  }

  .xl\:focus\:to-sky:focus{
    --gradient-to-color: #80CAE2;
  }

  .xl\:focus\:to-sea:focus{
    --gradient-to-color: #4996B2;
  }

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

  .xl\:bg-opacity-10{
    --bg-opacity: 0.1;
  }

  .xl\:bg-opacity-20{
    --bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .xl\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .xl\:bg-opacity-60{
    --bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70{
    --bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80{
    --bg-opacity: 0.8;
  }

  .xl\:bg-opacity-90{
    --bg-opacity: 0.9;
  }

  .xl\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-10:hover{
    --bg-opacity: 0.1;
  }

  .xl\:hover\:bg-opacity-20:hover{
    --bg-opacity: 0.2;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-60:hover{
    --bg-opacity: 0.6;
  }

  .xl\:hover\:bg-opacity-70:hover{
    --bg-opacity: 0.7;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-90:hover{
    --bg-opacity: 0.9;
  }

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

  .xl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-10:focus{
    --bg-opacity: 0.1;
  }

  .xl\:focus\:bg-opacity-20:focus{
    --bg-opacity: 0.2;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-60:focus{
    --bg-opacity: 0.6;
  }

  .xl\:focus\:bg-opacity-70:focus{
    --bg-opacity: 0.7;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-90:focus{
    --bg-opacity: 0.9;
  }

  .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-brand-primary{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .xl\:border-brand-light-gray{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .xl\:border-brand-scrim{
    border-color: rgba(0,0,0,0.8);
  }

  .xl\:border-brand-overlay{
    border-color: rgba(255,255,255,0.35);
  }

  .xl\:border-gray-100{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .xl\:border-gray-200{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .xl\:border-red{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .xl\:border-navy{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .xl\:border-marigold{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .xl\:border-green{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .xl\:border-sky{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .xl\:border-sea{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-brand-primary:hover{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .xl\:hover\:border-brand-light-gray:hover{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight:hover{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .xl\:hover\:border-brand-scrim:hover{
    border-color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .xl\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .xl\:hover\:border-red:hover{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .xl\:hover\:border-navy:hover{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .xl\:hover\:border-marigold:hover{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .xl\:hover\:border-green:hover{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .xl\:hover\:border-sky:hover{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .xl\:hover\:border-sea:hover{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, 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-brand-primary:focus{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .xl\:focus\:border-brand-light-gray:focus{
    --border-opacity: 1;
    border-color: #F2F3F9;
    border-color: rgba(242, 243, 249, 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-midnight:focus{
    --border-opacity: 1;
    border-color: #01313C;
    border-color: rgba(1, 49, 60, var(--border-opacity));
  }

  .xl\:focus\:border-brand-scrim:focus{
    border-color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    border-color: rgba(242, 243, 249, var(--border-opacity));
  }

  .xl\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #ACADAF;
    border-color: rgba(172, 173, 175, var(--border-opacity));
  }

  .xl\:focus\:border-red:focus{
    --border-opacity: 1;
    border-color: #FA4135;
    border-color: rgba(250, 65, 53, var(--border-opacity));
  }

  .xl\:focus\:border-navy:focus{
    --border-opacity: 1;
    border-color: #034859;
    border-color: rgba(3, 72, 89, var(--border-opacity));
  }

  .xl\:focus\:border-marigold:focus{
    --border-opacity: 1;
    border-color: #FAA335;
    border-color: rgba(250, 163, 53, var(--border-opacity));
  }

  .xl\:focus\:border-green:focus{
    --border-opacity: 1;
    border-color: #00A79D;
    border-color: rgba(0, 167, 157, var(--border-opacity));
  }

  .xl\:focus\:border-sky:focus{
    --border-opacity: 1;
    border-color: #80CAE2;
    border-color: rgba(128, 202, 226, var(--border-opacity));
  }

  .xl\:focus\:border-sea:focus{
    --border-opacity: 1;
    border-color: #4996B2;
    border-color: rgba(73, 150, 178, var(--border-opacity));
  }

  .xl\:border-opacity-0{
    --border-opacity: 0;
  }

  .xl\:border-opacity-10{
    --border-opacity: 0.1;
  }

  .xl\:border-opacity-20{
    --border-opacity: 0.2;
  }

  .xl\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .xl\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .xl\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .xl\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .xl\:border-opacity-60{
    --border-opacity: 0.6;
  }

  .xl\:border-opacity-70{
    --border-opacity: 0.7;
  }

  .xl\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .xl\:border-opacity-80{
    --border-opacity: 0.8;
  }

  .xl\:border-opacity-90{
    --border-opacity: 0.9;
  }

  .xl\:border-opacity-100{
    --border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .xl\:hover\:border-opacity-10:hover{
    --border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-20:hover{
    --border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-60:hover{
    --border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover{
    --border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover{
    --border-opacity: 0.9;
  }

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

  .xl\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .xl\:focus\:border-opacity-10:focus{
    --border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-20:focus{
    --border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-60:focus{
    --border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus{
    --border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus{
    --border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

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

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

  .xl\:rounded-DEFAULT{
    border-radius: 0.25rem;
  }

  .xl\:rounded-md{
    border-radius: 0.5rem;
  }

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

  .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-DEFAULT{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r-DEFAULT{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b-DEFAULT{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l-DEFAULT{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .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-DEFAULT{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr-DEFAULT{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br-DEFAULT{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl-DEFAULT{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.75rem;
  }

  .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\:first\:border-0:first-child{
    border-width: 0;
  }

  .xl\:first\:border-2:first-child{
    border-width: 2px;
  }

  .xl\:first\:border-4:first-child{
    border-width: 4px;
  }

  .xl\:first\:border-8:first-child{
    border-width: 8px;
  }

  .xl\:first\:border:first-child{
    border-width: 1px;
  }

  .xl\:first\:border-t-0:first-child{
    border-top-width: 0;
  }

  .xl\:first\:border-r-0:first-child{
    border-right-width: 0;
  }

  .xl\:first\:border-b-0:first-child{
    border-bottom-width: 0;
  }

  .xl\:first\:border-l-0:first-child{
    border-left-width: 0;
  }

  .xl\:first\:border-t-2:first-child{
    border-top-width: 2px;
  }

  .xl\:first\:border-r-2:first-child{
    border-right-width: 2px;
  }

  .xl\:first\:border-b-2:first-child{
    border-bottom-width: 2px;
  }

  .xl\:first\:border-l-2:first-child{
    border-left-width: 2px;
  }

  .xl\:first\:border-t-4:first-child{
    border-top-width: 4px;
  }

  .xl\:first\:border-r-4:first-child{
    border-right-width: 4px;
  }

  .xl\:first\:border-b-4:first-child{
    border-bottom-width: 4px;
  }

  .xl\:first\:border-l-4:first-child{
    border-left-width: 4px;
  }

  .xl\:first\:border-t-8:first-child{
    border-top-width: 8px;
  }

  .xl\:first\:border-r-8:first-child{
    border-right-width: 8px;
  }

  .xl\:first\:border-b-8:first-child{
    border-bottom-width: 8px;
  }

  .xl\:first\:border-l-8:first-child{
    border-left-width: 8px;
  }

  .xl\:first\:border-t:first-child{
    border-top-width: 1px;
  }

  .xl\:first\:border-r:first-child{
    border-right-width: 1px;
  }

  .xl\:first\:border-b:first-child{
    border-bottom-width: 1px;
  }

  .xl\:first\:border-l:first-child{
    border-left-width: 1px;
  }

  .xl\:last\:border-0:last-child{
    border-width: 0;
  }

  .xl\:last\:border-2:last-child{
    border-width: 2px;
  }

  .xl\:last\:border-4:last-child{
    border-width: 4px;
  }

  .xl\:last\:border-8:last-child{
    border-width: 8px;
  }

  .xl\:last\:border:last-child{
    border-width: 1px;
  }

  .xl\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .xl\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .xl\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .xl\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .xl\:last\:border-t-2:last-child{
    border-top-width: 2px;
  }

  .xl\:last\:border-r-2:last-child{
    border-right-width: 2px;
  }

  .xl\:last\:border-b-2:last-child{
    border-bottom-width: 2px;
  }

  .xl\:last\:border-l-2:last-child{
    border-left-width: 2px;
  }

  .xl\:last\:border-t-4:last-child{
    border-top-width: 4px;
  }

  .xl\:last\:border-r-4:last-child{
    border-right-width: 4px;
  }

  .xl\:last\:border-b-4:last-child{
    border-bottom-width: 4px;
  }

  .xl\:last\:border-l-4:last-child{
    border-left-width: 4px;
  }

  .xl\:last\:border-t-8:last-child{
    border-top-width: 8px;
  }

  .xl\:last\:border-r-8:last-child{
    border-right-width: 8px;
  }

  .xl\:last\:border-b-8:last-child{
    border-bottom-width: 8px;
  }

  .xl\:last\:border-l-8:last-child{
    border-left-width: 8px;
  }

  .xl\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .xl\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .xl\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .xl\:last\:border-l:last-child{
    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: "Gilroy", sans-serif, -apple-system, BlinkMacSystemFont;
  }

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

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

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

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

  .xl\:font-black{
    font-weight: 900;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900;
  }

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-1{
    height: 0.25rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-3{
    height: 0.75rem;
  }

  .xl\:h-4{
    height: 1rem;
  }

  .xl\:h-5{
    height: 1.25rem;
  }

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-7{
    height: 1.875rem;
  }

  .xl\:h-8{
    height: 2rem;
  }

  .xl\:h-9{
    height: 2.25rem;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .xl\:h-13{
    height: 3.125rem;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-25{
    height: 6.25rem;
  }

  .xl\:h-28{
    height: 7rem;
  }

  .xl\:h-30{
    height: 7.5rem;
  }

  .xl\:h-32{
    height: 8rem;
  }

  .xl\:h-38{
    height: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:h-gutter-full{
    height: 3.125rem;
  }

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

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:text-13{
    font-size: 0.8125rem;
  }

  .xl\:text-15{
    font-size: 0.9375rem;
  }

  .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: 2.5rem;
  }

  .xl\:text-3xl{
    font-size: 2rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
  }

  .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-7{
    margin: 1.875rem;
  }

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

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

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

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

  .xl\:m-13{
    margin: 3.125rem;
  }

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

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

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

  .xl\:m-25{
    margin: 6.25rem;
  }

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

  .xl\:m-30{
    margin: 7.5rem;
  }

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

  .xl\:m-38{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:m-gutter-full{
    margin: 3.125rem;
  }

  .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-7{
    margin: -1.875rem;
  }

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

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

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

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

  .xl\:-m-13{
    margin: -3.125rem;
  }

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

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

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

  .xl\:-m-25{
    margin: -6.25rem;
  }

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

  .xl\:-m-30{
    margin: -7.5rem;
  }

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

  .xl\:-m-38{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:-m-gutter-full{
    margin: -3.125rem;
  }

  .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-7{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:mx-7{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:mx-13{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:mx-25{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-38{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .xl\:mx-38{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:mx-gutter{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:my-gutter-full{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:mx-gutter-full{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:-mx-7{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:-mx-13{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:-mx-25{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-38{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .xl\:-mx-38{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:-mx-gutter{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:-my-gutter-full{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:-mx-gutter-full{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7{
    margin-top: 1.875rem;
  }

  .xl\:mr-7{
    margin-right: 1.875rem;
  }

  .xl\:mb-7{
    margin-bottom: 1.875rem;
  }

  .xl\:ml-7{
    margin-left: 1.875rem;
  }

  .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-13{
    margin-top: 3.125rem;
  }

  .xl\:mr-13{
    margin-right: 3.125rem;
  }

  .xl\:mb-13{
    margin-bottom: 3.125rem;
  }

  .xl\:ml-13{
    margin-left: 3.125rem;
  }

  .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-25{
    margin-top: 6.25rem;
  }

  .xl\:mr-25{
    margin-right: 6.25rem;
  }

  .xl\:mb-25{
    margin-bottom: 6.25rem;
  }

  .xl\:ml-25{
    margin-left: 6.25rem;
  }

  .xl\:mt-28{
    margin-top: 7rem;
  }

  .xl\:mr-28{
    margin-right: 7rem;
  }

  .xl\:mb-28{
    margin-bottom: 7rem;
  }

  .xl\:ml-28{
    margin-left: 7rem;
  }

  .xl\:mt-30{
    margin-top: 7.5rem;
  }

  .xl\:mr-30{
    margin-right: 7.5rem;
  }

  .xl\:mb-30{
    margin-bottom: 7.5rem;
  }

  .xl\:ml-30{
    margin-left: 7.5rem;
  }

  .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-38{
    margin-top: 9.375rem;
  }

  .xl\:mr-38{
    margin-right: 9.375rem;
  }

  .xl\:mb-38{
    margin-bottom: 9.375rem;
  }

  .xl\:ml-38{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:mr-gutter{
    margin-right: 1.5625rem;
  }

  .xl\:mb-gutter{
    margin-bottom: 1.5625rem;
  }

  .xl\:ml-gutter{
    margin-left: 1.5625rem;
  }

  .xl\:mt-gutter-full{
    margin-top: 3.125rem;
  }

  .xl\:mr-gutter-full{
    margin-right: 3.125rem;
  }

  .xl\:mb-gutter-full{
    margin-bottom: 3.125rem;
  }

  .xl\:ml-gutter-full{
    margin-left: 3.125rem;
  }

  .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-7{
    margin-top: -1.875rem;
  }

  .xl\:-mr-7{
    margin-right: -1.875rem;
  }

  .xl\:-mb-7{
    margin-bottom: -1.875rem;
  }

  .xl\:-ml-7{
    margin-left: -1.875rem;
  }

  .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-13{
    margin-top: -3.125rem;
  }

  .xl\:-mr-13{
    margin-right: -3.125rem;
  }

  .xl\:-mb-13{
    margin-bottom: -3.125rem;
  }

  .xl\:-ml-13{
    margin-left: -3.125rem;
  }

  .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-25{
    margin-top: -6.25rem;
  }

  .xl\:-mr-25{
    margin-right: -6.25rem;
  }

  .xl\:-mb-25{
    margin-bottom: -6.25rem;
  }

  .xl\:-ml-25{
    margin-left: -6.25rem;
  }

  .xl\:-mt-28{
    margin-top: -7rem;
  }

  .xl\:-mr-28{
    margin-right: -7rem;
  }

  .xl\:-mb-28{
    margin-bottom: -7rem;
  }

  .xl\:-ml-28{
    margin-left: -7rem;
  }

  .xl\:-mt-30{
    margin-top: -7.5rem;
  }

  .xl\:-mr-30{
    margin-right: -7.5rem;
  }

  .xl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  .xl\:-ml-30{
    margin-left: -7.5rem;
  }

  .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-38{
    margin-top: -9.375rem;
  }

  .xl\:-mr-38{
    margin-right: -9.375rem;
  }

  .xl\:-mb-38{
    margin-bottom: -9.375rem;
  }

  .xl\:-ml-38{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:-mr-gutter{
    margin-right: -1.5625rem;
  }

  .xl\:-mb-gutter{
    margin-bottom: -1.5625rem;
  }

  .xl\:-ml-gutter{
    margin-left: -1.5625rem;
  }

  .xl\:-mt-gutter-full{
    margin-top: -3.125rem;
  }

  .xl\:-mr-gutter-full{
    margin-right: -3.125rem;
  }

  .xl\:-mb-gutter-full{
    margin-bottom: -3.125rem;
  }

  .xl\:-ml-gutter-full{
    margin-left: -3.125rem;
  }

  .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-7:first-child{
    margin: 1.875rem;
  }

  .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-13:first-child{
    margin: 3.125rem;
  }

  .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-25:first-child{
    margin: 6.25rem;
  }

  .xl\:first\:m-28:first-child{
    margin: 7rem;
  }

  .xl\:first\:m-30:first-child{
    margin: 7.5rem;
  }

  .xl\:first\:m-32:first-child{
    margin: 8rem;
  }

  .xl\:first\:m-38:first-child{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:first\:m-gutter-full:first-child{
    margin: 3.125rem;
  }

  .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-7:first-child{
    margin: -1.875rem;
  }

  .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-13:first-child{
    margin: -3.125rem;
  }

  .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-25:first-child{
    margin: -6.25rem;
  }

  .xl\:first\:-m-28:first-child{
    margin: -7rem;
  }

  .xl\:first\:-m-30:first-child{
    margin: -7.5rem;
  }

  .xl\:first\:-m-32:first-child{
    margin: -8rem;
  }

  .xl\:first\:-m-38:first-child{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:first\:-m-gutter-full:first-child{
    margin: -3.125rem;
  }

  .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-7:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:first\:mx-7:first-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:first\:mx-13:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:first\:mx-25:first-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl\:first\:my-28:first-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:first\:mx-28:first-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:first\:my-30:first-child{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:first\:mx-30:first-child{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-38:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .xl\:first\:mx-38:first-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:first\:mx-gutter:first-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:first\:my-gutter-full:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:first\:mx-gutter-full:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:first\:-mx-7:first-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:first\:-mx-13:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:first\:-mx-25:first-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl\:first\:-my-28:first-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:first\:-mx-28:first-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:first\:-my-30:first-child{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:first\:-mx-30:first-child{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-38:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .xl\:first\:-mx-38:first-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:first\:-mx-gutter:first-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:first\:-my-gutter-full:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:first\:-mx-gutter-full:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7:first-child{
    margin-top: 1.875rem;
  }

  .xl\:first\:mr-7:first-child{
    margin-right: 1.875rem;
  }

  .xl\:first\:mb-7:first-child{
    margin-bottom: 1.875rem;
  }

  .xl\:first\:ml-7:first-child{
    margin-left: 1.875rem;
  }

  .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-13:first-child{
    margin-top: 3.125rem;
  }

  .xl\:first\:mr-13:first-child{
    margin-right: 3.125rem;
  }

  .xl\:first\:mb-13:first-child{
    margin-bottom: 3.125rem;
  }

  .xl\:first\:ml-13:first-child{
    margin-left: 3.125rem;
  }

  .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-25:first-child{
    margin-top: 6.25rem;
  }

  .xl\:first\:mr-25:first-child{
    margin-right: 6.25rem;
  }

  .xl\:first\:mb-25:first-child{
    margin-bottom: 6.25rem;
  }

  .xl\:first\:ml-25:first-child{
    margin-left: 6.25rem;
  }

  .xl\:first\:mt-28:first-child{
    margin-top: 7rem;
  }

  .xl\:first\:mr-28:first-child{
    margin-right: 7rem;
  }

  .xl\:first\:mb-28:first-child{
    margin-bottom: 7rem;
  }

  .xl\:first\:ml-28:first-child{
    margin-left: 7rem;
  }

  .xl\:first\:mt-30:first-child{
    margin-top: 7.5rem;
  }

  .xl\:first\:mr-30:first-child{
    margin-right: 7.5rem;
  }

  .xl\:first\:mb-30:first-child{
    margin-bottom: 7.5rem;
  }

  .xl\:first\:ml-30:first-child{
    margin-left: 7.5rem;
  }

  .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-38:first-child{
    margin-top: 9.375rem;
  }

  .xl\:first\:mr-38:first-child{
    margin-right: 9.375rem;
  }

  .xl\:first\:mb-38:first-child{
    margin-bottom: 9.375rem;
  }

  .xl\:first\:ml-38:first-child{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:first\:mr-gutter:first-child{
    margin-right: 1.5625rem;
  }

  .xl\:first\:mb-gutter:first-child{
    margin-bottom: 1.5625rem;
  }

  .xl\:first\:ml-gutter:first-child{
    margin-left: 1.5625rem;
  }

  .xl\:first\:mt-gutter-full:first-child{
    margin-top: 3.125rem;
  }

  .xl\:first\:mr-gutter-full:first-child{
    margin-right: 3.125rem;
  }

  .xl\:first\:mb-gutter-full:first-child{
    margin-bottom: 3.125rem;
  }

  .xl\:first\:ml-gutter-full:first-child{
    margin-left: 3.125rem;
  }

  .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-7:first-child{
    margin-top: -1.875rem;
  }

  .xl\:first\:-mr-7:first-child{
    margin-right: -1.875rem;
  }

  .xl\:first\:-mb-7:first-child{
    margin-bottom: -1.875rem;
  }

  .xl\:first\:-ml-7:first-child{
    margin-left: -1.875rem;
  }

  .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-13:first-child{
    margin-top: -3.125rem;
  }

  .xl\:first\:-mr-13:first-child{
    margin-right: -3.125rem;
  }

  .xl\:first\:-mb-13:first-child{
    margin-bottom: -3.125rem;
  }

  .xl\:first\:-ml-13:first-child{
    margin-left: -3.125rem;
  }

  .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-25:first-child{
    margin-top: -6.25rem;
  }

  .xl\:first\:-mr-25:first-child{
    margin-right: -6.25rem;
  }

  .xl\:first\:-mb-25:first-child{
    margin-bottom: -6.25rem;
  }

  .xl\:first\:-ml-25:first-child{
    margin-left: -6.25rem;
  }

  .xl\:first\:-mt-28:first-child{
    margin-top: -7rem;
  }

  .xl\:first\:-mr-28:first-child{
    margin-right: -7rem;
  }

  .xl\:first\:-mb-28:first-child{
    margin-bottom: -7rem;
  }

  .xl\:first\:-ml-28:first-child{
    margin-left: -7rem;
  }

  .xl\:first\:-mt-30:first-child{
    margin-top: -7.5rem;
  }

  .xl\:first\:-mr-30:first-child{
    margin-right: -7.5rem;
  }

  .xl\:first\:-mb-30:first-child{
    margin-bottom: -7.5rem;
  }

  .xl\:first\:-ml-30:first-child{
    margin-left: -7.5rem;
  }

  .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-38:first-child{
    margin-top: -9.375rem;
  }

  .xl\:first\:-mr-38:first-child{
    margin-right: -9.375rem;
  }

  .xl\:first\:-mb-38:first-child{
    margin-bottom: -9.375rem;
  }

  .xl\:first\:-ml-38:first-child{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:first\:-mr-gutter:first-child{
    margin-right: -1.5625rem;
  }

  .xl\:first\:-mb-gutter:first-child{
    margin-bottom: -1.5625rem;
  }

  .xl\:first\:-ml-gutter:first-child{
    margin-left: -1.5625rem;
  }

  .xl\:first\:-mt-gutter-full:first-child{
    margin-top: -3.125rem;
  }

  .xl\:first\:-mr-gutter-full:first-child{
    margin-right: -3.125rem;
  }

  .xl\:first\:-mb-gutter-full:first-child{
    margin-bottom: -3.125rem;
  }

  .xl\:first\:-ml-gutter-full:first-child{
    margin-left: -3.125rem;
  }

  .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-7:last-child{
    margin: 1.875rem;
  }

  .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-13:last-child{
    margin: 3.125rem;
  }

  .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-25:last-child{
    margin: 6.25rem;
  }

  .xl\:last\:m-28:last-child{
    margin: 7rem;
  }

  .xl\:last\:m-30:last-child{
    margin: 7.5rem;
  }

  .xl\:last\:m-32:last-child{
    margin: 8rem;
  }

  .xl\:last\:m-38:last-child{
    margin: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:last\:m-gutter-full:last-child{
    margin: 3.125rem;
  }

  .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-7:last-child{
    margin: -1.875rem;
  }

  .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-13:last-child{
    margin: -3.125rem;
  }

  .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-25:last-child{
    margin: -6.25rem;
  }

  .xl\:last\:-m-28:last-child{
    margin: -7rem;
  }

  .xl\:last\:-m-30:last-child{
    margin: -7.5rem;
  }

  .xl\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .xl\:last\:-m-38:last-child{
    margin: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:last\:-m-gutter-full:last-child{
    margin: -3.125rem;
  }

  .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-7:last-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:last\:mx-7:last-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .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-13:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:last\:mx-13:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-25:last-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:last\:mx-25:last-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl\:last\:my-28:last-child{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:last\:mx-28:last-child{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:last\:my-30:last-child{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:last\:mx-30:last-child{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-38:last-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .xl\:last\:mx-38:last-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .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: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:last\:mx-gutter:last-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:last\:my-gutter-full:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:last\:mx-gutter-full:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .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-7:last-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:last\:-mx-7:last-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .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-13:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:last\:-mx-13:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-25:last-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:last\:-mx-25:last-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl\:last\:-my-28:last-child{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:last\:-mx-28:last-child{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:last\:-my-30:last-child{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:last\:-mx-30:last-child{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-38:last-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .xl\:last\:-mx-38:last-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .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: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:last\:-mx-gutter:last-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:last\:-my-gutter-full:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:last\:-mx-gutter-full:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .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-7:last-child{
    margin-top: 1.875rem;
  }

  .xl\:last\:mr-7:last-child{
    margin-right: 1.875rem;
  }

  .xl\:last\:mb-7:last-child{
    margin-bottom: 1.875rem;
  }

  .xl\:last\:ml-7:last-child{
    margin-left: 1.875rem;
  }

  .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-13:last-child{
    margin-top: 3.125rem;
  }

  .xl\:last\:mr-13:last-child{
    margin-right: 3.125rem;
  }

  .xl\:last\:mb-13:last-child{
    margin-bottom: 3.125rem;
  }

  .xl\:last\:ml-13:last-child{
    margin-left: 3.125rem;
  }

  .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-25:last-child{
    margin-top: 6.25rem;
  }

  .xl\:last\:mr-25:last-child{
    margin-right: 6.25rem;
  }

  .xl\:last\:mb-25:last-child{
    margin-bottom: 6.25rem;
  }

  .xl\:last\:ml-25:last-child{
    margin-left: 6.25rem;
  }

  .xl\:last\:mt-28:last-child{
    margin-top: 7rem;
  }

  .xl\:last\:mr-28:last-child{
    margin-right: 7rem;
  }

  .xl\:last\:mb-28:last-child{
    margin-bottom: 7rem;
  }

  .xl\:last\:ml-28:last-child{
    margin-left: 7rem;
  }

  .xl\:last\:mt-30:last-child{
    margin-top: 7.5rem;
  }

  .xl\:last\:mr-30:last-child{
    margin-right: 7.5rem;
  }

  .xl\:last\:mb-30:last-child{
    margin-bottom: 7.5rem;
  }

  .xl\:last\:ml-30:last-child{
    margin-left: 7.5rem;
  }

  .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-38:last-child{
    margin-top: 9.375rem;
  }

  .xl\:last\:mr-38:last-child{
    margin-right: 9.375rem;
  }

  .xl\:last\:mb-38:last-child{
    margin-bottom: 9.375rem;
  }

  .xl\:last\:ml-38:last-child{
    margin-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:last\:mr-gutter:last-child{
    margin-right: 1.5625rem;
  }

  .xl\:last\:mb-gutter:last-child{
    margin-bottom: 1.5625rem;
  }

  .xl\:last\:ml-gutter:last-child{
    margin-left: 1.5625rem;
  }

  .xl\:last\:mt-gutter-full:last-child{
    margin-top: 3.125rem;
  }

  .xl\:last\:mr-gutter-full:last-child{
    margin-right: 3.125rem;
  }

  .xl\:last\:mb-gutter-full:last-child{
    margin-bottom: 3.125rem;
  }

  .xl\:last\:ml-gutter-full:last-child{
    margin-left: 3.125rem;
  }

  .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-7:last-child{
    margin-top: -1.875rem;
  }

  .xl\:last\:-mr-7:last-child{
    margin-right: -1.875rem;
  }

  .xl\:last\:-mb-7:last-child{
    margin-bottom: -1.875rem;
  }

  .xl\:last\:-ml-7:last-child{
    margin-left: -1.875rem;
  }

  .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-13:last-child{
    margin-top: -3.125rem;
  }

  .xl\:last\:-mr-13:last-child{
    margin-right: -3.125rem;
  }

  .xl\:last\:-mb-13:last-child{
    margin-bottom: -3.125rem;
  }

  .xl\:last\:-ml-13:last-child{
    margin-left: -3.125rem;
  }

  .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-25:last-child{
    margin-top: -6.25rem;
  }

  .xl\:last\:-mr-25:last-child{
    margin-right: -6.25rem;
  }

  .xl\:last\:-mb-25:last-child{
    margin-bottom: -6.25rem;
  }

  .xl\:last\:-ml-25:last-child{
    margin-left: -6.25rem;
  }

  .xl\:last\:-mt-28:last-child{
    margin-top: -7rem;
  }

  .xl\:last\:-mr-28:last-child{
    margin-right: -7rem;
  }

  .xl\:last\:-mb-28:last-child{
    margin-bottom: -7rem;
  }

  .xl\:last\:-ml-28:last-child{
    margin-left: -7rem;
  }

  .xl\:last\:-mt-30:last-child{
    margin-top: -7.5rem;
  }

  .xl\:last\:-mr-30:last-child{
    margin-right: -7.5rem;
  }

  .xl\:last\:-mb-30:last-child{
    margin-bottom: -7.5rem;
  }

  .xl\:last\:-ml-30:last-child{
    margin-left: -7.5rem;
  }

  .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-38:last-child{
    margin-top: -9.375rem;
  }

  .xl\:last\:-mr-38:last-child{
    margin-right: -9.375rem;
  }

  .xl\:last\:-mb-38:last-child{
    margin-bottom: -9.375rem;
  }

  .xl\:last\:-ml-38:last-child{
    margin-left: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:last\:-mr-gutter:last-child{
    margin-right: -1.5625rem;
  }

  .xl\:last\:-mb-gutter:last-child{
    margin-bottom: -1.5625rem;
  }

  .xl\:last\:-ml-gutter:last-child{
    margin-left: -1.5625rem;
  }

  .xl\:last\:-mt-gutter-full:last-child{
    margin-top: -3.125rem;
  }

  .xl\:last\:-mr-gutter-full:last-child{
    margin-right: -3.125rem;
  }

  .xl\:last\:-mb-gutter-full:last-child{
    margin-bottom: -3.125rem;
  }

  .xl\:last\:-ml-gutter-full:last-child{
    margin-left: -3.125rem;
  }

  .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-50{
    opacity: 0.5;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

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

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

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

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .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-7{
    padding: 1.875rem;
  }

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

  .xl\:p-9{
    padding: 2.25rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-13{
    padding: 3.125rem;
  }

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

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:p-25{
    padding: 6.25rem;
  }

  .xl\:p-28{
    padding: 7rem;
  }

  .xl\:p-30{
    padding: 7.5rem;
  }

  .xl\:p-32{
    padding: 8rem;
  }

  .xl\:p-38{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:p-gutter-full{
    padding: 3.125rem;
  }

  .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-7{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:px-7{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:px-13{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl\:px-25{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-38{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .xl\:px-38{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .xl\:px-gutter{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .xl\:py-gutter-full{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:px-gutter-full{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7{
    padding-top: 1.875rem;
  }

  .xl\:pr-7{
    padding-right: 1.875rem;
  }

  .xl\:pb-7{
    padding-bottom: 1.875rem;
  }

  .xl\:pl-7{
    padding-left: 1.875rem;
  }

  .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-13{
    padding-top: 3.125rem;
  }

  .xl\:pr-13{
    padding-right: 3.125rem;
  }

  .xl\:pb-13{
    padding-bottom: 3.125rem;
  }

  .xl\:pl-13{
    padding-left: 3.125rem;
  }

  .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-25{
    padding-top: 6.25rem;
  }

  .xl\:pr-25{
    padding-right: 6.25rem;
  }

  .xl\:pb-25{
    padding-bottom: 6.25rem;
  }

  .xl\:pl-25{
    padding-left: 6.25rem;
  }

  .xl\:pt-28{
    padding-top: 7rem;
  }

  .xl\:pr-28{
    padding-right: 7rem;
  }

  .xl\:pb-28{
    padding-bottom: 7rem;
  }

  .xl\:pl-28{
    padding-left: 7rem;
  }

  .xl\:pt-30{
    padding-top: 7.5rem;
  }

  .xl\:pr-30{
    padding-right: 7.5rem;
  }

  .xl\:pb-30{
    padding-bottom: 7.5rem;
  }

  .xl\:pl-30{
    padding-left: 7.5rem;
  }

  .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-38{
    padding-top: 9.375rem;
  }

  .xl\:pr-38{
    padding-right: 9.375rem;
  }

  .xl\:pb-38{
    padding-bottom: 9.375rem;
  }

  .xl\:pl-38{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:pr-gutter{
    padding-right: 1.5625rem;
  }

  .xl\:pb-gutter{
    padding-bottom: 1.5625rem;
  }

  .xl\:pl-gutter{
    padding-left: 1.5625rem;
  }

  .xl\:pt-gutter-full{
    padding-top: 3.125rem;
  }

  .xl\:pr-gutter-full{
    padding-right: 3.125rem;
  }

  .xl\:pb-gutter-full{
    padding-bottom: 3.125rem;
  }

  .xl\:pl-gutter-full{
    padding-left: 3.125rem;
  }

  .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-7:first-child{
    padding: 1.875rem;
  }

  .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-13:first-child{
    padding: 3.125rem;
  }

  .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-25:first-child{
    padding: 6.25rem;
  }

  .xl\:first\:p-28:first-child{
    padding: 7rem;
  }

  .xl\:first\:p-30:first-child{
    padding: 7.5rem;
  }

  .xl\:first\:p-32:first-child{
    padding: 8rem;
  }

  .xl\:first\:p-38:first-child{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:first\:p-gutter-full:first-child{
    padding: 3.125rem;
  }

  .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-7:first-child{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:first\:px-7:first-child{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13:first-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:first\:px-13:first-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25:first-child{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl\:first\:px-25:first-child{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xl\:first\:py-28:first-child{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:first\:px-28:first-child{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:first\:py-30:first-child{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:first\:px-30:first-child{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-38:first-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .xl\:first\:px-38:first-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .xl\:first\:px-gutter:first-child{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .xl\:first\:py-gutter-full:first-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:first\:px-gutter-full:first-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7:first-child{
    padding-top: 1.875rem;
  }

  .xl\:first\:pr-7:first-child{
    padding-right: 1.875rem;
  }

  .xl\:first\:pb-7:first-child{
    padding-bottom: 1.875rem;
  }

  .xl\:first\:pl-7:first-child{
    padding-left: 1.875rem;
  }

  .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-13:first-child{
    padding-top: 3.125rem;
  }

  .xl\:first\:pr-13:first-child{
    padding-right: 3.125rem;
  }

  .xl\:first\:pb-13:first-child{
    padding-bottom: 3.125rem;
  }

  .xl\:first\:pl-13:first-child{
    padding-left: 3.125rem;
  }

  .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-25:first-child{
    padding-top: 6.25rem;
  }

  .xl\:first\:pr-25:first-child{
    padding-right: 6.25rem;
  }

  .xl\:first\:pb-25:first-child{
    padding-bottom: 6.25rem;
  }

  .xl\:first\:pl-25:first-child{
    padding-left: 6.25rem;
  }

  .xl\:first\:pt-28:first-child{
    padding-top: 7rem;
  }

  .xl\:first\:pr-28:first-child{
    padding-right: 7rem;
  }

  .xl\:first\:pb-28:first-child{
    padding-bottom: 7rem;
  }

  .xl\:first\:pl-28:first-child{
    padding-left: 7rem;
  }

  .xl\:first\:pt-30:first-child{
    padding-top: 7.5rem;
  }

  .xl\:first\:pr-30:first-child{
    padding-right: 7.5rem;
  }

  .xl\:first\:pb-30:first-child{
    padding-bottom: 7.5rem;
  }

  .xl\:first\:pl-30:first-child{
    padding-left: 7.5rem;
  }

  .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-38:first-child{
    padding-top: 9.375rem;
  }

  .xl\:first\:pr-38:first-child{
    padding-right: 9.375rem;
  }

  .xl\:first\:pb-38:first-child{
    padding-bottom: 9.375rem;
  }

  .xl\:first\:pl-38:first-child{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:first\:pr-gutter:first-child{
    padding-right: 1.5625rem;
  }

  .xl\:first\:pb-gutter:first-child{
    padding-bottom: 1.5625rem;
  }

  .xl\:first\:pl-gutter:first-child{
    padding-left: 1.5625rem;
  }

  .xl\:first\:pt-gutter-full:first-child{
    padding-top: 3.125rem;
  }

  .xl\:first\:pr-gutter-full:first-child{
    padding-right: 3.125rem;
  }

  .xl\:first\:pb-gutter-full:first-child{
    padding-bottom: 3.125rem;
  }

  .xl\:first\:pl-gutter-full:first-child{
    padding-left: 3.125rem;
  }

  .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-7:last-child{
    padding: 1.875rem;
  }

  .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-13:last-child{
    padding: 3.125rem;
  }

  .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-25:last-child{
    padding: 6.25rem;
  }

  .xl\:last\:p-28:last-child{
    padding: 7rem;
  }

  .xl\:last\:p-30:last-child{
    padding: 7.5rem;
  }

  .xl\:last\:p-32:last-child{
    padding: 8rem;
  }

  .xl\:last\:p-38:last-child{
    padding: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:last\:p-gutter-full:last-child{
    padding: 3.125rem;
  }

  .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-7:last-child{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:last\:px-7:last-child{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .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-13:last-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:last\:px-13:last-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-25:last-child{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl\:last\:px-25:last-child{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xl\:last\:py-28:last-child{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:last\:px-28:last-child{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:last\:py-30:last-child{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:last\:px-30:last-child{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-38:last-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .xl\:last\:px-38:last-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .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: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .xl\:last\:px-gutter:last-child{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .xl\:last\:py-gutter-full:last-child{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:last\:px-gutter-full:last-child{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .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-7:last-child{
    padding-top: 1.875rem;
  }

  .xl\:last\:pr-7:last-child{
    padding-right: 1.875rem;
  }

  .xl\:last\:pb-7:last-child{
    padding-bottom: 1.875rem;
  }

  .xl\:last\:pl-7:last-child{
    padding-left: 1.875rem;
  }

  .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-13:last-child{
    padding-top: 3.125rem;
  }

  .xl\:last\:pr-13:last-child{
    padding-right: 3.125rem;
  }

  .xl\:last\:pb-13:last-child{
    padding-bottom: 3.125rem;
  }

  .xl\:last\:pl-13:last-child{
    padding-left: 3.125rem;
  }

  .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-25:last-child{
    padding-top: 6.25rem;
  }

  .xl\:last\:pr-25:last-child{
    padding-right: 6.25rem;
  }

  .xl\:last\:pb-25:last-child{
    padding-bottom: 6.25rem;
  }

  .xl\:last\:pl-25:last-child{
    padding-left: 6.25rem;
  }

  .xl\:last\:pt-28:last-child{
    padding-top: 7rem;
  }

  .xl\:last\:pr-28:last-child{
    padding-right: 7rem;
  }

  .xl\:last\:pb-28:last-child{
    padding-bottom: 7rem;
  }

  .xl\:last\:pl-28:last-child{
    padding-left: 7rem;
  }

  .xl\:last\:pt-30:last-child{
    padding-top: 7.5rem;
  }

  .xl\:last\:pr-30:last-child{
    padding-right: 7.5rem;
  }

  .xl\:last\:pb-30:last-child{
    padding-bottom: 7.5rem;
  }

  .xl\:last\:pl-30:last-child{
    padding-left: 7.5rem;
  }

  .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-38:last-child{
    padding-top: 9.375rem;
  }

  .xl\:last\:pr-38:last-child{
    padding-right: 9.375rem;
  }

  .xl\:last\:pb-38:last-child{
    padding-bottom: 9.375rem;
  }

  .xl\:last\:pl-38:last-child{
    padding-left: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:last\:pr-gutter:last-child{
    padding-right: 1.5625rem;
  }

  .xl\:last\:pb-gutter:last-child{
    padding-bottom: 1.5625rem;
  }

  .xl\:last\:pl-gutter:last-child{
    padding-left: 1.5625rem;
  }

  .xl\:last\:pt-gutter-full:last-child{
    padding-top: 3.125rem;
  }

  .xl\:last\:pr-gutter-full:last-child{
    padding-right: 3.125rem;
  }

  .xl\:last\:pb-gutter-full:last-child{
    padding-bottom: 3.125rem;
  }

  .xl\:last\:pl-gutter-full:last-child{
    padding-left: 3.125rem;
  }

  .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-brand-primary::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-primary::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-primary:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-primary::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-primary::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-light-gray::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-midnight::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-midnight:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-midnight::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-midnight::placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:placeholder-brand-scrim::-webkit-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .xl\:placeholder-brand-scrim::-moz-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .xl\:placeholder-brand-scrim:-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .xl\:placeholder-brand-scrim::-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .xl\:placeholder-brand-scrim::placeholder{
    color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-navy::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-navy::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-navy:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-navy::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-navy::placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-marigold::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-marigold::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-marigold:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-marigold::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-marigold::placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:placeholder-green::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:placeholder-green::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:placeholder-green:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:placeholder-green::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:placeholder-green::placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:placeholder-sky::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-sky::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-sky:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-sky::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-sky::placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-sea::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .xl\:placeholder-sea::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .xl\:placeholder-sea:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .xl\:placeholder-sea::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .xl\:placeholder-sea::placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-primary:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-primary:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-primary:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-primary:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-light-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-midnight:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-midnight:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-midnight:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-midnight:focus::placeholder{
    --placeholder-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-brand-scrim:focus::-webkit-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .xl\:focus\:placeholder-brand-scrim:focus::-moz-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .xl\:focus\:placeholder-brand-scrim:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .xl\:focus\:placeholder-brand-scrim:focus::-ms-input-placeholder{
    color: rgba(0,0,0,0.8);
  }

  .xl\:focus\:placeholder-brand-scrim:focus::placeholder{
    color: rgba(0,0,0,0.8);
  }

  .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: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-navy:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-navy:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-navy:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-navy:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-navy:focus::placeholder{
    --placeholder-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-marigold:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-marigold:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-marigold:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-marigold:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-marigold:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green:focus::placeholder{
    --placeholder-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky:focus::placeholder{
    --placeholder-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sea:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sea:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sea:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sea:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-sea:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-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-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-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-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-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-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-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-brand-primary{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .xl\:text-brand-light-gray{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

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

  .xl\:text-brand-midnight{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .xl\:text-brand-scrim{
    color: rgba(0,0,0,0.8);
  }

  .xl\:text-brand-overlay{
    color: rgba(255,255,255,0.35);
  }

  .xl\:text-gray-100{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .xl\:text-gray-200{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .xl\:text-red{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .xl\:text-navy{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .xl\:text-marigold{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .xl\:text-green{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .xl\:text-sky{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .xl\:text-sea{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:hover{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .xl\:hover\:text-brand-light-gray:hover{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:hover{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .xl\:hover\:text-brand-scrim:hover{
    color: rgba(0,0,0,0.8);
  }

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

  .xl\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .xl\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .xl\:hover\:text-red:hover{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .xl\:hover\:text-navy:hover{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .xl\:hover\:text-marigold:hover{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .xl\:hover\:text-green:hover{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .xl\:hover\:text-sky:hover{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .xl\:hover\:text-sea:hover{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, 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-brand-primary:focus{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .xl\:focus\:text-brand-light-gray:focus{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, 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-midnight:focus{
    --text-opacity: 1;
    color: #01313C;
    color: rgba(1, 49, 60, var(--text-opacity));
  }

  .xl\:focus\:text-brand-scrim:focus{
    color: rgba(0,0,0,0.8);
  }

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

  .xl\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #F2F3F9;
    color: rgba(242, 243, 249, var(--text-opacity));
  }

  .xl\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #ACADAF;
    color: rgba(172, 173, 175, var(--text-opacity));
  }

  .xl\:focus\:text-red:focus{
    --text-opacity: 1;
    color: #FA4135;
    color: rgba(250, 65, 53, var(--text-opacity));
  }

  .xl\:focus\:text-navy:focus{
    --text-opacity: 1;
    color: #034859;
    color: rgba(3, 72, 89, var(--text-opacity));
  }

  .xl\:focus\:text-marigold:focus{
    --text-opacity: 1;
    color: #FAA335;
    color: rgba(250, 163, 53, var(--text-opacity));
  }

  .xl\:focus\:text-green:focus{
    --text-opacity: 1;
    color: #00A79D;
    color: rgba(0, 167, 157, var(--text-opacity));
  }

  .xl\:focus\:text-sky:focus{
    --text-opacity: 1;
    color: #80CAE2;
    color: rgba(128, 202, 226, var(--text-opacity));
  }

  .xl\:focus\:text-sea:focus{
    --text-opacity: 1;
    color: #4996B2;
    color: rgba(73, 150, 178, var(--text-opacity));
  }

  .xl\:text-opacity-0{
    --text-opacity: 0;
  }

  .xl\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .xl\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .xl\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .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-50:hover{
    --text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .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-50:focus{
    --text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

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

  .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-7{
    width: 1.875rem;
  }

  .xl\:w-8{
    width: 2rem;
  }

  .xl\:w-9{
    width: 2.25rem;
  }

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-12{
    width: 3rem;
  }

  .xl\:w-13{
    width: 3.125rem;
  }

  .xl\:w-16{
    width: 4rem;
  }

  .xl\:w-20{
    width: 5rem;
  }

  .xl\:w-24{
    width: 6rem;
  }

  .xl\:w-25{
    width: 6.25rem;
  }

  .xl\:w-28{
    width: 7rem;
  }

  .xl\:w-30{
    width: 7.5rem;
  }

  .xl\:w-32{
    width: 8rem;
  }

  .xl\:w-38{
    width: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:w-gutter-full{
    width: 3.125rem;
  }

  .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-99{
    z-index: 99;
  }

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

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

  .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-7{
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .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-13{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .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-25{
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }

  .xl\:gap-28{
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xl\:gap-30{
    grid-gap: 7.5rem;
    gap: 7.5rem;
  }

  .xl\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:gap-38{
    grid-gap: 9.375rem;
    gap: 9.375rem;
  }

  .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: 1.5625rem;
    gap: 1.5625rem;
  }

  .xl\:gap-gutter-full{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .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-7{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .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-13{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-25{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .xl\:col-gap-28{
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xl\:col-gap-30{
    grid-column-gap: 7.5rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .xl\:col-gap-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xl\:col-gap-38{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .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: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .xl\:col-gap-gutter-full{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-7{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .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-13{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-25{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .xl\:gap-x-28{
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xl\:gap-x-30{
    grid-column-gap: 7.5rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .xl\:gap-x-32{
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xl\:gap-x-38{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .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: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .xl\:gap-x-gutter-full{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .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-7{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .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-13{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-25{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .xl\:row-gap-28{
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xl\:row-gap-30{
    grid-row-gap: 7.5rem;
    row-gap: 7.5rem;
  }

  .xl\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:row-gap-38{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .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: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .xl\:row-gap-gutter-full{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-7{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .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-13{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-25{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .xl\:gap-y-28{
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xl\:gap-y-30{
    grid-row-gap: 7.5rem;
    row-gap: 7.5rem;
  }

  .xl\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:gap-y-38{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .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: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .xl\:gap-y-gutter-full{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .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-7{
    --transform-translate-x: 1.875rem;
  }

  .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-13{
    --transform-translate-x: 3.125rem;
  }

  .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-25{
    --transform-translate-x: 6.25rem;
  }

  .xl\:translate-x-28{
    --transform-translate-x: 7rem;
  }

  .xl\:translate-x-30{
    --transform-translate-x: 7.5rem;
  }

  .xl\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .xl\:translate-x-38{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:translate-x-gutter-full{
    --transform-translate-x: 3.125rem;
  }

  .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-7{
    --transform-translate-x: -1.875rem;
  }

  .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-13{
    --transform-translate-x: -3.125rem;
  }

  .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-25{
    --transform-translate-x: -6.25rem;
  }

  .xl\:-translate-x-28{
    --transform-translate-x: -7rem;
  }

  .xl\:-translate-x-30{
    --transform-translate-x: -7.5rem;
  }

  .xl\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .xl\:-translate-x-38{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:-translate-x-gutter-full{
    --transform-translate-x: -3.125rem;
  }

  .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-7{
    --transform-translate-y: 1.875rem;
  }

  .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-13{
    --transform-translate-y: 3.125rem;
  }

  .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-25{
    --transform-translate-y: 6.25rem;
  }

  .xl\:translate-y-28{
    --transform-translate-y: 7rem;
  }

  .xl\:translate-y-30{
    --transform-translate-y: 7.5rem;
  }

  .xl\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .xl\:translate-y-38{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:translate-y-gutter-full{
    --transform-translate-y: 3.125rem;
  }

  .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-7{
    --transform-translate-y: -1.875rem;
  }

  .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-13{
    --transform-translate-y: -3.125rem;
  }

  .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-25{
    --transform-translate-y: -6.25rem;
  }

  .xl\:-translate-y-28{
    --transform-translate-y: -7rem;
  }

  .xl\:-translate-y-30{
    --transform-translate-y: -7.5rem;
  }

  .xl\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .xl\:-translate-y-38{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:-translate-y-gutter-full{
    --transform-translate-y: -3.125rem;
  }

  .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-7:hover{
    --transform-translate-x: 1.875rem;
  }

  .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-13:hover{
    --transform-translate-x: 3.125rem;
  }

  .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-25:hover{
    --transform-translate-x: 6.25rem;
  }

  .xl\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-30:hover{
    --transform-translate-x: 7.5rem;
  }

  .xl\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-38:hover{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:hover\:translate-x-gutter-full:hover{
    --transform-translate-x: 3.125rem;
  }

  .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-7:hover{
    --transform-translate-x: -1.875rem;
  }

  .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-13:hover{
    --transform-translate-x: -3.125rem;
  }

  .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-25:hover{
    --transform-translate-x: -6.25rem;
  }

  .xl\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-30:hover{
    --transform-translate-x: -7.5rem;
  }

  .xl\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-38:hover{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:hover\:-translate-x-gutter-full:hover{
    --transform-translate-x: -3.125rem;
  }

  .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-7:hover{
    --transform-translate-y: 1.875rem;
  }

  .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-13:hover{
    --transform-translate-y: 3.125rem;
  }

  .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-25:hover{
    --transform-translate-y: 6.25rem;
  }

  .xl\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-30:hover{
    --transform-translate-y: 7.5rem;
  }

  .xl\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-38:hover{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:hover\:translate-y-gutter-full:hover{
    --transform-translate-y: 3.125rem;
  }

  .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-7:hover{
    --transform-translate-y: -1.875rem;
  }

  .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-13:hover{
    --transform-translate-y: -3.125rem;
  }

  .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-25:hover{
    --transform-translate-y: -6.25rem;
  }

  .xl\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-30:hover{
    --transform-translate-y: -7.5rem;
  }

  .xl\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-38:hover{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:hover\:-translate-y-gutter-full:hover{
    --transform-translate-y: -3.125rem;
  }

  .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-7:focus{
    --transform-translate-x: 1.875rem;
  }

  .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-13:focus{
    --transform-translate-x: 3.125rem;
  }

  .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-25:focus{
    --transform-translate-x: 6.25rem;
  }

  .xl\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-30:focus{
    --transform-translate-x: 7.5rem;
  }

  .xl\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-38:focus{
    --transform-translate-x: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:focus\:translate-x-gutter-full:focus{
    --transform-translate-x: 3.125rem;
  }

  .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-7:focus{
    --transform-translate-x: -1.875rem;
  }

  .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-13:focus{
    --transform-translate-x: -3.125rem;
  }

  .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-25:focus{
    --transform-translate-x: -6.25rem;
  }

  .xl\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-30:focus{
    --transform-translate-x: -7.5rem;
  }

  .xl\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-38:focus{
    --transform-translate-x: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:focus\:-translate-x-gutter-full:focus{
    --transform-translate-x: -3.125rem;
  }

  .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-7:focus{
    --transform-translate-y: 1.875rem;
  }

  .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-13:focus{
    --transform-translate-y: 3.125rem;
  }

  .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-25:focus{
    --transform-translate-y: 6.25rem;
  }

  .xl\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-30:focus{
    --transform-translate-y: 7.5rem;
  }

  .xl\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-38:focus{
    --transform-translate-y: 9.375rem;
  }

  .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: 1.5625rem;
  }

  .xl\:focus\:translate-y-gutter-full:focus{
    --transform-translate-y: 3.125rem;
  }

  .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-7:focus{
    --transform-translate-y: -1.875rem;
  }

  .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-13:focus{
    --transform-translate-y: -3.125rem;
  }

  .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-25:focus{
    --transform-translate-y: -6.25rem;
  }

  .xl\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-30:focus{
    --transform-translate-y: -7.5rem;
  }

  .xl\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-38:focus{
    --transform-translate-y: -9.375rem;
  }

  .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: -1.5625rem;
  }

  .xl\:focus\:-translate-y-gutter-full:focus{
    --transform-translate-y: -3.125rem;
  }

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